EFI folder for Opencore boot-loader for HP Pavilion X360 model 14-dh0023nl
April 2023, MacOS Ventura, Opencore v0.9
13.3
This repo will be update yearly one month or so after the release of new version of MacOS (unless differently specified)
Legend:
- ✔️ -> works apple-like
‼️ , ❗ -> works but pay attention to side notes⁉️ -> not tested, may work- ❌ -> does not work, either for hw reason or due to missing patch
hardware | Model | Is it working? | Side notes |
---|---|---|---|
Processor | Intel i3-8145u | ✔️ | Use CPUFriend kext to fine tune perfomace. Also native power-managemet would work |
Keyboard | ps2 | ✔️ | FN keys are working and keyboard backlight are working |
Trackpad | SYNA328b | ✔️ | |
Touchscreen | ELEAN2514 | ❌ | Disabled in order to get a proper trackpad experience |
Sleep | ✔️ | Lid + usb power-managemt fix | |
Wify | Intel 7265 | Defaul realtek wifi module replaced with intel one. Intel driver on MacOS Ventura in apha (working with poor performace) | |
Bluetooth | Intel 7265 | ❗ | Working but some continuty features are currently broken |
Usb | ✔️ | ||
Integrated Camera | HP HD widevision | My webcam is probably bronken(not recognized even on linux) | |
Integrated speakers | ✔️ | ||
SD card reader | Not tested | ||
Fingerprint reader | ❌ | No support at all due to missing hardware | |
HDMI port | ✔️ | HDR and 120hz not tested |
General Advise : use this repo as a mirror to correct your mistakes during the creation of your own EFI folder
- create your own EFI directory by following the excelent Dortania's guide
- boot up your efi to see what is not working
- if something is not working use this provided EFI as a mirror to detect differecens and make changes accordingly
- do not directly copy kext files as they may be outdated and not working anymore with your Opencore version
- You can copy ACPI files in your ACPI directory to fix harware compatibility issue
Waning: sometimes ACPI files alone will not fix your problems, you will have to manually add to the config.plist in ACPI/Patch the correct patches to make them work
- Use the provided efi as it is to install MacOS
Warning you will have to generate personal device info as stated in Dortania's guide, such as serial number
In config.plist -> PlatformInfo.\
<key>MLB</key>
<string>INSERT HERE</string>
<key>MaxBIOSVersion</key>
<false/>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
<data>INSERT HERE</data>
<key>SpoofVendor</key>
<true/>
<key>SystemMemoryStatus</key>
<string>Auto</string>
<key>SystemProductName</key>
<string>MacBookPro15,4</string>
<key>SystemSerialNumber</key>
<string>INSERT HERE</string>
<key>SystemUUID</key>
<string>INSERT HERE</string>
You can use GenSMBIOS to automate the process
Feel free to open up issues if you encounter some problems, I will answer as soon as possible.