Contribute
Register

ZBook 15 G3 success (i7-6700hq)

Status
Not open for further replies.
I would need to see KP details that scrolled off the screen.
And you should do some work on eliminating portions of the model specific SSDT in order to isolate the problem.
Also, please read my comments regarding NMVe/TRIM/APFS.
The bios is updated to the last version
Ok, i'll work a little on the ssdt and keep this tread updated if something significant happens. TY
 
The bios is updated to the last version
Ok, i'll work a little on the ssdt and keep this tread updated if something significant happens. TY

You should also install on HFS+J instead of APFS.
 
You could also start eliminating code from SSDT-ZBook-G3-Skylake.aml until you find the problem (it is pretty easy to eliminate chunks of it as it is built with #include, look at the .dsl source).
Small update:
the problem is in SSDT-HACK.asl, i'm able to boot without it. The system now work only on AC: a reboot happens if the ac adapter is unplugged (or a freeze with the arg. debug=0x100)
 
Small update:
the problem is in SSDT-HACK.asl, i'm able to boot without it. The system now work only on AC: a reboot happens if the ac adapter is unplugged (or a freeze with the arg. debug=0x100)

You need to continue through process of elimination to find the problem in SSDT-HACK.asl.
 
comment out every row with "\_SB.PCI0.PEG0.PEGP" in it from SSDT-HACK.asl seems the solution.
No more reboot on AC adapter unplug.
Everything seems perfect.

The bootup seems a lot faster (why?!?).

I'll report further issue.
Thanks a lot RehabMan!
Frank
 
comment out every row with "\_SB.PCI0.PEG0.PEGP" in it from SSDT-HACK.asl seems the solution.

Why don't you just set DGPU=0 in SSDT-RMCF.asl (or directly in the built model specific SSDT), as previously suggested?

Try that, then attach "Problem Reporting" files.
 
Set DGPU to zero did the trick, and it's a way more elegant solution :)
Attached the error report file

Note: the SSDT-DiscreteSpoof.aml file is still necessary to reach the desktop

Frank
 

Attachments

  • Problem Report.zip
    2.3 MB · Views: 117
Set DGPU to zero did the trick, and it's a way more elegant solution :)
Attached the error report file

Note: the SSDT-DiscreteSpoof.aml file is still necessary to reach the desktop

Frank

Try with changes now checked into github (DGPU=1, no SSDT-DiscreteSpoof.aml)...
If the disabling code is now working correctly, should work without SSDT-DiscreteSpoof.aml.
 
just tried the new SSDT, it doesn't work
Try with changes now checked into github (DGPU=1
i'm lost: wasn't the point set dgpu=0?
 
Last edited:
Status
Not open for further replies.
Back
Top