Saturday, July 4, 2020

Big Sur - Opencore 0.6.0 - HP G1 800 Haswell

below is how I got Big Sur to work on the HP 800 G1, this will probably work for most Haswell systems but HP's have limited BIOS settings so we have to do most of the work in config.plist

You will need to find Opencore .0.6.0, its not publicly released yet so you may need to compile it. you should also familiarize yourself with dortania's opencore and read the how too's.

I used my Mac mini to install Big Sur onto a SSD with a USB adapter, there is a VM method as well but you will. have to find that out. With my Mac mini enrolled in Apples developer program I was able to download Big Sur and run the installer. It's important to note that you must format the SSD to be used for Big Sur with APFS or the installer will not work.

Mount the EFI folder and place Opencore's EFI folder into it, I used the same kexts that I had in my Catalina EFI folder but made sure they where the latest versions, I also used my SSDT-EC.aml from Catalina. Only OpenRuntime.efi and HfsPlus.efi are needed in Drivers.

In Opencore the most important file is the config.plist, below is the settings I used. if I don't mention a setting leave it as default. I am assuming you know how it edit the config.plist, if you don't then look it up on YouTube, lots of video's on how to do it.

Booter - Quirks


DeviceProperies - You will need to add this if you want iGPU to work, leave it blank if you have dGPU

PciRoot(0x0)/Pci(0x2,0x0)
AAPL,ig-platform-id   0300220D
device-id                      12040000




Kernel

Misc

NVRAM

Platforminfo






































UEFI

1 comment:

  1. Hey, thanks for sharing. Im on OC 0.70 now.
    I got somewhere on the internet to make the ALC221 works. You have to make SSDT_HPET.aml using SSDTTime, dump DSDT first to get it works. Put it on ACPI folder and Add on ACPI.

    ACPI patch:

    Comment: HPET _CRS to XCRS Rename
    Find: 055F4352 53
    Replace: 05584352 53

    Comment: RTC IRQ 8 Patch
    Find: 22000179 00
    Rplace: 22000079 00

    Comment: TIMR IRQ 0 Patch
    Find: 22010079 00
    Replace: 22000079 00

    Device Properties add:

    PciRoot(0x0)/Pci(0x1B,0x0)
    layout-id: 0B000000 (DATA)

    And then you can follow dortania post install to get cosmetic on GUI and Chimes.

    Cheers

    ReplyDelete