From 1be3e3f3d5b2eb9fedcb2e45c64e0de3c163e408 Mon Sep 17 00:00:00 2001 From: mrasong Date: Mon, 25 Jan 2021 21:20:07 +0800 Subject: [PATCH] update README --- README.md | 20 ++++++++++---------- README.zh_CN.md | 14 +++++++------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 61e4a66..c86de92 100644 --- a/README.md +++ b/README.md @@ -39,18 +39,18 @@ keep other settings default. If it's the first time your nuc10 install with macOS, you must unlock CFG before install macOS. - 1. Find a USB flash drive, formatted as `FAT32` partition. - 2. Copy `EFI` files to the root of your USB drive, path will be `/EFI`. - 3. Reboot your nuc10, press `F10`, boot with the drive above. - 4. Choose `CFGLock Shell.efi` unlock CFG. +1. Find a USB flash drive, formatted as `FAT32` partition. +2. Copy `EFI` files to the root of your USB drive, path will be `/EFI`. +3. Reboot your nuc10, press `F10`, boot with the drive above. +4. Choose `CFGLock Shell.efi` unlock CFG. ### config.plist -- `/EFI/OC/config.plist` Default boot with `AppleALC.kext`. -- `/EFI/OC/config.VoodooHDA.plist` Default boot with `VoodooHDA.kext`(HDMI Audio works). -- `/EFI/OC/config.UI.plist` GUI boot with `AppleALC.kext`. -- `/EFI/OC/config.UI.VoodooHDA.plist` GUI boot with `VoodooHDA.kext`(HDMI Audio works). +1. `/EFI/OC/config.plist` Default boot with `AppleALC.kext`. +2. `/EFI/OC/config.VoodooHDA.plist` Default boot with `VoodooHDA.kext`(HDMI Audio works). +3. `/EFI/OC/config.UI.plist` GUI boot with `AppleALC.kext`. +4. `/EFI/OC/config.UI.VoodooHDA.plist` GUI boot with `VoodooHDA.kext`(HDMI Audio works). Choose one you prefer to :) @@ -66,8 +66,8 @@ Choose one you prefer to :) ### HDMI Audio - - The default Audio drive is `AppleALC.kext` loaded by the file `/EFI/OC/config.plist`. - - If you want to use `VoodooHDA.kext`, just rename the file `/EFI/OC/config.VoodooHDA.plist` to `/EFI/OC/config.plist`. (Do not forget to replace the GMBIOS with your own.) +- The default Audio drive is `AppleALC.kext` loaded by the file `/EFI/OC/config.plist`. +- If you want to use `VoodooHDA.kext`, just rename the file `/EFI/OC/config.VoodooHDA.plist` to `/EFI/OC/config.plist`. (Do not forget to replace the GMBIOS with your own.) ### Kexts diff --git a/README.zh_CN.md b/README.zh_CN.md index d6ced0c..4a288d2 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -37,22 +37,22 @@ 新机器或之前未安装过 macOS 的机器,需要解锁CFGLock,具体步骤如下: - 1. 找一个U盘,格式化为 `FAT32` 分区 - 2. 下载 `EFI` 文件,解压放到U盘根目录。(注意包含EFI目录) - 3. 将U盘插入NUC,重启,按`F10`,选择从刚才放入 `EFI` 文件的那个U盘启动 - 4. 选择 `CFGLock Shell.efi` 选择回车,进行解锁。 +1. 找一个U盘,格式化为 `FAT32` 分区 +2. 下载 `EFI` 文件,解压放到U盘根目录。(注意包含EFI目录) +3. 将U盘插入NUC,重启,按`F10`,选择从刚才放入 `EFI` 文件的那个U盘启动 +4. 选择 `CFGLock Shell.efi` 选择回车,进行解锁。 注意:若在OC引导界面看不到 `CFGLock Shell.efi` ,按`空格键`即可显示。 ### config.plist -1. `/EFI/OC/config.plist` 默认文本启动模式,声卡驱动为 `AppleALC.kext`,有些时间HDMI音频不能正常工作. -2. `/EFI/OC/config.VoodooHDA.plist` 默认文本启动模式,万能声卡驱动 `VoodooHDA.kext`(HDMI音频可以正常工作,内置麦克风也可以工作). +1. `/EFI/OC/config.plist` 默认文本启动模式,声卡驱动为 `AppleALC.kext`,有些情况下 HDMI 音频不能正常工作. +2. `/EFI/OC/config.VoodooHDA.plist` 默认文本启动模式,万能声卡驱动 `VoodooHDA.kext`(HDMI音频可以正常工作,内置麦克风也可以正常工作). 3. `/EFI/OC/config.UI.plist` 图形界面启动模式,声卡驱动为 `AppleALC.kext`. 4. `/EFI/OC/config.UI.VoodooHDA.plist` 图形界面启动模式,万能声卡驱动 `VoodooHDA.kext`. -选择你自己喜欢的启动方式,替换掉 `config.plist` 即可。 +选择你自己喜欢的启动方式,替换掉 `config.plist` 即可。 **在 OC 引导界面,按 `空格键` 可显示辅助功能** -- GitLab