Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2018-01-12 16:17:13
Size: 592
Editor: asbesto
Comment:
Revision 4 as of 2018-01-12 16:37:21
Size: 684
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * Create a virtualbox computer without a virtual disk attached. And:  * Create a virtualbox computer without a virtual disk attached, for example, named "adoscomputer".    After that:
Line 12: Line 14:
After that, start your virtualbox and it MUST boot from that hard disk. :) Start your virtualbox and it MUST boot from that hard disk. :)


https://www.virtualbox.org/manual/ch09.html#rawdisk

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, for example, named "adoscomputer".

After that:

  • VBoxManage internalcommands createrawvmdk -filename /root/discodos.vmdk -rawdisk /dev/sdd
  • VBoxManage storageattach adoscomputer --storagectl "IDE" --port 0 --device 0 --type hdd --medium ./discodos.vmdk

Start your virtualbox and it MUST boot from that hard disk. :)

https://www.virtualbox.org/manual/ch09.html#rawdisk


CategoryMuseo

Museo/RecuperoDati/Virtualbox (last edited 2018-01-17 14:09:09 by asbesto)