⇤ ← Revision 1 as of 2018-01-12 16:16:59
Size: 567
Comment:
|
Size: 592
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
---- CategoryMuseo |
Using Virtualbox to read / boot old hard disks directly
Assuming you fit your old HD into an USB reader, e.g. it's on /dev/hdd now:
- Create a virtualbox computer without a virtual disk attached. And:
- VBoxManage internalcommands createrawvmdk -filename /root/discodos.vmdk -rawdisk /dev/sdd
- VBoxManage storageattach adoscomputer --storagectl "IDE" --port 0 --device 0 --type hdd --medium ./discodos.vmdk
After that, start your virtualbox and it MUST boot from that hard disk.