Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added (_OSI ("Darwin")) for dualbot compatibility with Windows (BSOD -> ACPI_Boot_Error) #3

Open
Kulturnilpferd opened this issue Dec 7, 2023 · 0 comments

Comments

@Kulturnilpferd
Copy link

Kulturnilpferd commented Dec 7, 2023

Hey there,
I'm really new into hackintosh with these days, build my last one 2014. But with these provided build I was able to get my Z790 Pro RS mobo working with 13700k & Nvidia 1080 (only OpenGL with Opencore Legacy Patcher but that's ok for me) and get really into how things working today with opencore and so on.
To add dualboot compatibility I added to the decompiled MaLd0n.asl at line 35:

    If (_OSI ("Darwin"))
    {
        Return (Zero)
    }
    Else
    {
        Return (0x0F)
    }

With these addition I am now able to boot Windows without BSOD (ACPI_Bios_Error) and of course the hackintosh, too.

Again thanks for your awesome work =)

MaLd0n.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant