Skip to content

htmm/macos-bootable-usb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macos-bootable-usb

License: GPL v3

Combination of some codes and applications to create macOS installation media outside Mac app store.
Thanks me later :3

Motivation

Honestly, the main reason is I've limited Internet. I can't download the whole 8GB, 12GB at one stroke. So, I've to download multiple times and MAS doesn't support it. Moreover, I want to save downloaded installer so that I can use them next time. That's why I made this script.

How to Use

Clone the repository

git clone https://github.com/htmm/macos-bootable-usb.git
cd $HOME/macos-bootable-usb
chmod +x ./creator.command
chmod +x ./Create_Install_Media.command

Downloading Install macOS from apple server

cd $HOME/macos-bootable-usb
./creator.command

Creating Create Install Media bootable drive

cd $HOME/macos-bootable-usb
./Create_Install_Media.command

it's still in beta. Simply just run the script, answer the question and go!

View Spoiler Choice 1: ⬇︎

Spoiler Choice 1

Screenshot

Screenshot

View Spoiler Choice 24: ⬇︎

Spoiler Choice 24

Screenshot

Screenshot

DISK SELECTION information can be found in diskutil > table > Device. In this example disk3. So, TARGET_DISK become /dev/disk3.

View Spoiler diskutil: ⬇︎

Spoiler diskutil

diskutil

Thanks

Thanks to -

License

This work is licensed under GPLv3. See License for more information.