Skip to content

Commit

Permalink
feat: macOS 14.5 Sonoma support (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajjartejas authored Jun 22, 2024
1 parent 10689be commit 6f4ca63
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_STORE
.DS_STORE

.idea
19 changes: 19 additions & 0 deletions 14.x/14.5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Changelog

1. macOS Sonoma 14.5 support added.
2. OpenCore version updated to 1.0.0.
3. Kexts updated.

### What's Working/Not working

1. TrackPad high cpu(10% to 15%) usages and laggy.
2. Sleep not working.

### Important

Please add `SystemSerialNumber`, `SystemUUID` and `MLB`.
Please backup your efi before upgrading.

### Download

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

Goal of this repo is to run Mac os on Lenovo IdeaPad 3 15IML05 Laptop.

| macOS Ventura 13.3.1 | macOS Ventura 14.0 |
| :-------------------------------------: | :-----------------------------------: |
| ![alt text](13.x/13.3.1/screenshot.png) | ![alt text](14.x/14.0/screenshot.png) |
| macOS Ventura 13.3.1 | macOS Sonoma 14.5 |
| :-------------------------------------: |:-------------------------------------:|
| ![alt text](13.x/13.3.1/screenshot.png) | ![alt text](14.x/14.5/screenshot.png) |

## OpenCore Installation Guide

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/EFI/EFI/OC $EFIOutputFolder
cp -R /Volumes/SYSTEM_DRV/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 6f4ca63

Please sign in to comment.