Contribute
Register

[Guide] Lenovo IdeaPad U330/U430/U530 using Clover UEFI (10.11)

Status
Not open for further replies.
You forgot to update Clover to v3292.
I figured out. I had to copy SSDT-HACK.aml manually and had other old SSDT files left... removed and working correctly now. so all good.
 
I figured out. I had to copy SSDT-HACK.aml manually and had other old SSDT files left... removed and working correctly now. so all good.

It means you forgot to follow the instructions... (missed 'make install').
 
I don't think so... no sign that USBXHC_u430.kext is installed...

So I ran it again and still not working.

Last login: Fri Oct 23 12:10:05 on console
Jaejins-MacBook-Pro:~ Jaejin$ cd ~/Projects/u430.git
Jaejins-MacBook-Pro:u430.git Jaejin$ ./install_downloads.sh
This script requires superuser access...
Installing kexts...
installing RehabMan-Backlight-2015-1001/Release/ACPIBacklight.kext to /System/Library/Extensions
Password:
Sorry, try again.
Password:
Sorry, try again.
Password:
installing RehabMan-Battery-2015-0930/Release/ACPIBatteryManager.kext to /System/Library/Extensions
installing RehabMan-CodecCommander-2015-0522/Release/CodecCommander.kext to /System/Library/Extensions
installing RehabMan-FakePCIID-2015-0703/Release/FakePCIID.kext to /System/Library/Extensions
installing RehabMan-FakePCIID-2015-0703/Release/FakePCIID_AR9280_as_AR946x.kext to /System/Library/Extensions
installing RehabMan-FakePCIID-2015-0703/Release/FakePCIID_BCM94352Z_as_BCM94360CS2.kext to /System/Library/Extensions
installing RehabMan-FakePCIID-2015-0703/Release/FakePCIID_HD4600_HD4400.kext to /System/Library/Extensions
installing RehabMan-FakePCIID-2015-0703/Release/FakePCIID_XHCIMux.kext to /System/Library/Extensions
installing RehabMan-FakeSMC-2015-0504/FakeSMC.kext to /System/Library/Extensions
installing RehabMan-FakeSMC-2015-0504/FakeSMC_ACPISensors.kext to /System/Library/Extensions
installing RehabMan-FakeSMC-2015-0504/FakeSMC_CPUSensors.kext to /System/Library/Extensions
installing RehabMan-FakeSMC-2015-0504/FakeSMC_GPUSensors.kext to /System/Library/Extensions
installing RehabMan-FakeSMC-2015-0504/FakeSMC_LPCSensors.kext to /System/Library/Extensions
installing RehabMan-FakeSMC-2015-0504/HWMonitor.app to /Applications
installing RehabMan-Realtek-Network-v2-2015-0526/Release/RealtekRTL8111.kext to /System/Library/Extensions
installing RehabMan-Voodoo-2015-1016/Release/VoodooPS2Controller.kext to /System/Library/Extensions
installing BrcmPatchRAM2.kext to /System/Library/Extensions
installing AppleHDA_ALC283.kext to /System/Library/Extensions
installing USBXHC_u430.kext to /System/Library/Extensions
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBXHC_u430.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_GPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_XHCIMux.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_HD4600_HD4400.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_BCM94352Z_as_BCM94360CS2.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleMobileDevice.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC283.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBacklight.kext
Installing tools...
installing RehabMan-MaciASL-2015-0107/MaciASL.app to /Applications
installing RehabMan-patchmatic-2015-0107/patchmatic to /usr/bin
installing iasl/iasl to /usr/bin
Installing VoodooPS2Daemon to /usr/bin and /Library/LaunchDaemons...
Jaejins-MacBook-Pro:u430.git Jaejin$
 

Your copy of the repo is not current.

Re-create it:
Code:
cd ~/Projects
rm -rf u430.git
git clone https://github.com/RehabMan/Lenovo-U430-Touch-DSDT-Patch.git u430.git
cd u430.git

Then re-do all update tasks (eg. ./download.sh, install_downloads.sh, make clean, make install, updating config.plist, etc).
 
Your copy of the repo is not current.

Re-create it:
Code:
cd ~/Projects
rm -rf u430.git
git clone https://github.com/RehabMan/Lenovo-U430-Touch-DSDT-Patch.git u430.git
cd u430.git

Then re-do all update tasks (eg. ./download.sh, install_downloads.sh, make clean, make install, updating config.plist, etc).


To re-do all updates, do I just do this:
cd ~/Projects/u430.git
git stash
git pull
make
make install
./download.sh
./install_downloads.sh
Also update Clover to the latest using the Clover installer. Be sure to fix EFI/Clover/kexts, so that only EFI/Clover/kexts/Other is existing. All version specific directories under EFI/Clover/kexts should be removed.

Also update config.plist at EFI/Clover/config.plist to the latest content from the repo. Be sure to retain your own SMBIOS data at config.plist/SMBIOS.

Now you can update via the App Store. Just boot the installer/updater upon restart.

After updating, run ./install_downloads.sh again:
Code:
cd ~/Projects/u430.git
./install_downloads.sh
Or repatch DSDT and all that fun stuff and if I do, I would have to boot from my USB, correct?
 
It means you forgot to follow the instructions... (missed 'make install').

I did but there was issue..... I had error on script with mouting EFI partition. and throughly reading instruction again and realized that old DSDT and SSDT I needed to remove manually as well (I copied SSDT-HAACK.aml manually) after removed and rebooted all working fine..
 
To re-do all updates, do I just do this:
cd ~/Projects/u430.git
git stash
git pull
make
make install
./download.sh
./install_downloads.sh
Also update Clover to the latest using the Clover installer. Be sure to fix EFI/Clover/kexts, so that only EFI/Clover/kexts/Other is existing. All version specific directories under EFI/Clover/kexts should be removed.

Also update config.plist at EFI/Clover/config.plist to the latest content from the repo. Be sure to retain your own SMBIOS data at config.plist/SMBIOS.

Now you can update via the App Store. Just boot the installer/updater upon restart.

After updating, run ./install_downloads.sh again:
Code:
cd ~/Projects/u430.git
./install_downloads.sh

Yes.

Or repatch DSDT and all that fun stuff and if I do, I would have to boot from my USB, correct?

The current repo does not put any patched files into ACPI/patched. It is all done on-the-fly with config.plist and an SSDT.

Because there are no patched files, there is no need to extract them for patching, therefore no need to boot from USB.
 
Status
Not open for further replies.
Back
Top