2015年10月31日 星期六

Installing Windows 10 on (Old) Mac using Bootcamp No USB Windows 7 or later version Mac Book Air

https://tomstechnotes.wordpress.com/2015/01/26/installing-windows-10-on-old-mac-using-bootcamp/


Installing Windows 10 on (Old) Mac using Bootcamp


So the Windows 10 technical preview is out and i was eager to test it out on my MacBook Pro. I am discussing only installation through bootcamp. While following the instructions that found on the web, i had to encounter many issues. Hence i am trying to consolidate everything i know or did, in this post.
1. Register for Windows 10 technical preview. https://insider.windows.com
2. Download the Windows 10 technical preview ISO file from the windows website. http://windows.microsoft.com/en-sg/windows/preview-iso
3. Lauch Bootcamp Assistant (Applications > Utilities > Bootcamp Assistant) and click continue.
Basically it should look like this:
Screen Shot 2015-01-26 at 2.17.02 pm
4. “Create a Windows 7 or later version install disk”
If this option is available, you can use the ISO file directly in the next step and continue with the installation.
If this option is not available you are left with two choices:
a. Enable the option
Close the application. In Finder, go to Applications > Utilities. Right click on Boot Camp Assistant, select ‘Show Package Contents’
Right click the “Contents” folder, select ‘Get Info’. In ‘Sharing & Permissions’ section, enable ‘read & write’ for all and add one more entry admin with ‘read & write’ privilege. [For this you need to unlock the folder by clicking the lock symbol and prompt for the password will appear. You can use your admin password to unlock]
Once you have updated the permissions for “Contents” folder, open the folder and do the same ‘Sharing & Permissions’ changes for the “Info.plist” file.
Now open the “Info.plist” file using TextEdit or Xcode application. You need to make modifications in below sections:
<key>DARequiredROMVersions</key> : Here you need to add you computer’s Boot ROM Version. You can find this by clicking the apple icon (top left corner) on the finder window, select ‘About this Mac’, then ‘System Report’, then ‘Hardware’
Screen Shot 2015-01-26 at 2.40.27 pm
Note down the ‘Model Identifier’ and ‘Boot ROM Version’
In Info.plist file section add you computer’s Boot ROM Version like below: (Please ensure its in the logical order)
<key>DARequiredROMVersions</key>
 <array>
 <string>IM41.0055.B08</string>
 <string>IM42.0071.B03</string>
 <string>MB11.0061.B03</string>
 <string>MBP12.0061.B03</string>
 <string>MBP71.0039.B0E</string>
 <string>MM11.0055.B08</string>
 </array>
<key>PreESDRequiredModels</key> : Here do the similar addition. Instead of Boot ROM Version you add the Model Identifier (MacBookPro7,1) /first section of your Boot ROM version (MBP71).
<key>PreESDRequiredModels</key>
 <array>
 <string>MacBook7</string>
 <string>MacBookAir5</string>
 <string>MacBookPro7,1</string>
 <string>MacBookPro10</string>
 <string>MacPro5</string>
 <string>Macmini6</string>
 <string>iMac13</string>
 </array>
<key>PreUEFIModels</key> : Here also add Model Identifier or first section of Boot ROM Version as suited.
 <key>PreUEFIModels</key>
 <array>
 <string>MacBook7</string>
 <string>MacBookAir5</string>
 <string>MacBookPro7,1</string>
 <string>MacBookPro10</string>
 <string>MacPro5</string>
 <string>Macmini6</string>
 <string>iMac13</string>
 </array>
<key>USBBootSupportedModels</key> : Do similar addition in this section too.
Note: If you file has PreUSBBootSupportedModels as the section, remove the ‘Pre’
 <key>USBBootSupportedModels</key>
 <array>
 <string>MacBook7,1</string>
 <string>MacBookAir3,2</string>
 <string>MacBookPro7,1</string>
 <string>MacPro5,1</string>
 <string>Macmini4,1</string>
 <string>iMac12,2</string>
 </array>
<key>Win7OnlyModels</key> : Remove this section
Save the file. Now saving the file just won’t get the work done. You need to sign the file. For that goto to Applications > Utilities > Terminal
Run the command:
sudo codesign -fs – /Applications/Utilities/Boot\ Camp\ Assistant.app
You will be prompted to enter the password. Do the same and click enter. Now your boot camp assistant is updated. Reopen the application and try.
b. Create a installation disk and use it.
You can create an install disk for Windows 10 using the Disk Utility application in Mac. (Applications > Utilities > Disk Utility) Choose the burn option and select the ISO image and burn it to the dvd. This will be your installation disk.
5. Continue with the instructions on screen the Boot Camp Assistant, plugin the USB drive that you are going to use. (Remember this drive will be formatted during the installation) The USB drive can be of size 8GB or more.
Insert your flash drive and then select the ISO file’s location. Boot Camp will then download all the necessary drivers to run Windows and transform your USB drive into a boot disk. This step takes a while, so be patient.
You’ll then be asked to partition your hard drive. This is a critical step, as you can’t expand or shrink the storage later on. Instead, you’ll have to wipe that part of the drive and start from scratch. It is recommended you select at least 20GB, but 30GB or more is best, as Windows 10 itself will take up a sizable chunk.
Screen Shot 2015-01-26 at 3.04.58 pm
Partitioning will take time as well as installation.
When you’re done, click Install to start installing Windows 10.Computer might restart several times during the installation and you don’t have to worry about it. If for some reason your computer boots back to OS X, reboot and hold the Option key. This brings up a menu where you can select which operating system to launch.
Enjoy trying Windows 10.

沒有留言:

張貼留言