Contribute
Register

Black Screen During Installation on Lenovo x230t Chimera

Status
Not open for further replies.
Joined
Dec 7, 2014
Messages
139
Motherboard
NEC VK23TG (OPENCORE)
CPU
i5-6200U
Graphics
HD 520, 1920 x 1080
Not a Desktop, not a Guide - Moved to Laptop Support.
 

Thx!!Got it. I am patching DSDT but I don't know how to create refs.txt.
Isn't the code like this
"
echo '
External(MDBG, MethodObj, 1)
External(_GPE.MMTB, MethodObj, 0)
External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)
External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)
External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)
External(_SB.PCI0.GFX0.DD02._BCM, MethodObj, 1)
External(_SB.PCI0.SAT0.SDSM, MethodObj, 4)
External(_SB.PCI0.SAT1.SDSM, MethodObj, 4)
External(_GPE.VHOV, MethodObj, 3)
' | pbcopy

pbpaste > refs.txt

"

If I correct, I am not sure the next step is refs.txt place on the new folder which holding the DSDT.aml and SSDT.aml that generated by previous step(from extract file on desktop)
 
Last edited:
Thx!!Got it. I am patching DSDT but I don't know how to create refs.txt. I checked clipboard in terminal but still no idea.
Isn't the code like this
"
pbpaste>External(MDBG, MethodObj, 1)
External(_GPE.MMTB, MethodObj, 0)
External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)
External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)
External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)
External(_SB.PCI0.GFX0.DD02._BCM, MethodObj, 1)
External(_SB.PCI0.SAT0.SDSM, MethodObj, 4)
External(_SB.PCI0.SAT1.SDSM, MethodObj, 4)
External(_GPE.VHOV, MethodObj, 3)
"

Read the guide carefully. I just read what is written and it is very clear.
 
Read the guide carefully. I just read what is written and it is very clear.
Got it. Just create the .txt than copy the code into .txt right
 
Last edited:
If I correct, I am not sure the next step is refs.txt place on the new folder which holding the DSDT.aml and SSDT.aml that generated by previous step(from extract file on desktop)

Extracting native DSDT + SSDTs with Clover F4 is covered in the ACPI patching guide...
 
Extracting native DSDT + SSDTs with Clover F4 is covered in the ACPI patching guide...
Got it. Just create the .txt than copy the code into .txt right
 
Got it. Just create the .txt than copy the code into .txt right

The refs.txt file is created by the pbpaste command shown in the guide.
 
The refs.txt file is created by the pbpaste command shown in the guide.

I am wondering is it possible without error in native file?
Also I am trying to fix blacklight but I don't have GFX0 in DSDT and SSDT I only see Device vid what can i do?
 
Status
Not open for further replies.
Back
Top