-
Use Homebrew to install mkisofs:
$ brew install cdrtools
-
Create a new directory:
$ mkdir win7 && cd win7
-
Download the Windows 7 DE SP1 ISO-Image:
$ wget http://msft.digitalrivercontent.net/win/X17-24289.iso (x64) $ wget http://msft.digitalrivercontent.net/win/X17-24288.iso (x86)
-
Mount the ISO-Image and copy it’s content to disk:
$ hdiutil mount X17-24289.iso /dev/disk4 /Volumes/GRMCPRXFRER_DE_DVD $ mkdir copy $ cp -a /Volumes/GRMCPRXFRER_DE_DVD/* copy/ $ cd copy/
-
Delete the
ei.cfg
file:$ rm -f sources/ei.cfg
-
And make a new and bootable ISO-Image:
$ mkisofs -o ../win7.iso -b boot/etfsboot.com -no-emul-boot \ -c BOOT.CAT -iso-level 2 -udf -J -l -D -N -joliet-long \ -relaxed-filenames . $ cd ..
-
Now burn it to a DVD with:
$ hdiutil burn win7.iso