Contribute
Register

[Guide] Asus ZenBook UX303LA (Broadwell Edition)

Status
Not open for further replies.
I will try KernelPM=true.

So i have to select Graphic Injektion in clever configurator?
I didn't disable the dedicated Graphic Card (gt940m) in the dsdt file. Should I?
actually i am quiet clueless at the Moment...

As the guide is written, it expects to do graphics injection via ACPI patches...

Read/follow it carefully...
 
Ok, how to disable the nvidia graphic card is not explained in the guide from post #1 but i used this guide to disable the graphic card in the DSDT/SSDT: http://www.tonymacx86.com/el-capita...bling-discrete-graphics-dual-gpu-laptops.html

Not on that linked guide: In my case i had not the line "\_SB.PCI0.LPCB.EC0.SPIN (0x96, Zero)" and therefore i thought that in my case it is not related to EC like it says in the guide "And not all _OFF methods access the EC, so the movement of the EC related code to _REG is not needed."

In SSDT-11.dsl, _OFF is defined as follows:
Code:
Method (_OFF, 0, Serialized) // _OFF: Power Off
{
If (LEqual (CTXT, Zero))
{
\_SB.PCI0.LPCB.EC0.SPIN (0x96, Zero)
If (LNotEqual (GPRF, One))
{
Store (VGAR, VGAB)
}

Store (One, CTXT)
}

SGOF ()

}


I went on and used all other necessary codes from that guide which were used for the UX303LN, saved them as .aml and copied them to the /patched Folder in EFI. And now i tried to reach the installer and it gives me this in verbose mode for a millisecond and restarts the laptop again:

IMG_1496.JPG

What am i doing wrong?

My current using Clover folder is attached!
 

Attachments

  • CLOVER.zip
    3.5 MB · Views: 97
Ok, how to disable the nvidia graphic card is not explained in the guide from post #1 but i used this guide to disable the graphic card in the DSDT/SSDT: http://www.tonymacx86.com/el-capita...bling-discrete-graphics-dual-gpu-laptops.html

Not on that linked guide: In my case i had not the line "\_SB.PCI0.LPCB.EC0.SPIN (0x96, Zero)" and therefore i thought that in my case it is not related to EC like it says in the guide "And not all _OFF methods access the EC, so the movement of the EC related code to _REG is not needed."



I went on and used all other necessary codes from that guide which were used for the UX303LN, saved them as .aml and copied them to the /patched Folder in EFI. And now i tried to reach the installer and it gives me this in verbose mode for a millisecond and restarts the laptop again:

View attachment 162991

What am i doing wrong?

My current using Clover folder is attached!

ACPI patching is something you do *after* installation.
 
Thanks RehabMan so far!

But what would you recommend me now to do? At first prepare my USB with clover (like your guide: http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html) and install el capitan and patch afterwards patch my DSDT/SSDTs Files like i did in earlier posts when i followed the guide from post #1?

Or something else?

You should be able to reach the installer with my guide. No ACPI patching at that point.

Make sure you fill out your profile as requested.
 
Now, i am able to install el capitan using your guide ( http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html).
But how should i go on now? Because actually nothing works....(except the Touchpad, Keyboard, USB and Intel HD 5500 Graphic so far)

Can i now copy the DSDT/SSDTs which i have patched earlier with your help to the Clover Folder and follow the steps of the guide in post #1?
Could you also give me a little bit more detailed answer (if you can) ?

Thank you!
 
Now, i am able to install el capitan using your guide ( http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html).
But how should i go on now? Because actually nothing works....(except the Touchpad, Keyboard, USB and Intel HD 5500 Graphic so far)

Can i now copy the DSDT/SSDTs which i have patched earlier with your help to the Clover Folder and follow the steps of the guide in post #1?
Could you also give me a little bit more detailed answer (if you can) ?

Thank you!

Please fill out your profile. It has been requested many times.
 
Status
Not open for further replies.
Back
Top