You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Enable Bootcamp to install from usb for OSX 10.9**WORKS**

So basically, I have trying to install windows on my mbp using a usb drive. However bootcamp wont allow me to do so since I have a optical drive on the laptop. I have been searching for a long time and eventually came across this solution and I would like to share this so u guys dont have to google all over the place again 🙂.

The solutions given before by changing info.plist is correct except that now Bootcamp crashes everytime you change it in OSX 10.9.


Full solution:


1. Add your Boot Rom Version(from system info) under DARequiredROMVersions.

2. Add Model Identifier(from system info) under PreUSBBootSupportedModels

3. Delete "Pre" from "PreUSBBootSupportedModels", so you have "USBBootSupportedModels"


The first 3 steps are same as before and if its not clear you can easily google solutions with screenshots.

The next step is only for OSX 10.9, as it employs some kind of code signature to prevent you from changing info.plist and cause bootcamp to crash.


4. Open your terminal, use the following command

sudo codesign -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app


Sudo means using administrator privilege and u need to enter your mac password. And the command resigns the bootcamp application so that it runs with the new info.plist file and not crash.


5. Continue on with your installation....


Cheers.


P.S. back up info.plist before u change anything.

MacBook Pro, OS X Mavericks (10.9)

Posted on Oct 24, 2013 6:43 PM

Reply
284 replies

Nov 5, 2013 8:36 AM in response to Quic5

Too bad it doesn't work for you guys.

I'm guessing the people that only saw the EFI Boot option were trying to install Windows 8?


R3mot3r, Bootcamp Assistant reformats the drive, so using that you probably reset the changes you made in Diskpart before.


For those only seeing the EFI Boot option (and using Windows 8), it means that the drive is recognized properly, but the partition is most likely not Active. Booting into EFI Mode doesn't require an active partition as far as I can tell.


JNov92, I'm not 100% sure but what I gathered up until now is that using fdisk to make the partition active doesn't work for Windows USB installers. If you do want to use fdisk, try sudo fdisk instead of just fdisk. You will have to enter your password after using the sudo command, but that should fix the "illegal option" problem. Still, using fdisk may not work.


For those still trying and wanting help, please let me know the following:

- Did you use Diskpart to clean, create, format, & make the partition active?

- Are you installing Windows 7 or Windows 8?

- Did you copy the content of an ISO to the USB drive, or did you use Bootcamp Assistant?


If you use Diskpart for the partition creation and copy the content of a Windows ISO over to the drive, it should show up as a Windows bootable device without any issues..

Nov 5, 2013 8:47 AM in response to Jognt

Just to make things extra clear I compiled the information I provided so far, and placed it into this reply:


===============


The following worked on my Macbook Pro mid 2012:

1. Use Diskpart to clean, create, format, & make the partition active on a USB drive;

2. Copy the content of a Windows install ISO over to the drive;

3. Copy the content of the Bootcamp Support Software over to the drive;

4. Don't use Bootcamp Assistant;


Diskpart is a Windows command-line tool. To use Diskpart you need to have access to a Windows PC or a Windows Installer (where you can open the commandline prompt by pressing Shift+F10)


How to make a partition active in Diskpart:

1. Open a command prompt (type CMD in the Start Menu search bar, press enter);

2. Type diskpart;

3. Type list disk;

4. Look for the entry of your USB drive and remember it's number (checking disk sizes usually helps in spotting it);

5. Type select disk x, where x is the disk entry you checked in step 4;

6. Type clean;

7. Type create partition primary;

8. Type format fs=FAT32 quick;

9. Type active;

10. You're done, type exit twice. (once to exit diskpart, again to exit command prompt);


To add the Windows Installation files:

1. Mount a Windows ISO (in OSX or windows, doesn't matter);

2. Select all files on the disk;

3. Copy;

4. Open your freshly made USB drive;

5. Paste;


To add Bootcamp Support Software:

1. Download and unpack the Bootcamp Support Software (v5.x for 64-bit)

2. Select all files (Folder: $WinPEDriver$, folder: Bootcamp, file: AutoUnattend.xml)

3. Copy;

4. Open freshly made USB drive that contains Windows Installation files;

5. Paste;


Done.


If this doesn't work, logic has left this universe.

Nov 5, 2013 9:45 AM in response to Jognt

HI Jognt, sorry for asking so often. I finally decided to make a .iso of the file I gave you a screenshot of. And then using Bootcamp Assistant, I chose to create an install disk to my USB drive. It worked fine, was able to partition, etc. But then I stumbled upon the black screen with the blinking cursor. Just now I tried rebooting while holding the Option key, but the Windows drive is not there. Any auggestions? Or does the USB drive still need to be made active in Windows? Thanks!

Nov 5, 2013 10:42 AM in response to BITTTe

m8s... look for my first post and you will simply execute things with usb flash and without dvd disc with standard bc assistant. modify info.plist for your machine like i do and you will have standard boot camp assistent with all options.... including win 8 install. of course, you can not boot with efi if the machine is old but mbr is foolproof.


btw, yesterday i install win 8.1 pro and for the first time bluetooth apple keyboard driver works excelent... no more renaming keyboard, deleting keyboard on the mac side to be recognisable on the win side... win 8.1 tell you (macmini3,1-2009) that drivers are no good because they are for win 7, but all of them works perfect. first bc instalation i have no regret spending time.

Nov 5, 2013 12:54 PM in response to JNov92

Just removed the partition on one of my USB drives, downloaded the official Windows 7 ISO from Microsoft, used Bootcamp Assistant to create a bootable USB drive, pointed it to the ISO and USB drive, and let it do it's thing.


The resulting USB drive showed up as a Windows bootable device in the Option boot menu just fine.


If it doesn't for you, it's something else going wrong. Instead of using your homemade ISO, try downloading the official ISO for your license at http://www.w7forums.com/threads/official-windows-7-sp1-iso-image-downloads.12325 /

Nov 7, 2013 6:13 AM in response to r3mOt3r

I'm not quite sure if that is the problem. As far as I remember it also worked on my '06 black macbook..


Here's the Apple support doc on booting from USB: http://support.apple.com/kb/HT1948?viewlocale=en_US&locale=en_US


It says that all intel based macs support booting from USB as long as it is GUID partitioned and contains OSX or an installer for OSX. It doesn't say anything about Windows and FAT32, but I don't have the exact knowledge of what happenes at boot to say if it should or should not work.


My guess is that it should work though.. I'd love to play around with your Mac and see if I can get it to work properly using my previously posted methods, but I doubt that is possible due to distances etc xD.


R3mot3r, maybe this is an obvious thing, maybe not, but have you tried creating a bootable disk using the bootcamp assistant using an ISO or DVD?


If your mac ejects dvd's without reading them, that could also imply a problem elsewhere.. You could try going by Apple to see if it's a hardware problem? If you live in the EU you have at least 2 years of warranty, if you live in the netherlands, you can probably get away with 2,5 years as well..

Enable Bootcamp to install from usb for OSX 10.9**WORKS**

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.