In response to EDLIU. If you prefer to make a bootable dvd, you can do it this way: After downloading the full Yosemite installer app from the Mac App Store, run these 14 commands in Terminal to create a Yosemite.iso file and then burn it to a dual layer DVD with Disk Utility. You may then boot up from it by holding the option key down and then. The downloaded file name and extension should look like Install OS X Yosemite.app. Now you are not far from create bootable usb of yosemite. Create bootable usb of yosemite. Now all set for create bootable usb of yosemite. Here in my case, i copied the Yosemite installer file 'Install OS X Yosemite.app' to my 'Desktop'. Create Yosemite install disk on a Windows machine. Ask Question Asked 6 years, 7 months ago. Active 6 years, 7 months ago. Viewed 3k times.
Intel Macs have always been able to run Windows in parallel, and it's is even officially supported by Apple by the grace of Boot Camp, which makes a partition and boot disc for you with the necessary drivers.
If you have an older Mac (2010-2012), you might have some trouble using Boot Camp in MacOS X Yosemite. For some reason Apple does not allow Macs with a SuperDrive to make a bootable USB stick with Windows from an image. Since the optical SuperDrive in my Mac recently quit on me (and because USB is much better), this has lead me around the murky corners of message boards in search for a solution, which I now share with you here.
Of course beware that this is not an offical Apple support guide. Use at your own discretion and do backups etc.
Update 2017-01-07: Added instructions how to disable SIP on macOS El Capitan and later.
Make a bootable USB flash drive
First you need a USB flash drive of 8 GB or more. Then you need to start Boot Camp Assistant:
The first menu point should be “Create a Windows 7 or later version install disk”. If your screen doesn't look like this, you have to do some ninja stuff. To convince Boot Camp Assistant that you are grown enough to use ISO images, follow these steps:
- Go to Applications > Utilities > Boot Camp Assistant and right click to Show Package Contents
- Add Read & Write access to Administrators on the folder
Contents
and the fileInfo.plist
- Edit the file
Info.plist
with Xcode - Delete the
Pre
part from the keyUSBBootSupportedModels
and add your Mac model
To see your model version open > About This Mac > System Report > Model Identifier e.g. 'MacBookPro6,2'.
Finally you have to codesign Boot Camp Assistant or it will crash on run. Open the terminal and run this command:
Install Yosemite From Usb
You might be asked to download a developer tool from Apple. After installation open a new Terminal window and run the command again.
Start Boot Camp Assistant again, and it should look like the screenshot. Now just go through the steps, point it to your Windows installation ISO, and create a bootable flash drive.
Installing Windows
Restart your Mac and hold down the ⌥ (option) key. You should see some boot options. Select 'EFI Boot' and you should boot into the Windows installation.
When you have entered the license key and clicked 'next' a half dozen times, you are presented with a list of partitions, one of them being your newly created Boot Camp (usually partition 4).If selecting this as install target works for you: great! Take it home. If this doesn't work, and you get a GPT disk error, read on …
Can't use Boot Camp partition
You have come all this way, only to be met by this pesky error message:
Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only be installed GPT disks.
But don't worry, there is a fix:
Install Disk Creator Yosemite Free
- Remove any Boot Camp partitions, restoring the partition table to one big Apple partitition
- Use Disk Utility in OS X to create empty space of the size you want the Windows partitition to be (don't create a partition)
- Restart the Mac to the USB drive
- Using the Windows Advanced partition options, create a new partition in the empty space
- Proceed with installation onto the new partition
- Windows 8 installs!
It seems that Boot Camp will mess up the partition table, but as long as you create the new partition yourself, all is well in the world.
Final tip: fan control
If you have installed an SSD in your old Mac, the heat sensors in the harddrive will no longer be what the system expects, and thus the fans are spinning at max to protect the hardware. Because it's nice to retain your hearing, you can install the wonderful Macs Fan Control app and set the system to watch for another sensor, e.g. the S.M.A.R.T one in your SSD.
macOS El Capitan and Sierra
El Capitan added a new security feature called System Integrity Protection (SIP), that protects files from being modified, even by a root account. To modify Info.plist
you will have to disable SIP using the following steps:
- Reboot your Mac into Recovery Mode by restarting your computer and holding down CMD+R until the Apple logo appears on your screen.
- Click Utilities > Terminal.
- In the Terminal window, type in
csrutil disable
and press Enter. - Restart your Mac.
You can reenable SIP by repeating these steps and running csrutil enable
in the Terminal instead.