mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
Add more clarification and adjust images
This commit is contained in:
+26
-8
@@ -6,7 +6,10 @@ Reboot the machine while holding `Option` to select the EFI Boot entry with the
|
|||||||
|
|
||||||
* This will be the Mac Boot Picker
|
* This will be the Mac Boot Picker
|
||||||
|
|
||||||

|
|
||||||
|
<div align="left">
|
||||||
|
<img src="./images/efi-boot.png" alt="EFI boot" width="800" />
|
||||||
|
</div>
|
||||||
|
|
||||||
::: details Note for Mac Pros/Xserves/iMacs with unflashed GPUs
|
::: details Note for Mac Pros/Xserves/iMacs with unflashed GPUs
|
||||||
|
|
||||||
@@ -27,7 +30,10 @@ Now you'll want to get a list of drive identifiers. To do so, run the following
|
|||||||
diskutil list
|
diskutil list
|
||||||
```
|
```
|
||||||
The command should produce a list of drives installed in your system:
|
The command should produce a list of drives installed in your system:
|
||||||

|
|
||||||
|
<div align="left">
|
||||||
|
<img src="./images/Unflashed-Boot-1.png" alt="Unflashed boot" width="800" />
|
||||||
|
</div>
|
||||||
|
|
||||||
Keep track of the drive with the OCLP install. You will need the drive identifer for later.
|
Keep track of the drive with the OCLP install. You will need the drive identifer for later.
|
||||||
|
|
||||||
@@ -37,7 +43,11 @@ Run the following command (Replace X with the drive number):
|
|||||||
```sh
|
```sh
|
||||||
diskutil mount diskXs1
|
diskutil mount diskXs1
|
||||||
```
|
```
|
||||||

|
|
||||||
|
<div align="left">
|
||||||
|
<img src="./images/Unflashed-Boot-2.png" alt="Unflashed boot 2" width="800" />
|
||||||
|
</div>
|
||||||
|
|
||||||
If everything is correct, the EFI partion should be mounted.
|
If everything is correct, the EFI partion should be mounted.
|
||||||
|
|
||||||
Now you'll want to use the `bless` command to set the default boot device:
|
Now you'll want to use the `bless` command to set the default boot device:
|
||||||
@@ -45,7 +55,10 @@ Now you'll want to use the `bless` command to set the default boot device:
|
|||||||
bless --mount /Volumes/EFI --setBoot --file /Volumes/EFI/System/Library/CoreServices/boot.efi
|
bless --mount /Volumes/EFI --setBoot --file /Volumes/EFI/System/Library/CoreServices/boot.efi
|
||||||
```
|
```
|
||||||
Once the command is run, it should produce no output.
|
Once the command is run, it should produce no output.
|
||||||

|
|
||||||
|
<div align="left">
|
||||||
|
<img src="./images/Unflashed-Boot-3.png" alt="Unflashed boot 3" width="800" />
|
||||||
|
</div>
|
||||||
|
|
||||||
If the command produces an output, ensure that you've typed it in correctly.
|
If the command produces an output, ensure that you've typed it in correctly.
|
||||||
|
|
||||||
@@ -56,15 +69,20 @@ Now that you've loaded OpenCore, "select Install macOS":
|
|||||||
|
|
||||||
* This will be the OpenCore Picker
|
* This will be the OpenCore Picker
|
||||||
|
|
||||||

|
<div align="left">
|
||||||
|
<img src="./images/oc-boot.png" alt="OpenCore boot" width="800" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
You will soon reach the installer screen! If you enabled verbose mode when building OCLP, a lot of text will run across the screen. From there, it's just like any normal macOS install. For an example of how the boot process looks, see the following video:
|
You will soon reach the installer screen! If you enabled verbose mode when building OCLP, a lot of text will run across the screen. From there, it's just like any normal macOS install. For an example of how the boot process looks, see the following video:
|
||||||
|
|
||||||
* [OpenCore Legacy Patcher Boot Process](https://www.youtube.com/watch?v=AN3zsbQV_n4)
|
* [OpenCore Legacy Patcher Boot Process](https://www.youtube.com/watch?v=AN3zsbQV_n4)
|
||||||
|
|
||||||
If your Mac is looping back into the beginning of the setup after the first reboot, turn it off, start it again and hold `Option`. This time, select the option with a grey hard disk icon, it can say "macOS Installer" or the name you gave the disk during the installer process. Keep repeating this step after every reboot if necessary.
|
If your Mac is looping back into the beginning of the setup after the first reboot, turn it off, start it again and hold Option. This time (after choosing `EFI Boot` first) select the option with a grey hard disk icon in the OpenCore picker. It can either say `macOS Installer` or the name you gave the disk during the installer process. Keep repeating this step after every reboot if necessary.
|
||||||
|
|
||||||

|
<div align="left">
|
||||||
|
<img src="./images/oclp-stuck-firstreboot.png" alt="Stuck on first reboot" width="800" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
::: warning
|
::: warning
|
||||||
@@ -77,7 +95,7 @@ If your Mac is looping back into the beginning of the setup after the first rebo
|
|||||||
|
|
||||||
**T1 Macs**: When installing macOS Sonoma or newer on a T1 system, full disk wipe will remove T1 functionality (touchbar etc). Therefore when installing, only wipe the volume containing the operating system.
|
**T1 Macs**: When installing macOS Sonoma or newer on a T1 system, full disk wipe will remove T1 functionality (touchbar etc). Therefore when installing, only wipe the volume containing the operating system.
|
||||||
|
|
||||||
<div align="center">
|
<div align="left">
|
||||||
<img src="./images/wipe-volume.png" alt="WipeVolume" width="800" />
|
<img src="./images/wipe-volume.png" alt="WipeVolume" width="800" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user