Steve Z

Results 205 comments of Steve Z

根据日志,是由于NVME硬盘引起的崩溃。请检查硬盘槽是否有PM981!如果有,请更换! 根据loaded kext日志,机子上装了Tuxera NTFS,请确保两个硬盘均不是PM981 或者 970 EVO Plus。macOS不能写入这两个硬盘。 没什么好崩溃的,事出必有因。跟着教程走,避开不兼容的硬盘,会顺利很多。

这个问题应该可以通过添加 `forceRenderStandby=0` 到 boot-args 来解决 参考: https://dortania.github.io/OpenCore-Post-Install/universal/sleep.html#fixing-gpus https://github.com/acidanthera/bugtracker/issues/1193

Please refer to Buyer’s Guide in tonymacx86. https://www.tonymacx86.com/buyersguide/building-a-customac-hackintosh-the-ultimate-buyers-guide/#Solid_State_Drives This repository would become so big and messy if it includes everything in detail. General set up questions can always be found...

@shilch "Hide" the Intel Wireless device is easy. Open `config.plist` and delete following code: ``` PciRoot(0x0)/Pci(0x1c,0x7)/Pci(0x0,0x0) AAPL,slot-name Internal model Intel Wireless 8265 ``` But the wireless device is still consuming...

@shilch Then you may not use the latest version EFI. You can find the similar code in `CLOVER/ACPI/patched/SSDT-PXSX.aml`

I also had this issue last time. The first thought is to remove HibernationFixup, and change `Misc -> Boot -> HibernateMode -> None`. I am not sure why the issue...

> as soon as I plugged it in, it booted first try! Sounds perfect! Could you also try adding back HibernationFixup.kext since it helps save battery life by enabling hibernation...

I actually feel that adding back HibernationFixup.kext would cause the no boot problem. In my understanding of this issue, when the device was low in battery and hibernates, the low...

Thank you for testing that! I believe it would be a pain to recover from that. I will disable HibernationFixup.kext for 10th Gen U device in the next release.

@toxa70x4 Our issue is laptop won't be boot up after we left it hibernate for a long time when battery low. I don't see much connection with -hbfx-disable-patch-pci. When battery...