olm3ca / PixelbookOSX

Pixelbook OS X
68 stars 7 forks source link

Yet another 512GB model that can not boot into installer #28

Closed Linus0080 closed 1 year ago

Linus0080 commented 1 year ago

I apologize if the issue is duplicated. I tried to install macOS 12 on my i7 PixelBook. but no matter how I adjust the config.plist It refuses to boot into the installer, And it seems it always stuck at Kernel Handoff stage. The picture shows the verbose log it spits out and where it stuck.

IMG_7450

I tried rearrange the order of kext in config.plist so that Lilu.kext comes first, no luck

After checking the solutions discussed in issue #20, I added SSDT-HPET.aml NVMeFix.kext and UTBMap.kext, still stuck at the same place, SMBIOS has been set to MacBookAir8,1.

So I replaced the whole EFI directory with the one posted by @Heroeshigh in #20, added airportltlwm and ltlwm, still stuck at roughy the same place, as shown in the picture here.

image


Here is a directory tree of my EFI folder and the config.plist I'm using

EFI
├── BOOT
│   └── BOOTx64.efi
└── OC
    ├── ACPI
    │   ├── SSDT-EC-USBX-LAPTOP.aml
    │   ├── SSDT-HPET.aml
    │   ├── SSDT-PLUG-DRTNIA.aml
    │   └── SSDT-PNLF.aml
    ├── Drivers
    │   ├── HfsPlus.efi
    │   └── OpenRuntime.efi
    ├── Kexts
    │   ├── AppleALC.kext
    │   ├── BlueToolFixup.kext
    │   ├── IntelBTPatcher.kext
    │   ├── IntelBluetoothFirmware.kext
    │   ├── Lilu.kext
    │   ├── NVMeFix.kext
    │   ├── SMCBatteryManager.kext
    │   ├── SMCProcessor.kext
    │   ├── SMCSuperIO.kext
    │   ├── USBToolBox.kext
    │   ├── UTBMap.kext
    │   ├── VirtualSMC.kext
    │   ├── VoodooI2C.kext
    │   ├── VoodooI2CHID.kext
    │   ├── VoodooPS2Controller.kext
    │   ├── WhateverGreen.kext
    │   └── itlwm.kext
    ├── OpenCore.efi
    ├── Resources
    │   ├── Audio
    │   ├── Font
    │   ├── Image
    │   └── Label
    ├── Tools
    │   └── OpenShell.efi
    └── config.plist

config.plist.txt

BTW this is my first time doing Hackintosh, if I missed something please point it out

Linus0080 commented 1 year ago

Turns out it’s caused by coreboot 4.20, repo already updated, closing this issue.