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.

Create Windows install disk option in Lion Bootcamp?

am currently running Lion on my late 2010 Macbook Air. The new bootcamp has an option to create windows 7 installation disk from usb and iso. I have both but bootcamp won't let me select that option, any ideas?

http://i.stack.imgur.com/Iw0i6.png

If I go to FAQ on bootcamp support page, it says

Support for the Windows 7 ISO installer Install Windows with an installation disc you provide or, on Mac computers that do not have an optical drive, with a USB flash drive that contains a Windows 7 ISO image downloaded from Microsoft. The Boot Camp Assistant will offer to create this image on supported computers.

Is my MBA not supported by bootcamp assistant to create usb install disk>

MacBook Air, Mac OS X (10.7.2)

Posted on Oct 19, 2011 12:43 AM

Reply
157 replies

Mar 14, 2012 3:08 PM in response to macrama.pl

For 10.6 and earlier,( Lion is similar but the windows are a little different.)

Apple Menu (upper left, Apple icon) About This Mac/ More Info.....(at the bottom)/ Make sure Hardware is selected, then your looking for the Model Identifier-----iMac x,x


Read all the posts and add your numbers where it's requiered. Just copy past another line in and delete their model and add yours. You may need to use the coma instead of a "dot" in order for it to work. iMac x coma x

Mar 15, 2012 2:14 PM in response to wippler

I add 2 strings

<string>IM111.0034.B02</string>


and

<string>IM111</string>


DONT WORKING

(grey option USB)


info.plist >



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>BuildMachineOSBuild</key>

<string>11C22</string>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleDisplayName</key>

<string>Boot Camp Assistant</string>

<key>CFBundleExecutable</key>

<string>Boot Camp Assistant</string>

<key>CFBundleGetInfoString</key>

<string>Boot Camp Assistant 4.0.1, Copyright © 2011 Apple Inc. All rights reserved</string>

<key>CFBundleIconFile</key>

<string>DA</string>

<key>CFBundleIdentifier</key>

<string>com.apple.bootcampassistant</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>Boot Camp Assistant</string>

<key>CFBundlePackageType</key>

<string>APPL</string>

<key>CFBundleShortVersionString</key>

<string>4.0.1</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>429</string>

<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>

<string>IM111.0034.B02</string>

</array>

<key>DTCompiler</key>

<string></string>

<key>DTPlatformBuild</key>

<string>11C22</string>

<key>DTPlatformVersion</key>

<string>GM</string>

<key>DTSDKBuild</key>

<string>11C22</string>

<key>DTSDKName</key>

<string></string>

<key>DTXcode</key>

<string>0410</string>

<key>DTXcodeBuild</key>

<string>11C22</string>

<key>LSApplicationCategoryType</key>

<string>public.app-category.utilities</string>

<key>LSMinimumSystemVersion</key>

<string>10.7.0</string>

<key>NSMainNibFile</key>

<string>MainMenu</string>

<key>NSPrincipalClass</key>

<string>NSApplication</string>

<key>USBBootSupportedModels</key>

<array>

<string>IM130</string>

<string>MM50</string>

<string>IM111</string>

<string>MP60</string>

<string>MB80</string>

<string>MBP90</string>

<string>MBA40</string>

</array>

</dict>

</plist>

Apr 5, 2012 7:33 PM in response to wippler

I'm having same problem... the check box is greayed out. I have my 8GB usb 2.0 Flashdrive plugged in and a windows 7 IOS on my desktop. I'm running Lion 10.7.3 and have a macbook pro late 2010 model. I want to vbe able to use a flashdrive to boot off to install windoes 7...


I looked in the package contents and found this in the info.plist:


<key>USBBootSupportedModels</key>
<array>
<string>IM130</string>
<string>MM50</string>
<string>MP60</string>
<string>MB80</string>
<string>MBP90</string>
<string>MBA40</string>
</array>


It may be relevent but I don't know...




Hope Apple looks at this forum post soon and fixes it... 😀

Jul 1, 2012 12:32 PM in response to wippler

This is how I made this work


My System: iMac 27-inch, Mid 2011 Mac OS X 10.7.4


About This Mac -> More Info -> Sytem Report


Note: Model Identifier: iMac12,2

Copy: Boot ROM Version: IM121.0047.B1F


Finder -> Applications -> Utilities -> Select Bootcamp -> Show Package Contents


Select Contents -> Get Info -> Unlock -> Change Sharing & Permissions to Read & Write for all 3 Names


Contents -> Select Info.plist -> Get Info -> Unlock -> Change Sharing & Permissions to Read & Write for all 3 Names


Info.plist -> Open in Xcode -> DARequiredROMVersions -> Create an item and add in the right logical order. In my example added IM121 after IM61


<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>IM121.0047.B1F</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>


Scroll to the USBBootSupportedModels -> Added my model in the right logical order, but notice I did not add IM122 I added IM120


<string>IM120</string>

<string>IM130</string>

<string>MM50</string>

<string>MP60</string>

<string>MB80</string>

<string>MBP90</string>

<string>MBA40</string>


File Save -> Open Bootcamp if all worked you should now see 3 options on the second screen.


Hope this helps!

Create Windows install disk option in Lion Bootcamp?

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