How do I create an MBR on a USB stick using DD command line tool
- by Lana Miller
Okay I'm trying to create a BOOTABLE Windows7 image on a USB key from a Mac running Lion. My image is .iso format. I tried:
sudo dd if=/Users/myusername/Win7.iso of=/dev/disk1 bs=1m
And this succeeded in writing the files, except in DISK UTILITY on the mac, it shows the partition type as GUID Partition Table and not 'Master Boor Record'. Booting…