Jump to content

Installing Intel HD 4400 On Mojave


RamiTrainFan

Recommended Posts

  • Moderators

No need for kexts, HD 4400 is fully supported in Mojave. See my files here

https://osxlatitude.com/forums/topic/11024-solved-waiting-on-on-dict-id0-dell-latitude-e7240/?do=findComment&comment=85394

 

Just replace the contents into /EFI/Clover

Make sure you have HFSPlus.efi in /EFI/Clover/drivers64UEFI

Also don't need a kext installer either, all kexts goes into Clover kext is not needed. If you need kexts in /L/E or /S/L/E, just copy the kexts there and 

repair permissions and rebuild cache from terminal

      sudo chmod -Rf 755 /L*/E*

      sudo chown -Rf 0:0 /L*/E*

      sudo touch -f /L*/E*

      sudo chmod -Rf 755 /S*/L*/E*

      sudo chown -Rf 0:0 /S*/L*/E*

      sudo touch -f /S*/L*/E*

      sudo kextcache -Boot -U /

Link to comment
Share on other sites

×
×
  • Create New...