Jump to content
MaLd0n

[Guide] How to create personal Vanilla MacOS Image or USB Installer

Recommended Posts

  • Administrators

Support Olarila Vanilla Hackintosh by making a donation HERE

About Premium Users you can check HERE

Problems with Paypal HERE

 

1- First we need create .dmg or format USB Stick 

 

Usb Stick - Make sure that it has at least 8GB+ of available storage and is formatted as Mac OS Extended.

 

-Go to Disk Utility/File/New Image/Blank Image

ozmpykk.png 

-Change Save As:, Where:, Name:, Size:, Format:, and Image Format: and Save. Done!

05A65nU.png

2- Download macOS from Apple

Use this tool for check Apple Catalog By crazybirdy

installScript_allfullapp.zip

installScript_1016fullapp.zip

 

NHvzIrz.png

After Download copy macOS Installer to Applications folder

MaqLiE7.png

 

bBirYMY.png

 

3- Using the 'createinstallmedia' command in Terminal

a- Mount .dmg created in your desktop (if you use one USB Stick, ignore this step).

BVmYzGu.png

b- Open Terminal, which is in the Utilities folder of your Applications folder.

c- Type or paste one of the following commands in Terminal. These assume that the installer is still in your Applications folder, and MyVolume is the name of the .dmg mounted. If it has a different name, replace MyVolume in these commands with the name of your volume, in this case is Olarila.

3ywCfhj.png

Ventura:

Quote

sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Monterey:

Quote

sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Big Sur:

Quote

sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Catalina: 

Quote

sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Mojave:

Quote

sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

High Sierra:

Quote

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

 

4- Mount EFI Partition in your .DMG or USB Stick with macos, use this app

https://tinyurl.com/y7q4z4lg

jgF2ToY.png

 

5- Copy your EFI folder to EFI partition. You can use my folders below

oIeQuoB.png

paste EFI folder there

ptKCOvB.png

6- EFI folders

https://tinyurl.com/pec8fkxz

 

7- Installing Clover bootloader for support Legacy and UEFI in same installer--

a- Download Clover bootloader

https://tinyurl.com/ubyaea2

b- Open Installer

nD8uxfq.png

c- Change Install Location

qje6udJ.png 

d- Select your disk

NvLh98j.png 

e- Go to Customize

4toG4Dx.png 

f- Select "Install Clover in the ESP"

g- Go to "Boot Sectors" and select "Install boot0ss in MBR"

h- Go to "Clover for BIOS (legacy) booting" and select "Clover EFI 64-bits SATA"

i- Check "Install RC scripts on target volume

***Don't need select drivers, EFI folders above have all mandatory***

gI0D9CS.png 

8- Put your Personal Logo (Optional)

a- Open your image/logo, "Select All" and "Copy"

PHqV8xY.png

b- "Get Info" in .dmg mounted or USB Stick

ZDKwHDK.png

 

c- Select here

Hbq3wDJ.png

d- Paste image

l5hYmI5.png

 

9- Change Extensions

a- Change extensions .dmg to .raw

b- If you need update Clover bootloader, Kexts, etc, just rename .raw to .dmg

 

10- Compress .raw to Share with others

a- Open Terminal and type

 

bzip2 -z 
 

a- Drag image .raw into terminal

 

-Useful Links

 

 

-Credits and thanks to the old and new people in the community who developed patches, kexts and bootloaders!

 

Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others!

 

We're all here to have fun and learn from each other!

  • Like 1

Support Olarila Vanilla Hackintosh by making a donation HERE

About Premium Users you can check HERE

Problems with Paypal HERE

Link to comment
Share on other sites

:guitar:guitar

AMD Ryzen 7 3700X, MSI MPG X570 Gaming Plus, Corsair Vengeance RGB PRO 16GB DDR4 3200MHz, Sapphire rx 5700 XT, fractal celcius s36

:superman:superman

HP Notebook - 15-ay028ca (Touch), 16 GB 2133 MHz DDR4, Intel HD Graphics 520 1536 MB

Asus z97-c i5, i5 4460, 32 GB 1648 MHz DDR3, Radeon RX 560 4096 MB, Corsair H75 Liquid CPU Cooler

Link to comment
Share on other sites

  • Administrators

[ref]richwood[/ref],


hdiutil convert /path/to/example.dmg -format UDTO -o /path/to/example.iso


mv example.iso.cdr example.iso

Support Olarila Vanilla Hackintosh by making a donation HERE

About Premium Users you can check HERE

Problems with Paypal HERE

Link to comment
Share on other sites

  • Administrators

[ref]Elton Sousa[/ref], sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/Catalina

Support Olarila Vanilla Hackintosh by making a donation HERE

About Premium Users you can check HERE

Problems with Paypal HERE

Link to comment
Share on other sites

@mald0n


thanks buddy. I'll give that a go using hdiutil in macOS.


I tried renaming the raw file to dmg in Windows and then converting to iso using AnyToIso. It converted the file but Vmware won't recognize it.


Ok, so I've created an iso file using hdiutil and then copied the iso back to Windows. Vmware Workstation still won't recognize this iso file. Can anyone make the vmdk file from the beta 3 image?

Link to comment
Share on other sites

Hi guys, I get an error when copying the macOS image to the terminal. Nevertheless I have recorded the image of Olarila AMD in a usb and I have started it, being without advance in the beginning. I do not know if it's because of the processor that I have a Phenom II b45 ... Thanks for the tutorial😃

Link to comment
Share on other sites

[ref]MaLd0n[/ref], Hi Daniel, I'm trying to build new Hackintosh on;

Mother Board; ASUS H310M-D R2.0

CPU: Intel i3-8100 @3.60GHz

Graphics Built In; Intel UHD 630


Try to install Mojave and use CHIPSET SERIES 10, 20 and 30 (SKYLAKE / KABYLAKE / COFFEELAKE), but after series of codes after boot my display just went off and nothing happens...need your expertise please...many thanks!!!

Link to comment
Share on other sites

[ref]steezy[/ref], first try with only InjectIntel

Hi Daniel, still no luck, but I'm not sure if I've done the instruction very well :D

https://imgur.com/03cf0CQ, that is the message before my screen went off. I'm planning to get compatible external graphics, but I still want to try the onboard graphics. Hope you can take a look on my config. :cap

config.plist.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...

Hey! Welcome to Olarila.com  Please Disable Your ADBlocker!

3vHSCmh.png

The popup will be closed in 15 seconds...