Skip to content

EFI folder for Opencore boot-loader for HP Pavilion X360 model 14-dh0023nl

Notifications You must be signed in to change notification settings

d-graz/HP_Pavilion_X360_14-dh0023nl_Hackintosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HP Pavilion X360 14-dh0023nl Hackintosh

EFI folder for Opencore boot-loader for HP Pavilion X360 model 14-dh0023nl

Last update

April 2023, MacOS Ventura, Opencore v0.9

Last checked MacOS version

13.3

Disclaimer

This repo will be update yearly one month or so after the release of new version of MacOS (unless differently specified)

Hardware and Functionality status

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

Usage

Recommended

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

Discouraged

  • 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.

About

EFI folder for Opencore boot-loader for HP Pavilion X360 model 14-dh0023nl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages