MacOS – OSX El Capitan – cannot make bootable usb stick with boot camp

bootbootcampmacosusbwindows

I meticulously followed this tutorial, and this worked for me in 2014. I have a 4GB usb stick plugged into the computer. It should be enough for windows 7, a partition which no longer boots and I am hoping to run startup repair on it from the install USB so I don't have to start over clean.

tutorial: http://tsentas.net/create-a-windows-7-or-later-version-install-disk-missing-on-el-capitan/

This is the screen I get after following this tutorial where the Info.plist file of bootcamp is modified to let the USB creation happen (same screen as before):

Select tasks download the latest windows support software from apple

Has anyone encountered this issue?

Best Answer

If you find no option to select your external USB drive as an ISO target - are instead directed to install on your repartitioned hard drive immediately - open the info.plist and add your model identifier to the following:

<key>ExternalInstallOnlyModels</key>
<array>
    <string>MacBook8,1</string>
    <string>MacBook9,1</string>
    <string>MacBookAir7,1</string>
    <string>MacBookPro11,5</string>
</array>