Contribute
Register

[Guide] Dell XPS 13 9343 Sierra

Status
Not open for further replies.
/dev/disk0 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *84.8 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_HFS macOS Sierra Final b... 84.0 GB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s3


/dev/disk1 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *31.9 GB disk1

1: EFI EFI 209.7 MB disk1s1

2: Apple_HFS Install macOS Sierra 31.6 GB disk1s2

You did not follow the guide.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Your USB should be MBR, not GPT (MBR is easier to deal with for edits to EFI/Clover).
And your partition should be named "install_osx" (yours is not, which means you did not follow the guide).
 
You did not follow the guide.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Your USB should be MBR, not GPT (MBR is easier to deal with for edits to EFI/Clover).
And your partition should be named "install_osx" (yours is not, which means you did not follow the guide).
/dev/disk1 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: FDisk_partition_scheme *31.9 GB disk1

1: DOS_FAT_32 CLOVER EFI 209.7 MB disk1s1

2: Apple_HFS install_osx 31.7 GB disk1s2

Am I doing it right? I can see my USB in boot options, but I still get black screen after selecting it to boot
 

Attachments

  • CLOVER.zip
    1.4 MB · Views: 66
/dev/disk1 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: FDisk_partition_scheme *31.9 GB disk1

1: DOS_FAT_32 CLOVER EFI 209.7 MB disk1s1

2: Apple_HFS install_osx 31.7 GB disk1s2

Am I doing it right? I can see my USB in boot options, but I still get black screen after selecting it to boot

That setup looks fine. Maybe it is a problem in the version of Clover (r4200) you chose to use.
Try different version.
 
That setup looks fine. Maybe it is a problem in the version of Clover (r4200) you chose to use.
Try different version.
Tried r4184, same problem
 
Tried r4184, same problem

Check BIOS settings.
For example, whether you have legacy boot enabled or not.
Try different settings for config.plist/GUI/ScreenResolution.

Also, keep in mind that some BIOS will not boot UEFI from an MBR USB.
Therefore, try also GPT.
It is not possible for me to predict the restrictions your BIOS may have.
 
I still have some difficulty to compiling DSDT,
The compiler return 6 error like:

6126, syntax error, unexpected PARSEOP_ARG1
6126, syntax error, unexpected '}'
6126, syntax error, unexpected $end and premature End-Of-File

I read that it came from the version of iasl 5.1 instead of 6.1.
But I can not install maciASL from the github of Rehabman:

make in the repo return:

Check dependencies
error: There is no SDK with the name or path '/Users/pierrot/Downloads/OS-X-MaciASL-patchmatic-master/macosx10.10'

** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
make: *** [all] Error 65

Otherwise I have succesfully install Intel-iasl from github.

but I don't show IASL 6.1 in perferences of MaciASL after :

sudo cp /usr/bin/iasl /Applications/MaciASL.app/Contents/MacOS/iasl61


Thank for your help
 
Last edited:
I still have some difficulty to compiling DSDT,
The compiler return 6 error like:

6126, syntax error, unexpected PARSEOP_ARG1
6126, syntax error, unexpected '}'
6126, syntax error, unexpected $end and premature End-Of-File

Disassemble with refs.txt as per guide.
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

I read that it came from the version of iasl 5.1 instead of 6.1.
But I can not install maciASL from the github of Rehabman:

make in the repo return:

Check dependencies
error: There is no SDK with the name or path '/Users/pierrot/Downloads/OS-X-MaciASL-patchmatic-master/macosx10.10'

** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
make: *** [all] Error 65

Otherwise I have succesfully install Intel-iasl from github.

but I don't show IASL 6.1 in perferences of MaciASL after :

sudo cp /usr/bin/iasl /Applications/MaciASL.app/Contents/MacOS/iasl61


Thank for your help

No need to build MaciASL.
Pre-built MaciASL.app is provided.
Read the README.

If you wish to build it, you must either change the SDK used in the project or install the required SDK (from older Xcode).
 
Thank you Rehabman all clear now for me.

I still have two compile error.

I find solution but don't work:

Method (ADBG, 1, Serialized)
{
If (CondRefOf (MDBG))
{
Return (MDBG)
Arg0
}

Return (Zero)
}

compiler return syntax error unexpected "}"

And last line of code have compile error :
unexpected $end and premature End-Of-File

Here is my DSDT.dsl
 

Attachments

  • System DSDT.dsl
    619.5 KB · Views: 153
Last edited:
Anyone successful in updating/upgrading to High Sierra on their 9343? I am unable to even get to Clover with my boot USB, let alone the installer.
 
Status
Not open for further replies.
Back
Top