diff --git a/CLOVER/config_cml.plist b/CLOVER/config_cml.plist index 544c1f967..75fecabdd 100644 --- a/CLOVER/config_cml.plist +++ b/CLOVER/config_cml.plist @@ -89,16 +89,10 @@ AAPL,ig-platform-id CQCbPg== - complete-modeset-framebuffers - AAAAAAAAAAE= device-id mz4AAA== enable-max-pixel-clock-override AQAAAA== - force-online - AQAAAA== - force-online-framebuffers - AAAAAAAAAAE= framebuffer-con1-busid AQAAAA== framebuffer-con1-enable diff --git a/CLOVER/config_kbl.plist b/CLOVER/config_kbl.plist index c33975942..7bb4379da 100644 --- a/CLOVER/config_kbl.plist +++ b/CLOVER/config_kbl.plist @@ -95,10 +95,6 @@ FlkAAA== enable-max-pixel-clock-override AQAAAA== - force-online - AQAAAA== - force-online-framebuffers - AAAAAAAAAAE= framebuffer-con0-enable AQAAAA== framebuffer-con0-flags diff --git a/Changelog.md b/Changelog.md index ac255e9b5..ee5bf31a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,16 @@ **English** | [中文](Changelog_CN.md) +## XiaoMi NoteBook Pro EFI v1.5.1 +## 1-13-2021 + +### Remove + - Remove `force-online*` properties to fix HDMI + +### OC + - OC: Disable loading `AudioDxe.efi` and `ExFatDxe.efi` because they slow down the boot speed dramatically + + ## XiaoMi NoteBook Pro EFI v1.5.0 ## 1-12-2021 diff --git a/Changelog_CN.md b/Changelog_CN.md index 323a8a43f..15b73c942 100644 --- a/Changelog_CN.md +++ b/Changelog_CN.md @@ -2,6 +2,16 @@ [English](Changelog.md) | **中文** +## XiaoMi NoteBook Pro EFI v1.5.1 +## 1-13-2021 + +### 移除 + - 移除 `force-online*` 属性来修复 HDMI + +### OC + - OC: 禁用 `AudioDxe.efi` 和 `ExFatDxe.efi` 因为它们显著拖慢引导速度 + + ## XiaoMi NoteBook Pro EFI v1.5.0 ## 1-12-2021 diff --git a/Docs/FAQ.pdf b/Docs/FAQ.pdf index ececf49cb..09a639542 100644 Binary files a/Docs/FAQ.pdf and b/Docs/FAQ.pdf differ diff --git "a/Docs/\345\270\270\350\247\201\351\227\256\351\242\230\350\247\243\347\255\224.pdf" "b/Docs/\345\270\270\350\247\201\351\227\256\351\242\230\350\247\243\347\255\224.pdf" index bca87ec62..58f168d7f 100644 Binary files "a/Docs/\345\270\270\350\247\201\351\227\256\351\242\230\350\247\243\347\255\224.pdf" and "b/Docs/\345\270\270\350\247\201\351\227\256\351\242\230\350\247\243\347\255\224.pdf" differ diff --git a/OC/config_cml.plist b/OC/config_cml.plist index 63c49384e..a83961f5f 100644 --- a/OC/config_cml.plist +++ b/OC/config_cml.plist @@ -310,16 +310,10 @@ AAPL,ig-platform-id CQCbPg== - complete-modeset-framebuffers - AAAAAAAAAAE= device-id mz4AAA== enable-max-pixel-clock-override AQAAAA== - force-online - AQAAAA== - force-online-framebuffers - AAAAAAAAAAE= framebuffer-con1-busid AQAAAA== framebuffer-con1-enable diff --git a/OC/config_kbl.plist b/OC/config_kbl.plist index 35c98601c..a1a90a799 100644 --- a/OC/config_kbl.plist +++ b/OC/config_kbl.plist @@ -324,10 +324,6 @@ FlkAAA== enable-max-pixel-clock-override AQAAAA== - force-online - AQAAAA== - force-online-framebuffers - AAAAAAAAAAE= framebuffer-con0-enable AQAAAA== framebuffer-con0-flags @@ -1282,7 +1278,7 @@ AudioOut 0 AudioSupport - + MinimumVolume 20 PlayChime @@ -1299,7 +1295,7 @@ HfsPlus.efi OpenRuntime.efi OpenCanopy.efi - AudioDxe.efi + #AudioDxe.efi #ExFatDxe.efi Input diff --git a/README.md b/README.md index a02a2da79..12b48a04d 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ ## Current Status +- **HDMI** can not be plugged before startup (v1.5.1+) + - You have to re-plug it if you plugged it before startup - **Ethernet may not work on macOS10.15, view [#256](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/256)** - In macOS10.15, you need to update [Wireless-USB-Adapter Driver](https://github.com/chris1111/Wireless-USB-Adapter/releases) - If you are not using macOS10.15, it's still recommended to update the driver above @@ -93,8 +95,6 @@ - According to [OpenCore Official Configuration](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf), you can try to inject the original firmware UUID to `PlatformInfo - Generic - SystemUUID` in `/OC/config.plist` - Should Clean NVRAM after using Clover - Press `Space` in OpenCore boot page, and then select `Reset NVRAM` entry -- Startup Sound slows down boot speed - - Disable `AudioSupport` in `config.plist - UEFI - Audio` - Limited theme - **Recommend Reading: [OpenCore Configuration](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf)**, especially the **UEFISecureBoot** section @@ -170,6 +170,7 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hac ## Improvements +- Use [Hackintool](https://github.com/headkaze/Hackintool) to inject EDID (AAPL00,override-no-connect) - Use [NVMeFix](https://github.com/acidanthera/NVMeFix) to enable APST on NVMe SSDs - Use [xzhih](https://github.com/xzhih)'s [one-key-hidpi](https://github.com/xzhih/one-key-hidpi) to improve quality of system UI - Support 1424x802 HiDPI resolution @@ -216,8 +217,10 @@ First, in macOS, open `SysPref - Startup Disk`. Choose the target system. Then, open `/EFI/OC/config.plist`, and turn off `ShowPicker`. When you want to switch OS, press `Esc` during startup to call the boot menu. -#### [OC] How to enable startup chime? +#### [OC] How to enable startup chime? (TM1701 & TM1707) +Change `#AudioDxe.efi` to `AudioDxe.efi` in `config.plist - UEFI - Drivers`. +Enable `AudioSupport` in `config.plist - UEFI - Audio`. If you are using macOS Big Sur, go to `SysPref - Sound` and turn on `Play sound on startup`. For macOS version < Big Sur, open `Terminal.app` and run `sudo nvram StartupMute=%00`. diff --git a/README_CN.md b/README_CN.md index d7a064c83..e3a16a125 100644 --- a/README_CN.md +++ b/README_CN.md @@ -58,6 +58,8 @@ ## 目前情况 +- **HDMI** 不能在系统启动之前连接(v1.5.1+) + - 你需要重新插拔如果你在系统启动之前连接了 HDMI - **有线网 在 macOS10.15 上可能无法工作,见 [#256](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/256)** - 如果升级到 macOS10.15,需要更新 [USB无线网卡驱动](https://github.com/chris1111/Wireless-USB-Adapter/releases) - 如果不是 macOS10.15,也推荐更新上述驱动 @@ -93,8 +95,6 @@ - 根据 [OpenCore官方文档](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf),你可以尝试把原生固件UUID注入进 `/OC/config.plist` 的 `PlatformInfo - Generic - SystemUUID` - 使用 Clover 后需要清理 NVRAM - 在 OpenCore 启动界面按下 `空格`,选中进入 `Reset NVRAM` -- 启动音 拖慢引导速度 - - 关闭 `config.plist - UEFI - Audio` 中的 `AudioSupport` - 有限的主题 - **推荐阅读:[OpenCore Configuration](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf)**,特别注意 **UEFISecureBoot** 章节 @@ -165,6 +165,7 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hac ## 改善体验 +- 使用 [Hackintool](https://github.com/headkaze/Hackintool) 来注入 EDID(AAPL00,override-no-connect) - 使用 [NVMeFix](https://github.com/acidanthera/NVMeFix) 来开启 NVMe SSDs 的 APST - 使用 [xzhih](https://github.com/xzhih) 的 [one-key-hidpi](https://github.com/xzhih/one-key-hidpi) 来提升系统 UI 质量 - 支持 1424x802 HiDPI 分辨率 @@ -211,8 +212,10 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hac 然后,打开 `/EFI/OC/config.plist`,关闭 `ShowPicker`。 想切换系统的时候,开机时按 `Esc` 键来进入引导菜单。 -#### [OC] 怎么开启启动音? +#### [OC] 怎么开启启动音?(TM1701 & TM1707) +修改 `config.plist - UEFI - Drivers` 中的 `#AudioDxe.efi` 为 `AudioDxe.efi`。 +开启 `config.plist - UEFI - Audio` 中的 `AudioSupport`。 如果你在使用 macOS Big Sur,请前往 `系统偏好设置 - 声音` 并勾选 `启动时播放声音`。 如果在使用低于 Big Sur 的 macOS 版本,请打开 `终端.app` 并运行 `sudo nvram StartupMute=%00`。