You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,6 @@
4
4
5
5
A python script for building and booting OpenCore on legacy Macs, see [Supported SMBIOS](#supported-smbios) on whether your model is supported.
6
6
7
-
# DO NOT USE, RISKS OF BRICKING YOUR MAC
8
-
9
-
Currently this patcher implementation can apply a firmware update that breaks your machine. To avoid this, we highly recommend users do not use this patcher until we've resolved this.
10
-
11
-
### Ivy Bridge and Haswell Notes
12
-
13
-
Currently in Big Sur 11.0.1 and 11.1, there are partial firmware brickings happening during the install stage. The exact issue depends on the CPU model generation:
14
-
15
-
16
-
***Ivy Bridge**:
17
-
* Simply power cycling the machine will resolve this issue
18
-
* Laptops will need to unplug the battery for a bit
19
-
* To avoid this issue outright, simply shutdown the machine after Big Sur has installed macOS instread of having the installer auto reboot
20
-
21
-
***Haswell**:
22
-
* Power cycling *may* work however some iMac14,x users have reported needing a firmware reflash
23
-
* Patcher currently has removed support for these machines till macOS 11.2's release to avoid any unnecessary headaches for users
24
-
25
7
## Supported SMBIOS
26
8
27
9
Any hardware supporting SSE4.1 CPU and 64-Bit firmware work on this patcher. To check your hardware model, run the below command on the applicable machine:
@@ -117,7 +99,7 @@ Once you're done making your OpenCore installer, you can simply reboot holding t
117
99
118
100
## How to uninstall OpenCore?
119
101
120
-
To remve OpenCore is actually quite simply:
102
+
To remove OpenCore is actually quite simply:
121
103
122
104
1. Remove OpenCore either from the USB or internal drive
123
105
* You'll need to mount the drive's EFI partition, and delete the EFI folder
@@ -142,7 +124,7 @@ Once you've booted OpenCore at least once, your hardware should now auto boot it
142
124
143
125
At this time, the OpenCore Patcher won't install macOS onto the internal drive itself during installs. Instead, you'll need to either [manually transfer](https://dortania.github.io/OpenCore-Post-Install/universal/oc2hdd.html) OpenCore to the internal drive's EFI or run this patcher's Option 2 again but select your internal drive.
144
126
145
-
Reminder that once this is done, you'll need to select OpenCore in the boot picker again for your hardware to remenber this entry and auto boot from then on.
127
+
Reminder that once this is done, you'll need to select OpenCore in the boot picker again for your hardware to remember this entry and auto boot from then on.
0 commit comments