Administrators MaLd0n Posted June 9, 2024 Administrators Posted June 9, 2024 How to disable HPET device on CoffeeLake or high on Hackintosh. -Support Olarila Vanilla Hackintosh by making a donation HERE -About Premium Users you can check HERE -Problems with Paypal HERE -Installation Guide HERE -Hackintosh EFI folders HERE -Hackintosh USB Remap HERE -How to update OpenCore and Kexts HERE About HPET check HERE -With SSDT Use this ACPI patch bellow by daliansky Quote Scope (\) { If (_OSI ("Darwin")) { HPTE = Zero } } -With DSDT Set Name _STA to 0x00 (Zero) in HPET device Quote Device (HPET) { Name (_HID, EisaId ("PNP0103") /* HPET System Timer */) // _HID: Hardware ID Name (_CID, EisaId ("PNP0C01") /* System Board */) // _CID: Compatible ID Name (_STA, Zero) // _STA: Status Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings { IRQNoFlags () {0} IRQNoFlags () {8} IRQNoFlags () {11} IRQNoFlags () {15} Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length ) }) } We're all here to have fun and learn from each other! That's all Folks! -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now