How to extract .raw backup of Windows to a partition?
- by JamerTheProgrammer
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?