Page 1 of 1

Create bootable OSX usb from OSX app store

PostPosted: Sun Oct 09, 2016 8:09 am
by Antonio Linares
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

Re: Create bootable OSX usb from OSX app store

PostPosted: Sun Oct 09, 2016 7:47 pm
by Massimo Linossi
You can also use this http://diskmakerx.com

Re: Create bootable OSX usb from OSX app store

PostPosted: Tue Jan 30, 2018 10:07 am
by Antonio Linares
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

Re: Create bootable OSX usb from OSX app store

PostPosted: Tue Jan 30, 2018 11:08 am
by Antonio Linares
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

Re: Create bootable OSX usb from OSX app store

PostPosted: Tue Jan 30, 2018 8:32 pm
by Antonio Linares
“Windows cannot be installed on to this disk. The selected disk is of the GPT partition style”

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.


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.


https://sourceforge.net/projects/gptfdisk/

VERY IMPORTANT:
if gdisk fails it may mean that csrutil status is enabled. Reboot Apple and run from the recover partition, open a terminal and do csrutil disable, then reboot and check from Apple if csrutil status is disabled. If so, then proceed with gdisk


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

Re: Create bootable OSX usb from OSX app store

PostPosted: Thu Feb 01, 2018 12:28 am
by Antonio Linares
ATI drivers for Windows on (Apple) bootcamp:

http://support.amd.com/en-us/download/desktop/bootcamp