sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
sudo /Applications/Install\ OS\ X\ El Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El Capitan.app --nointeraction
Create bootable OSX usb from OSX app store
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: Create bootable OSX usb from OSX app store
You can also use this http://diskmakerx.com
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Create bootable OSX usb from OSX app store
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/E76E9B63-4DFE-4D65-84E8-64455F934A31/ --applicationpath /Applications/Install\ macOS\ High\ Sierra.app/ --nointeraction
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Create bootable OSX usb from OSX app store
To install Windows from an ISO file (in case this option is not shown on your iMac):
In case The "Create a Windows 7 install disk" option is hidden because your system's capabilities are limited:
copy bootcamp utility to the desktop
edit bootcamp "Info.plist" file:
edit section's title: PreUSBBootSupportedModels to USBSupportedModels (if it's already USBBootSupportedModels -> skip this step)
add your System's model identifier (Find it by System Information app) into USBSupportedModels section, in example:
iMac11,1
To allow Windows 10 iso:
In <key>PreWindows10OnlyModels</key> add your model, in example: iMac11,1
remove your model from <key>SupporedNonWin10Models</key>
run the desktop bootcamp
In case The "Create a Windows 7 install disk" option is hidden because your system's capabilities are limited:
copy bootcamp utility to the desktop
edit bootcamp "Info.plist" file:
edit section's title: PreUSBBootSupportedModels to USBSupportedModels (if it's already USBBootSupportedModels -> skip this step)
add your System's model identifier (Find it by System Information app) into USBSupportedModels section, in example:
iMac11,1
To allow Windows 10 iso:
In <key>PreWindows10OnlyModels</key> add your model, in example: iMac11,1
remove your model from <key>SupporedNonWin10Models</key>
run the desktop bootcamp
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Create bootable OSX usb from OSX app store
“Windows cannot be installed on to this disk. The selected disk is of the GPT partition style”
https://macriot.com/mcrt/?p=2362
sudo gdisk /dev/disk0
https://macriot.com/mcrt/?p=2362
You see, when BCA innocently partitions your hard drive to the inclusion of a new Windows “BOOTCAMP” partition, on the surface it appears to have formatted the BOOTCAMP partition into a FAT32 format in anticipation of the Windows.
Which is fine.
But what it also did (unfortunately) is inadvertently change the identification of your entire hard drive which was, for all intents and purposes a GPT disk into a Hybrid GPT/MBR disk.
The BCA partitioning process which converts your hard drive into a Hybrid MBR disk, creates this GPT error because OS X sees the Hybrid GPT/MBR disk as GPT whilst Windows 8/8.1 sees it as MBR and refuses to proceed with the installation because Window 8/8.1 insists it must sit on a GPT disk.
https://sourceforge.net/projects/gptfdisk/Solution?
We need to ‘re-tag’ the Hybrid GPT/MBR disk back to a GPT disk in order for Windows 8/8.1 be agreeable and compliant during the installation process.
sudo gdisk /dev/disk0
Type “p” to view the partition table to confirm it is the correct hard drive you want to work on, if not type “q” to quit gdisk without making any changes and try again with another disk
Assuming you have the correct disk (i.e. entered the correct Disk Identifier to launch gdisk), type “x” to enter the experts menu
Type “n” to create a fresh protective MBR; note upon completion gdisk will not confirm a change or display any indication anything has been done, it will just show you another experts menu prompt
Type “w” to save the changes you have made, confirm this action when prompted to do so
Quit Terminal
Shutdown your Mac and unplug ALL other hard drives other than the hard drive you intend to install Windows 8/8.1 on. Also unplug all SSD cards or USB drives attached to your Mac
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: