Skip to content

Commit 55ce096

Browse files
authored
English
1 parent e8b6345 commit 55ce096

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* [Post Installation](#post-installation)
1212
* [Optional](#optional)
1313
* [Install to Boot Drive](#install-to-boot-drive)
14+
* USB Flash Drive
15+
* Boot Drive
1416
* [Releases](#releases)
1517
* [Compatibility](#compatibility)
1618
* [License](#license)
@@ -30,18 +32,18 @@ For a complete list of [BIOS Settings](/BIOS.md), please refer to the accompanyi
3032
* [Save & Exit](/BIOS.md#fox_face-save--exit)
3133

3234
## Prepare Install Media
33-
1. Download the installer for [macOS High Sierra](https://www.dualbootpc.com/software/system/macos/high-sierra/) from the Mac App Store.
35+
1. Download the installer for [macOS Sierra](https://www.dualbootpc.com/software/system/macos/sierra/) from the Mac App Store.
3436
2. Open Terminal and format the target 16 GB [USB drive](https://www.dualbootpc.com/hardware/usb/) with the following command:
3537

36-
`diskutil partitionDisk /dev/{DISK_ID} GPT JHFS+ "HighSierraUSB" 100%`
38+
`diskutil partitionDisk /dev/{DISK_ID} GPT JHFS+ "SierraUSB" 100%`
3739

38-
3. Partition the 16 GB [USB drive](https://www.dualbootpc.com/hardware/usb/) and give 12 GB to the **HighSierraUSB** and 4 GB to **Post Installation**.
39-
4. [Create the bootable macOS installer](https://www.dualbootpc.com/guide/creating-a-usb-installer/): Works for [OS X Mavericks](https://www.dualbootpc.com/software/system/macos/mavericks/) through [macOS Big Sur](https://www.dualbootpc.com/software/system/macos/big-sur/).
40+
3. Partition the 16 GB [USB drive](https://www.dualbootpc.com/hardware/usb/) and give 12 GB to the **SierraUSB** and 4 GB to **Post Installation**.
41+
4. [Create the bootable macOS installer](https://www.dualbootpc.com/guide/creating-a-usb-installer/): Instructions works for [OS X Mavericks](https://www.dualbootpc.com/software/system/macos/mavericks/) through [macOS Monterey](https://www.dualbootpc.com/software/system/macos/monterey/).
4042

41-
`sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/HighSierraUSB --applicationpath /Applications/Install\ macOS\ High\ Sierra.app`
43+
`sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/SierraUSB --applicationpath /Applications/Install\ macOS\ Sierra.app`
4244
5. Once the program finishes in the Terminal, your [USB drive](https://www.dualbootpc.com/hardware/usb/) will be called the following:
4345

44-
`Install macOS High Sierra`
46+
`Install macOS Sierra`
4547

4648
## Install the Bootloader
4749
**USB Flash Drive**

0 commit comments

Comments
 (0)