Im trying to reproduce the output of the Bootcamp Assistent, resulting in a bootable Windows USB (Windows 7/8/etc) on a Mac from Terminal.
The USB Stick created by BA (Bootcamp Assistent) works just fine on a Mac and on a PC, but all my tests trying to do it over Terminal resulted in a black screen with a blinking cursor (tested on a native Windows Laptop where the BA USB workes).
I have a original Win 8 iso downloaded directly from Microsoft, so that should not be the problem.
I tried to:
- copy the .iso via dd like: dd if=win.iso of=/dev/rdisk1
- copy the .iso via dd on a FAT32 partition on the USB: dd if=win.iso of=/dev/rdisk1s1
- create a FAT32 partition and copy the content of the .iso to that partition.
- did this: Create USB stick with Syslinux MBR
- converte the .iso to other formats (eg img) and copyed with dd
The BA USB stick looks like this:
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *7.8 GB disk1
1: DOS_FAT_32 WININSTALL 7.8 GB disk1s1
Hopefully someone can tell me what I missed.