Contribute
Register

I can't boot the USB in my Lenovo T410s

Status
Not open for further replies.
DDST, smbios, Chameleon.plist, Chameleon folders Extensions.

You might look at these things to be sure they make sense.

DSDT: not a good idea to use a DSDT from another computer.

Extensions: check for unnecessary kexts here. Most computers can boot with only FakeSMC and NullCPUPowerManagement. Everything else is usually unnecessary and can just cause problems. Exception is some need AppleACPIPlatform rollback to boot without properly patched DSDT/SSDT setup.
 
You might look at these things to be sure they make sense.

DSDT: not a good idea to use a DSDT from another computer.

Extensions: check for unnecessary kexts here. Most computers can boot with only FakeSMC and NullCPUPowerManagement. Everything else is usually unnecessary and can just cause problems. Exception is some need AppleACPIPlatform rollback to boot without properly patched DSDT/SSDT setup.

I've tried already with Unibeast and Chameleon and was rebooting.
I'll try to download Mavericks again, maybe the installer is defective.
 
I did it all again. Downloaded the installer from App Store, did a Unibeast USB and keeps rebooting no matter the flags.
Maybe my mSata could be the problem?
 
I did it all again. Downloaded the installer from App Store, did a Unibeast USB and keeps rebooting no matter the flags.
Maybe my mSata could be the problem?

You should probably try creating a patched DSDT.

Extract it from Linux, then bring it over to a working Mac. See here for patches: https://github.com/RehabMan/Laptop-DSDT-Patch

High on the list would be: "Fix HPET"
 
E=RehabMan;757702]You should probably try creating a patched DSDT.

Extract it from Linux, then bring it over to a working Mac. See here for patches: https://github.com/RehabMan/Laptop-DSDT-Patch

High on the list would be: "Fix HPET"[/QUOTE]

You mean simply to extract the system DSDT and apply your HPET patch?
 
You mean simply to extract the system DSDT and apply your HPET patch?

Yes, then place it at /Extra/dsdt.aml on the USB.
 
I fixed the buffers syntax errors. Remains two error I don't know how to fix:

1)
Code:
Name (_IRC, 0x00)

Invalid object type for reserved name (found INTEGER, requires )

2)
Code:
Name (_HID, "*pnp0c14")

String must be entirely alphanumeric (*pnp0c14)
 
I fixed the buffers syntax errors. Remains two error I don't know how to fix:

1)
Code:
Name (_IRC, 0x00)

Invalid object type for reserved name (found INTEGER, requires )

2)
Code:
Name (_HID, "*pnp0c14")

String must be entirely alphanumeric (*pnp0c14)

I applied the _IRC patch for the error 1.

For the error 2 is all about to remove the * ?
 
After apply HPET patch and compile found more than 200 errors! Is it like that?
 
Status
Not open for further replies.
Back
Top