diff --git a/Docs/README_CML.txt b/Docs/README_CML.txt new file mode 100644 index 00000000..2c22dc6c --- /dev/null +++ b/Docs/README_CML.txt @@ -0,0 +1,8 @@ +To disable hibernation, we need to run following commands in `Terminal.app`: + +sudo pmset -a hibernatemode 0 +sudo pmset autopoweroff 0 +sudo pmset powernap 0 +sudo pmset standby 0 +sudo pmset proximitywake 0 +sudo pmset tcpkeepalive 0 diff --git a/Docs/README_CN.md b/Docs/README_CN.md index b42a7cdc..b4d521df 100644 --- a/Docs/README_CN.md +++ b/Docs/README_CN.md @@ -58,6 +58,9 @@ ## 目前情况 +- **休眠** 可能会在 CML 机型上引发严重引导问题,见 [#661](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/661) 和 [#694](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/694) + - `HibernationFixup` kext 已经在 CML EFI 包中被禁用来避免笔记本进入休眠 + - 用户需要运行 `sudo pmset -a hibernatemode 0` 来禁用休眠模式,同时请看 [README_CML](Docs/README_CML.txt) - **HDMI** 开机后第一次接上时可能无法工作 - 你需要重新插拔或者关上盖子等五秒后打开盖子 - **有线网 在 macOS10.15+ 上可能无法工作,见 [#256](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/256)** diff --git a/README.md b/README.md index 832d2184..86415289 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ ## Current Status +- **Hibernation** may trigger serious boot problems on CML machines, view [#661](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/661) and [#694](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/694) + - `HibernationFixup` kext has been disabled on CML EFI pack to avoid laptop entering hibernation + - Users should run `sudo pmset -a hibernatemode 0` to disable hibernate mode, also see [README_CML](Docs/README_CML.txt) - **HDMI** may not work when you first-time plug it in - You have to re-plug it, or close the lid for about five seconds and reopen the lid - **Ethernet may not work on macOS10.15+, view [#256](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/256)**