Skip to content

Commit f15ad24

Browse files
committed
更新OpenCore1.0.2,支持MacOS Sequoia 15.0.1
更新至OpenCore 1.0.2,支持MacOS Sequoia 15.0.1
1 parent 2c79382 commit f15ad24

File tree

93 files changed

+5342
-299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5342
-299
lines changed

.github/workflows/Auto Release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
Push-Release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: '5'
1717
- name: Manage Version
@@ -39,15 +39,15 @@ jobs:
3939
echo '### 最新的五个更新是:' >> ReleaseNotes.md
4040
git log -"5" --format="- %H %s" | sed '/^$/d' >> ReleaseNotes.md
4141
- name: Delete Old Prerelease
42-
uses: dev-drprasad/delete-tag-and-release@v0.2.0
42+
uses: dev-drprasad/delete-tag-and-release@v1.1
4343
with:
4444
tag_name: ${{ env.OLD_PRE_TAG }}
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Publish GitHub Release
4949
if: contains(github.event.head_commit.message, 'Bump version') == false
50-
uses: ncipollo/release-action@v1.8.6
50+
uses: ncipollo/release-action@v1.14.0
5151
with:
5252
prerelease: true
5353
bodyFile: ReleaseNotes.md

Course/OCAuxiliaryTools/README.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# OpenCore-更新教程
2+
写在前面的话:
3+
```
4+
本人比较懒,总不能OC一有更新就发布,毕竟开发版的话更新较快,在此写个教程方便各位自己更新
5+
```
6+
---
7+
## 开始
8+
#### 本教程使用的软件为OCAuxiliaryTools,该软件有Linux、Mac及Windows版本,操作方法一致。
9+
### 准备工作:
10+
- OCAuxiliaryTools
11+
- 自己的EFI文件
12+
- DiskGenius
13+
14+
[![](https://img.shields.io/badge/DiskGenius-red)](https://www.diskgenius.cn/download.php)
15+
[![](https://img.shields.io/badge/EFI-grey)](https://github.com/gclm/Hackintosh-LEGION-Y7000P-I7-9750H)
16+
[![](https://img.shields.io/badge/OCAuxiliaryTools-purple)](https://github.com/ic005k/OCAuxiliaryTools)
17+
18+
### 步骤
19+
1) 解压并运行OCAuxiliaryTools
20+
21+
2) 将EFI复制到桌面,然后点击打开,选择EFI下的config.plist(也可以直接挂载,Mac下直接挂载比较方便)
22+
23+
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/OCAuxiliaryTools/2.png)
24+
3) 选择OC开发版或正式版
25+
26+
1) 正式版:
27+
1) 点击升级OpenCore和Kexts按钮
28+
29+
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/OCAuxiliaryTools/3.png)
30+
31+
2) 选择最新版,点击获取OpenCore后点击开始同步
32+
33+
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/OCAuxiliaryTools/3.1.png)
34+
2) 开发版:
35+
1) 点击编辑,点击勾选OpenCore开发版
36+
37+
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/OCAuxiliaryTools/3.2.png)
38+
39+
2) 点击升级OpenCore和Kexts按钮,选择开发版分支后点获取并点同步,更新Kext也如下所示(开发版根据自己需要勾选)
40+
41+
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/OCAuxiliaryTools/3.3.png)
42+
43+
4) OCAT会提示红色感叹号,只需要上述同步完成后点击感叹号旁边的保存按钮即可
44+
45+
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/OCAuxiliaryTools/4.png)
46+
- 注:若保存后依旧红色感叹号,可点击感叹号根据提示修改配置文件
47+
6) 点击保存后无误即OC更新成功(保存会自动保存旧配置,遇到错误重命名即可)
48+

Course/README.md

+40-40
Original file line numberDiff line numberDiff line change
@@ -36,99 +36,99 @@
3636
方法:记事本打开config.plist,将第13行(SSDT-DNVMe.aml头上)的true改为false即可。
3737
```
3838
39-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/DNVMe.png)
39+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/DNVMe.png)
4040
```json
4141
警告:若电脑存在PM981(a)系列硬盘但是未屏蔽,系统则会随机卡死!!!
4242
```
4343
2) 镜像下载后,用刚才下载的MyHash检查md5值是否正确,如果md5值不相同须重新下载
4444

45-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/MD5.png)
45+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/MD5.png)
4646
3) 将U盘以默认设置格式化一遍
4747

48-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/U.png)
48+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/U.png)
4949
4) 下载Etcher,选择安装镜像,选择需要制作的U盘,点击 Flash 即可。Windows10需要以管理员权限运行
5050

51-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/Etcher.png)
51+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/Etcher.png)
5252
5) 刻录成功如下图显示
5353

54-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/Etcher2.png)
54+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/Etcher2.png)
5555
6) 将镜像分区自带的EFI删除,(一般现在的镜像都是三分区,根据需要替换就行,这里替换其中的OC分区)
5656

57-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/OC1.png)
57+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/OC1.png)
5858
7) 把自己准备好的EFI复制过去
5959

60-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/OC2.png)
60+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/OC2.png)
6161
8) 设置BIOS,开机按F2进入Bios将安全启动关闭
6262

63-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/AQ.jpg)
63+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/AQ.jpg)
6464
9) 下载[Bios一键修改](https://lovekevin.top/TOOLS/Y7000%E7%B3%BB%E5%88%97%E4%B8%80%E9%94%AE%E4%BF%AE%E6%94%B9BIOS.zip),运行5、6、7、8,8代处理器还需运行4
6565

66-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/Bios.png)
66+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/Bios.png)
6767

6868
1) 显卡切换混合模式,打开联想电脑管家,点击右上角游戏模式
6969

70-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/XK1.png)
70+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/XK1.png)
7171

7272
2) 点击显卡模式,选择混合模式
7373

74-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/XK2.png)
74+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/XK2.png)
7575

7676
3) 若没有安装联想电脑管家,可开机连续点按F2进入BIOS设置,切换显卡模式
7777

78-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/XK3.jpg)
78+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/XK3.jpg)
7979
10) 安装macOS Monterey
8080
1) 开机,按F12选择U盘引导,光标移动到EFI USB Device选择OpenCore分区启动:
8181
2) 进入OpenCore主引导界面,选择Install macOS Monterey,回车进入安装,如果不幸卡住了,请到QQ群寻求帮助
8282

83-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/install.png)
83+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/install.png)
8484
11) 选择简体中文,点击->继续
8585

86-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/ZW.png)
86+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/ZW.png)
8787
12) 出现安装界面,选择磁盘工具,点击继续
8888

89-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C1.png)
89+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C1.png)
9090
13) 进入磁盘工具,点击下图所示,选择显示所有设备
9191

92-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C2.png)
92+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C2.png)
9393
- 在磁盘工具里面所做的操作涉及到你的数据安全,请认真仔细确认后再操作,否则由此造成的一切后果本站概不负责
9494
14) 请根据你的设备选择相应的磁盘,点击抹掉,在弹出的窗口中输入:(名称自定义)
9595

96-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C3.png)
96+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C3.png)
9797
15) 点击抹除,然后等待操作结束,通过菜单选择退出磁盘工具或者按窗口左上角红色按钮离开磁盘工具
9898

99-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C4.png)
99+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C4.png)
100100
16) 返回到安装界面,选择安装macOS,点击继续
101101

102-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C5.png)
102+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C5.png)
103103
17) 点击同意,继续
104104

105-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C6.png)
105+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C6.png)
106106
18) 阅读许可协议的条款,点击 同意
107107

108-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C7.png)
108+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C7.png)
109109
19) 选择将要安装的磁盘卷标MacOS,点击继续
110110

111-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C8.png)
111+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C8.png)
112112
- 它会把USB安装盘上的安装文件预复制到要安装的系统分区里,这个过程通常会持续1-2分钟,之后系统会自动重启
113113
20) 重启后继续安装,在安装期间,通常会自动重启2-3遍
114114

115-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C9.png)
115+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C9.png)
116116
21) 自动重启进入第二阶段安装
117117

118-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C10.png)
118+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C10.png)
119119
- 安装Monterey的时间通常是安装Catalina的2倍,请务必耐心等待;安装完成后,会进入设置向导
120120
22) 选择国家和地区,拉到最底,选择:中国大陆,点击继续
121121

122-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C11.png)
122+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C11.png)
123123
23) 出现桌面后,整个的安装向导就完成了。
124124

125-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C12.png)
125+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C12.png)
126126
24) 系统安装后,你可以先喝杯咖啡兴奋会儿,马上还有更艰巨的任务在等着你呢
127127
- 先打开终端,输入命令:
128128
```
129129
sudo spctl --master-disable # 启用macOS安装应用允许任何来源
130130
```
131-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C13.png)
131+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C13.png)
132132
25) 运行小键盘及声音修复等
133133
- 打开终端,输入命令,根据需要选择修复
134134
```
@@ -138,7 +138,7 @@
138138
- 打开 系统偏好设置 > 安全性与隐私 > 隐私 > 辅助功能
139139
- 将 setleds ALCPlugFix等拖放到辅助功能
140140
141-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/C14.png)
141+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/C14.png)
142142
26) Y9000X扬声器无声修复
143143
- 打开终端输入以下命令
144144
```
@@ -156,23 +156,23 @@
156156
2) 如果电脑只有一块硬盘,则需要手动添加引导项
157157
1) 打开DiskGenius,将EFI->OC复制到ESP->EFI下
158158
159-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/E1.png)
159+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/E1.png)
160160
161161
2) 打开EasyUEFI,点击管理EFI启动,点击图中位置+号添加启动项
162162
163-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/E2.png)
163+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/E2.png)
164164
165165
3) 选择Linux及其他操作系统,描述自定义,选择硬盘ESP分区,然后点击浏览文件
166166
167-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/E3.png)
167+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/E3.png)
168168
169169
4) 选择EFI->OC->OpenCore.efi,确定
170170
171-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/E4.png)
171+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/E4.png)
172172
173173
5) 选中刚刚添加的启动项,点击向上箭头,移到第一启动项,重启即可进入OC
174174
175-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/E5.png)
175+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/E5.png)
176176
- 若重启第一启动项不是OC,可手动进入BIOS调整启动顺序
177177
178178
---
@@ -198,7 +198,7 @@ MacRecovery-黑果在线安装工具
198198
6) 在线安装速度慢的话,可以将DNS修改为114.114.114.114
199199
- [联想拯救者Y7000P-2019-EFI](https://github.com/gclm/Hackintosh-LEGION-Y7000P-I7-9750H)
200200
201-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/MacRecovery.png)
201+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/MacRecovery.png)
202202
203203
---
204204
## 恢复安装
@@ -214,20 +214,20 @@ MacRecovery-黑果在线安装工具
214214
215215
2) 打开Paragon Hard Disk Manager,选择从文件恢复
216216
217-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/P1.png)
217+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/P1.png)
218218
3) 选择恢复,弹出窗口选择恢复文件,输入密码进入下一步
219219
220-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/P2.png)
220+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/P2.png)
221221
4) 选择目的磁盘
222222
223-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/P3.png)
223+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/P3.png)
224224
5) 选择目标分区
225225
226-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/P4.png)
226+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/P4.png)
227227
6) 点击开始恢复
228228
229-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/P5.png)
229+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/P5.png)
230230
7) 任选其一,第一个校验,第二个不校验直接恢复
231231
232-
![](https://cdn.staticaly.com/gh/LoveGlaze/images/master/Course/P6.png)
232+
![](https://cdn.jsdelivr.net/gh/LoveGlaze/images@master/Course/P6.png)
233233

OpenCore/EFI/BOOT/BOOTx64.efi

4 KB
Binary file not shown.

OpenCore/EFI/OC/Drivers/AudioDxe.efi

24 KB
Binary file not shown.

OpenCore/EFI/OC/Drivers/BiosVideo.efi

4 KB
Binary file not shown.
20 KB
Binary file not shown.
-4 Bytes
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Binary file not shown.
-4 Bytes
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Binary file not shown.
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Binary file not shown.
-4 Bytes
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Binary file not shown.

OpenCore/EFI/OC/Drivers/XhciDxe.efi

8 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>22G630</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>AMFIPass</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.dhinakg.AMFIPass</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>AMFIPass</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.4.1</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1.4.1</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string></string>
31+
<key>DTPlatformName</key>
32+
<string>macosx</string>
33+
<key>DTPlatformVersion</key>
34+
<string>14.2</string>
35+
<key>DTSDKBuild</key>
36+
<string>23C53</string>
37+
<key>DTSDKName</key>
38+
<string>macosx14.2</string>
39+
<key>DTXcode</key>
40+
<string>1520</string>
41+
<key>DTXcodeBuild</key>
42+
<string>15C500b</string>
43+
<key>IOKitPersonalities</key>
44+
<dict>
45+
<key>AMFIPass</key>
46+
<dict>
47+
<key>CFBundleIdentifier</key>
48+
<string>com.dhinakg.AMFIPass</string>
49+
<key>IOClass</key>
50+
<string>AMFIPass</string>
51+
<key>IOMatchCategory</key>
52+
<string>AMFIPass</string>
53+
<key>IOProviderClass</key>
54+
<string>IOResources</string>
55+
<key>IOResourceMatch</key>
56+
<string>IOKit</string>
57+
</dict>
58+
</dict>
59+
<key>LSMinimumSystemVersion</key>
60+
<string>10.15</string>
61+
<key>NSHumanReadableCopyright</key>
62+
<string>Copyright © 2022-2023 Dhinak G. All rights reserved.</string>
63+
<key>OSBundleLibraries</key>
64+
<dict>
65+
<key>as.vit9696.Lilu</key>
66+
<string>1.6.8</string>
67+
<key>com.apple.kpi.bsd</key>
68+
<string>12.0.0</string>
69+
<key>com.apple.kpi.dsep</key>
70+
<string>12.0.0</string>
71+
<key>com.apple.kpi.iokit</key>
72+
<string>12.0.0</string>
73+
<key>com.apple.kpi.libkern</key>
74+
<string>12.0.0</string>
75+
<key>com.apple.kpi.mach</key>
76+
<string>12.0.0</string>
77+
<key>com.apple.kpi.private</key>
78+
<string>12.0.0</string>
79+
<key>com.apple.kpi.unsupported</key>
80+
<string>12.0.0</string>
81+
</dict>
82+
<key>OSBundleRequired</key>
83+
<string>Root</string>
84+
</dict>
85+
</plist>
Binary file not shown.

0 commit comments

Comments
 (0)