Skip to content

Commit

Permalink
feat: oc 0.6.9 and mac os 11.3.1 support (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajjartejas authored May 12, 2021
1 parent a527c8c commit 9d61fd0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions 11.0.x/11.3.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

### Changelog
1. macOS Big Sur 11.3.1 support added.
2. OpenCore version updated to 0.6.9.
3. Kexts updated.


### What's Working/Not working
1. Micro SD Card Reader - Not working in OpenCore.
2. Need to check why `HEVC` encoding not working on `IdeaPad 320 15ISK`


### Important
Please add `SystemSerialNumber`, `SystemUUID` and `MLB`.


### Download
Please check release section to download.
Binary file added 11.0.x/11.3.1/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

Goal of this repo is to run Mac os on Lenovo Ideapad 320 15ISK Laptop

macOS Mojave 10.14.6 | macOS Catalina 10.15.6 | macOS Big Sur 11.2.3
macOS Mojave 10.14.6 | macOS Catalina 10.15.6 | macOS Big Sur 11.3.1
:-------------------------:|:-------------------------:|:-------------------------:
![alt text](10.14.x/10.14.6/Screenshot.png) | ![alt text](10.15.x/10.15.6/screenshot.png) | ![alt text](11.0.x/11.2.3/screenshot.png)
![alt text](10.14.x/10.14.6/Screenshot.png) | ![alt text](10.15.x/10.15.6/screenshot.png) | ![alt text](11.0.x/11.3.1/screenshot.png)

## macOS Catalina to Big Sur direct upgrade note:
Download latest OpenCore zip folder from release and overwrite with existing one.
Expand Down
2 changes: 1 addition & 1 deletion Tools/extract_efi_without_serial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EFIOutputFolder=$(dirname $0)
cd $EFIOutputFolder

sudo diskutil mount $1
cp -R /Volumes/ESP/EFI/OC $EFIOutputFolder
cp -R /Volumes/EFI/EFI/OC $EFIOutputFolder
cd $EFIOutputFolder
plutil -replace PlatformInfo.DataHub.SystemSerialNumber -string "PLEASE INSERT YOUR OWN" OC/config.plist
plutil -replace PlatformInfo.DataHub.SystemUUID -string "PLEASE INSERT YOUR OWN" OC/config.plist
Expand Down

0 comments on commit 9d61fd0

Please sign in to comment.