How to install windows 7 with ISO image? (OSX Maverick)
iMac, OS X Mavericks (10.9)
Here It's
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....
Enjoy :-)
Open applications/boot camp assistant-right click-show package contents-copy info.plist to desktop-make backup copy somewhere-edit on desktop using above post instructions-copypaste to original location-type password when prompted. Remember to sign with terminal.
Hello,
I tried to open info.plist, but it shows locked, and when edit, it asks me to duplicate info.plist on the desktop, please help.
thanks
When i have ran code below my disk utility got crashed.
sudo codesign -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app
In Terminal it writes;
****-MacBook:~ *****$ /Applications/Utilities/Disk\ Utility.app/Contents/MacOS/Disk\ Utility ; exit;
2013-12-18 00:23:42.039 Disk Utility[501:507] Unable to load nib file: MainMenu, exiting
logout
Code mentioned below clearly crush disk utility which i used just yesterday.
Can anyone help me to restore it back.
I've followed this to the letter but bootcamp assisant is crashing. Is it still working? by "adding" Boot Rom Version and system identefier does that mean put them in their own <string>...</string> commands?
How to install windows 7 with ISO image? (OSX Maverick)