How to extract .raw backup of Windows to a partition?
Posted
by
JamerTheProgrammer
on Super User
See other posts from Super User
or by JamerTheProgrammer
Published on 2013-07-03T17:08:40Z
Indexed on
2013/07/03
17:09 UTC
Read the original article
Hit count: 251
I have a backup of a Windows 7 drive (virtualbox install) made in .raw format and I want to extract it to my empty partition ready for Windows. Im using OSX. Any ideas? I have tried this:
sudo dd if=/Volumes/DATA/bootcamp.raw of=/dev/disk0s6
Which works fine but when I reboot (im on a hackintosh so im using the Chameleon boot loader) I get the normal Chameleon boot menu but with an unknown GPT partition (thats what its called) and If I select that it says: Missing Operating system. Is the MBR broken on that partition?
© Super User or respective owner