Enable "Create a Windows 7 USB install disk" on Lion Posted: Sat Dec 24, 2011 5:52 am
With Lion, Apple has added an option to BootCamp that will create a bootable USB Windows 7 install disk. I was very excited about this, since it will decrease the time it takes to install Windows 7, I didn't have to burn a DVD, and it is much easier to transport. Unfortunately, Apple only allows this on computers that support booting from a USB drive (a.k.a. they don't have optical drive) which include the MacBook Air and 2011 Mac Mini. Their is a way around this, and after searching and finding the solution, I decided to pass it one to you.
Open BootCamp to see if the "checkbox is enabled or disabled.

If it is grayed out (disabled) here are the instructions to remedy it.
- Open Applications > Utilities > Boot Camp. Right click "Show Package Contents". Click on the folder "Contents". Open the file "Info.plist" in your favorite text editor.

- Scroll down to the list of strings under <key>DARequiredROMVersions</key>. It should have a list that look similar to this:

- Code: Select all
<key>DARequiredROMVersions</key>
<array>
<string>IM41.0055.B08</string>
<string>IM42.0071.B03</string>
<string>IM51.0090.B03</string>
<string>IM52.0090.B03</string>
<string>IM61.0093.B01</string>
<string>MP11.005C.B04</string>
<string>MB11.0061.B03</string>
<string>MBP11.0055.B08</string>
<string>MBP12.0061.B03</string>
<string>MM11.0055.B08</string>
</array>
- Copy and paste the first string in the list so that there is a duplicate at the beginning. Your new file should have a string like this:

- Code: Select all
<key>DARequiredROMVersions</key>
<array>
<string>IM41.0055.B08</string>
<string>IM41.0055.B08</string>
<string>IM42.0071.B03</string>
<string>IM51.0090.B03</string>
<string>IM52.0090.B03</string>
<string>IM61.0093.B01</string>
<string>MP11.005C.B04</string>
<string>MB11.0061.B03</string>
<string>MBP11.0055.B08</string>
<string>MBP12.0061.B03</string>
<string>MM11.0055.B08</string>
</array>
- Open Applications > Utilities > System Information. Under Hardware Overview there will be a Boot ROM Version. (Mine was MBP81.0047.B24)

Copy YOUR Boot ROM Version and paste into the duplicate string you created at the beginning. It should look similar to this:
- Code: Select all
<key>DARequiredROMVersions</key>
<array>
<string>MBP81.0047.B24</string>
<string>IM41.0055.B08</string>
<string>IM42.0071.B03</string>
<string>IM51.0090.B03</string>
<string>IM52.0090.B03</string>
<string>IM61.0093.B01</string>
<string>MP11.005C.B04</string>
<string>MB11.0061.B03</string>
<string>MBP11.0055.B08</string>
<string>MBP12.0061.B03</string>
<string>MM11.0055.B08</string>
</array>
- Scroll down to the list of strings under <key>USBBootSupportedModels</key>. Duplicate the first string the same as Step 3 and you should have something like this:

- Code: Select all
<key>USBBootSupportedModels</key>
<array>
<string>IM130</string>
<string>IM130</string>
<string>MM50</string>
<string>MP60</string>
<string>MB80</string>
<string>MBP90</string>
<string>MBA40</string>
</array>
- In System Information, copy the first part of the Boot ROM Version. (Mine was MBP81)

Then paste the first part of YOUR Boot ROM Version into the duplicate string at the beginning and you will have something like this:
- Code: Select all
<key>USBBootSupportedModels</key>
<array>
<string>MBP81</string>
<string>IM130</string>
<string>MM50</string>
<string>MP60</string>
<string>MB80</string>
<string>MBP90</string>
<string>MBA40</string>
</array>
- Finally, save the "Info.plist". It may ask you to enter your administrator username and password.

Now open BootCamp and hopefully you will see the "Create a Windows 7 install disk" checkbox enabled.





It's probably wiser at this point to wait for the OP to come back to us on this, since the topic title is the methodology he researched for