Contribute
Register

Dell XPS 13 5th Generation Setup 9343 Help

Status
Not open for further replies.
Is this the proper way to patch IOKit?

Code:
[COLOR=#000000]sudo perl -i.bak -pe 's|\xB8\x01\x00\x00\x00\xF6\xC1\x01\x0F\x85|\x33\x C0\x90\x90\x90\x90\x90\x90\x90\xE9|sg' /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit
[/COLOR]
[COLOR=#000000]sudo codesign -f -s - /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit[/COLOR]

It is covered in the FAQ. I do not have the codes in the-darkvoid's XPS9530.sh script committed to memory, but it looks familiar.
 
Yeh the link in your FAQ led me here: http://www.tonymacx86.com/yosemite-laptop-guides/144351-guide-dell-xps-9530-using-clover-uefi.html#post905621

Where i grabbed that code but will it work for dell xps 13?

He mention its universal across os versions
Screen Shot 2016-02-21 at 5.33.47 PM.png
 
Noooo it died. I ran the code to patch iokit. Rebooted and it just loads a bit then all fades away and shuts off my computer. This is the code on verbose boot right before it fades off and dies. I tried to change intel inject = true and tried false on the clover boot options and even changing the ig-inject code but I cannot boot anymore :( I guess I have to start from square one and reinstall mac.Screenshot_2016-02-21-18-04-35 [77005].png
 
Noooo it died. I ran the code to patch iokit. Rebooted and it just loads a bit then all fades away and shuts off my computer. This is the code on verbose boot right before it fades off and dies. I tried to change intel inject = true and tried false on the clover boot options and even changing the ig-inject code but I cannot boot anymore :( I guess I have to start from square one and reinstall mac.View attachment 178077

Did you forget to codesign after patching?
 
I am unfamiliar with that. What is "Code design" referring to? I simply ran the code in term

sudo perl -i.bak -pe 's|\xB8\x01\x00\x00\x00\xF6\xC1\x01\x0F\x85|\x33\x C0\x90\x90\x90\x90\x90\x90\x90\xE9|sg' /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit


and shut down. Am I missing a step for patching the IOkit?
 
I am unfamiliar with that. What is "Code design" referring to? I simply ran the code in term

sudo perl -i.bak -pe 's|\xB8\x01\x00\x00\x00\xF6\xC1\x01\x0F\x85|\x33\x C0\x90\x90\x90\x90\x90\x90\x90\xE9|sg' /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit


and shut down. Am I missing a step for patching the IOkit?

codesign

The IOKit binary must be signed.

Refer to the links in the FAQ. And look at the XPS9530.sh script.
 
So I ran the patch from the lenovo y50 guide and all hell broke loose when i restarted. Now clover on my hdd EFI cannot see any mac partitions. Tried to boot off usb EFI clover and bios can't find it. o_O Don't even know how to reinstall the clover efi partition from windows. is it even possible?

Is there anyway to access the efi partition from windows?

I read online other people with this problem accessing the mac partition from clover is because the config.plist got messed up somehow.

My concern is that I cant even see the partitions let alone mac installer from the usb drive
 
So I ran the patch from the lenovo y50 guide and all hell broke loose when i restarted. Now clover on my hdd EFI cannot see any mac partitions.

Define "the patch".

My concern is that I cant even see the partitions let alone mac installer from the usb drive

Run Disk Utility from the OS X installer (via USB).
 
HELLO FROM THE OTHER SIDE!!
Screen Shot 2016-02-22 at 8.36.20 AM.jpg
My graphics are now fixed after patching IOKit and then setting inject intel = true.
My problem with booting earlier was due to me being a fool and trying to change my config.plist again on both my usb drive installer and clover on my hdd. Its fixed now by replacing the backup on my usb.

However my touch screen and audio controls are gone LOL. I extracted a new copy of DSDT and did the general patches, saved as aml and placed in ACPI/patched rebooted but no luck with that.

Does the laptop patch called dell xps 13 work fix any settings and does it work for all variants of xps 13's?

Here is my IOreg and Clover with the origin files and patched
View attachment CLOVER.zip
View attachment k100’s MacBook Air.ioreg.zip
 
Status
Not open for further replies.
Back
Top