How can I install boot camp off a Windows 7 USB flash drive?
Solution 1:
I'm having the exact same problem. I tried holding the option key when rebooting to see if I could boot from the USB key but I could not find a way to do this, so I installed rEFIt (then rebooted twice!) and THEN plugged in the USB key and the next time I rebooted it did show up as an option to boot from the USB key.
I tried that and the windows installer loaded and it found the new bootcamp FAT32 partition. It said I couldn't install to the bootcamp partition because it requires NTFS.
This SuperUser post suggests "simply format the partition using the Windows installer's built-in utility (in other words, as part of the installation process)" so I did that continued with the install and everything works fine!
Solution 2:
long story short. To create a boot disk on USB do this:
- open bootcamp app contents (finder, right-click on bootcamp app at applications folder)
- Copy info.plist file to another place (like desktop), rename the original to something like "OLDinfo.plist" to preserve a backup.
- Right-click that copied file and open it with textedit
- Search for a line containing the string(close to the bottom):
PreUSBBootSupportedModels - Remove the "Pre" string so the line look like: USBBootSupportedModels
- Save the file and copy it back to the bootcamp package contents.
- Run the bootcamp and select the corresponding USB generating option that now shows up there at second screen.
- Use the rEFIt thing as noted before.
- Profit!