![]() |
"No acpi version 2 found" when patching DSDT with DSDT patcher
1 Attachment(s)
Hi all, I noticed a message from chameleon upon bootup that told me "no acpi version 2 found", press any key.... and then it boot and I can use the system without troubles. Any ideas to fix it ?
Thanks. PS: i attached my dsdt here: |
nekkro-kvlt,
please stick to your first, original thread as it will be much easier to track it. "No acpi version 2 found" means that your board isn't acpi 2.0 compliant. It is acpi 1, as well as mine ep35-ds3, but it doesn't mean you can't run OSX fine. |
Ok thanks.
Feel free to remove this post. It's annoying as chameleon need me to press a key to boot OSX, it's not as cool as having directly the grey apple menu, something like a true mac but I think I would be able to deal with. |
You can easily make your DSDT ACPI V2
at the top you can change something like this: DefinitionBlock ("DSDT.aml", "DSDT", 1, "APPLE ", "MacBook", 0x00010001) into this: DefinitionBlock ("DSDT.aml", "DSDT", 2, "APPLE ", "MacBook", 0x00010001) This will after compilation be a V2 DSDT... |