- Joined
- Jan 19, 2017
- Messages
- 25
- Motherboard
- Dell XPS 9560
- CPU
- i7-7700HQ CPU @ 2.80GHz
- Graphics
- Intel HD Graphics 630
- Mac
-
- Mobile Phone
-
Originally posted this in the thread about the update:
OK, so the security update bricked my XPS 9560 that was running great. Still not working, but I got past the kernel panic by updating lilu.
So far, what I've done is:
Add
to boot arguments (after darkwake=0, etc)
System boots but no display, etc. I am able to ssh in and do anything via command line... so I used scp to copy updated versions of Lilu, AppleALC, IntelGraphicsFixup, NvidiaGraphicsFixup, CoreDisplayFixup, and USBInjectAll in /Volumes/NO NAME/EFI/CLOVER/kexts/Other/.
Edit: Also updated VoodooPS2Controller, FakePCIID kexts and FakeSMC. I've updated pretty much everything I could think of.
Then I updated kext cache with
It still won't boot to desktop, but it doesn't kernel panic anymore. Am I missing something? Or do I need to update more kexts?
Here is everything I have in /Volumes/NO NAME/EFI/CLOVER/kexts/Other/
Attached image is where the verbose output stops.
OK, so the security update bricked my XPS 9560 that was running great. Still not working, but I got past the kernel panic by updating lilu.
So far, what I've done is:
Add
Code:
-liluoff
System boots but no display, etc. I am able to ssh in and do anything via command line... so I used scp to copy updated versions of Lilu, AppleALC, IntelGraphicsFixup, NvidiaGraphicsFixup, CoreDisplayFixup, and USBInjectAll in /Volumes/NO NAME/EFI/CLOVER/kexts/Other/.
Edit: Also updated VoodooPS2Controller, FakePCIID kexts and FakeSMC. I've updated pretty much everything I could think of.
Then I updated kext cache with
Code:
sudo touch /System/Library/Extensions/ && sudo kextcache -u /
It still won't boot to desktop, but it doesn't kernel panic anymore. Am I missing something? Or do I need to update more kexts?
Here is everything I have in /Volumes/NO NAME/EFI/CLOVER/kexts/Other/
Code:
drwxrwxrwx@ 1 USERNAME staff 4096 Apr 28 2017 ACPIBatteryManager.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Mar 31 2017 ACPISensors.kext
drwxrwxrwx 1 USERNAME staff 4096 Dec 28 12:49 AppleALC.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Nov 19 13:34 AppleBacklightInjector.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Jun 4 2017 BrcmFirmwareData.kext.bak
drwxrwxrwx@ 1 USERNAME staff 4096 Jul 5 2016 BrcmPatchRAM2.kext.bak
drwxrwxrwx@ 1 USERNAME staff 4096 Mar 31 2017 CPUSensors.kext
drwxrwxrwx@ 1 USERNAME staff 4096 May 1 2017 CodecCommander.kext
drwxrwxrwx 1 USERNAME staff 4096 Jan 18 08:35 CoreDisplayFixup.kext
drwxrwxrwx@ 1 USERNAME staff 4096 May 28 2017 FakePCIID.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Nov 19 13:34 FakePCIID_Intel_HDMI_Audio.kext
drwxrwxrwx@ 1 USERNAME staff 4096 May 30 2017 FakePCIID_Intel_HD_Graphics.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Mar 31 2017 FakeSMC.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Mar 31 2017 GPUSensors.kext
drwxrwxrwx 1 USERNAME staff 4096 Feb 4 09:19 IntelGraphicsFixup.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Mar 31 2017 LPCSensors.kext
drwxrwxrwx 1 USERNAME staff 4096 Jan 28 00:41 Lilu.kext
drwxrwxrwx 1 USERNAME staff 4096 Jan 8 12:18 NvidiaGraphicsFixup.kext
drwxrwxrwx@ 1 USERNAME staff 4096 Nov 19 23:39 SATA-100-series-unsupported.kext
drwxrwxrwx 1 USERNAME staff 4096 Jan 2 17:33 USBInjectAll.kext
drwxrwxrwx@ 1 USERNAME staff 4096 May 24 2017 VoodooPS2Controller.kext
Attached image is where the verbose output stops.