Contribute
Register

HP 250 G6 i5 -- Can´t reach the installer

Status
Not open for further replies.
Joined
Sep 6, 2021
Messages
18
Motherboard
HP 250 G6
CPU
i5 7200U
Graphics
HD620
Mobile Phone
  1. Android
Hi, I´m trying to install Big Sur on my HP 250 G6:

i5 7200u
HD620 graphics
NMVE 480Gb Intel Drive
8Gb Ram
Intel AC 3168 Wifi
Realtek Lan

After complete all the step in the OpenCore website, and complete my config.plist I´m stucked in the boot screen, with this failure : "no local variables are initialized for method ESDT"

Can anyone help me?

Thanks for all.
 

Attachments

  • photo_2021-12-02_11-27-13.jpg
    photo_2021-12-02_11-27-13.jpg
    101.9 KB · Views: 127
  • EFI_OC.zip
    19.3 MB · Views: 63
  • opencore-2021-12-02-120222.txt
    256 KB · Views: 49
Hi, I´m trying to install Big Sur on my HP 250 G6:

i5 7200u
HD620 graphics
NMVE 480Gb Intel Drive
8Gb Ram
Intel AC 3168 Wifi
Realtek Lan

After complete all the step in the OpenCore website, and complete my config.plist I´m stucked in the boot screen, with this failure : "no local variables are initialized for method ESDT"

Can anyone help me?

Thanks for all.
you are not loading these correctly (some are ok):
Code:
<dict>
                <key>Comment</key>
                <string>SSDT-EC-USBX-LAPTOP.aml</string>
                <key>Enabled</key>
                <true/>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SSDT-PLUG-DRTNIA.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-PLUG-DRTNIA.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SSDT-PNLF.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-PNLF.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SSDT-XOSI.aml</string>
                <key>Path 1</key>
                <string>SSDT-EC-USBX-LAPTOP.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-XOSI.aml</string>
            </dict>

Lilu.kext should be the first in your list

probably do not need AppleALCU.kext
 
Thanks for your fast reply, I correct what you told me and i have now this error.

Last EFI and log attached
 

Attachments

  • EFI.zip
    19.3 MB · Views: 47
  • opencore-2021-12-02-130133.txt
    256 KB · Views: 33
  • photo_2021-12-02_13-07-49.jpg
    photo_2021-12-02_13-07-49.jpg
    110.3 KB · Views: 73
Thanks for your fast reply, I correct what you told me and i have now this error.

Last EFI and log attached
still not correct:

Code:
<dict>
                <key>Comment</key>
                <string>SSDT-XOSI.aml</string>
                <key>Path 1</key>
                <string>SSDT-EC-USBX-LAPTOP.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-XOSI.aml</string>
            </dict>

this is not correct:
Code:
<dict>
                <key>BundlePath</key>
                <string>SMCLightSensor.kext/VoodooPS2Controller.kext</string>
                <key>Comment</key>
                <string>VoodooPS2Controller.kext</string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Controller</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>SMCLightSensor.kext/VoodooTSCSync.kext</string>
                <key>Comment</key>
                <string>VoodooTSCSync.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooTSCSync</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>SMCLightSensor.kext/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
                <key>Comment</key>
                <string>VoodooInput.kext</string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooInput</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>SMCLightSensor.kext/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
                <key>Comment</key>
                <string>VoodooPS2Keyboard.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Keyboard</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>SMCLightSensor.kext/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
                <key>Comment</key>
                <string>VoodooPS2Mouse.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Mouse</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>SMCLightSensor.kext/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string>VoodooPS2Trackpad.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Trackpad</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
 
Sorry, I´m a bit novel, whats wrong here, what I have to correct?

Remove voodoo kext?

And here?
<dict>
<key>Comment</key>
<string>SSDT-XOSI.aml</string>
<key>Path 1</key>
<string>SSDT-EC-USBX-LAPTOP.aml</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-XOSI.aml</string>
</dict>
What´s wrong here?

I want to learn.

Thanks =D
 
Sorry, I´m a bit novel, whats wrong here, what I have to correct?

Remove voodoo kext?

And here?
<dict>
<key>Comment</key>
<string>SSDT-XOSI.aml</string>
<key>Path 1</key>
<string>SSDT-EC-USBX-LAPTOP.aml</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-XOSI.aml</string>
</dict>
What´s wrong here?

I want to learn.

Thanks =D
look at your other ones that are correct - example:
Code:
<dict>
                <key>Comment</key>
                <string>SSDT-PLUG-DRTNIA.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-PLUG-DRTNIA.aml</string>
            </dict>

why do you have "Path 1" as a key?
 
I think is and error while moving file to the usb and completing the config.plist.

Now I corrected but I have the same error
 

Attachments

  • photo_2021-12-02_13-34-11.jpg
    photo_2021-12-02_13-34-11.jpg
    111 KB · Views: 49
  • opencore-2021-12-02-132628.txt
    256 KB · Views: 31
  • config.plist
    42.3 KB · Views: 33
I think is and error while moving file to the usb and completing the config.plist.

Now I corrected but I have the same error
disable:
SMCSuperIO

and also as a test, disable:
Code:
<dict>
                <key>BundlePath</key>
                <string>VoodooRMI.kext/Contents/PlugIns/RMII2C.kext</string>
                <key>Comment</key>
                <string>RMII2C.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/RMII2C</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext</string>
                <key>Comment</key>
                <string>RMISMBus.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/RMISMBus</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext</string>
                <key>Comment</key>
                <string>VoodooInput.kext</string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooInput</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
                    <dict>
                <key>BundlePath</key>
                <string>VoodooRMI.kext</string>
                <key>Comment</key>
                <string>VoodooRMI.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooRMI</string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

make sure bios settings are correct:
Disable:
Fast Boot
Secure Boot
Serial/COM Port
Parallel Port
VT-d (can be enabled if you set DisableIoMapper to YES)
CSM
Thunderbolt(For initial install, as Thunderbolt can cause issues if not setup correctly)
Intel SGX
Intel Platform Trust
CFG Lock (MSR 0xE2 write protection)(This must be off, if you can't find the option then enable AppleXcpmCfgLock under Kernel -> Quirks. Your hack will not boot with CFG-Lock enabled)

Enable:
VT-x
Above 4G decoding
Hyper-Threading
Execute Disable Bit
EHCI/XHCI Hand-off
OS type: Windows 8.1/10 UEFI Mode
DVMT Pre-Allocated(iGPU Memory): 64MB or 128MB
SATA Mode: AHCI
 
I follow all the steps and I still stucked in ESDT

I attach my bios config, and the corrected config.plist
 

Attachments

  • photo_2021-12-02_13-57-14.jpg
    photo_2021-12-02_13-57-14.jpg
    32.8 KB · Views: 63
  • photo_2021-12-02_13-57-10.jpg
    photo_2021-12-02_13-57-10.jpg
    31.2 KB · Views: 60
  • photo_2021-12-02_13-57-08.jpg
    photo_2021-12-02_13-57-08.jpg
    32.9 KB · Views: 63
  • opencore-2021-12-02-135140.txt
    256 KB · Views: 36
  • config.plist
    42.3 KB · Views: 36
I follow all the steps and I still stucked in ESDT

I attach my bios config, and the corrected config.plist
disable the TPM device

disable VoodooSMBus.kext

check for any bios updates

also try the attached instead of your
SSDT-EC-USBX-LAPTOP
SSDT-PLUG-DRTNIA
 

Attachments

  • SSDT-EC.aml
    278 bytes · Views: 37
  • SSDT-PLUG.aml
    167 bytes · Views: 37
Status
Not open for further replies.
Back
Top