Contribute
Register

Mavericks 10.9.2 on Lenovo G50-70

Status
Not open for further replies.
Joined
Apr 16, 2012
Messages
28
Motherboard
Laptop Lenovo G50-70
CPU
i7-4500U
Graphics
HD 4400
Mac
  1. iMac
  2. Mac mini
Classic Mac
  1. Classic
Mobile Phone
  1. iOS
Laptop spec:
Model: Lenovo G50-70
CPU: i7-4500U
Graphics: HD4400
HD: 500 Gb.
Ethernet: RTL8101E/RTL8102E

(Important advice: This guide is only tested in a Lenovo G50-70. Read carefully all the guide before start the procedure. You will download some software and drivers (kexts) prior the installation and copy them into the USB stick.)

Installation LOG:
1.- BIOS Setup.
USB Legecy: ENABLED
Wireless: DISABLED
SATA Controller: AHCI
Intel Virtual Technology: DISABLED
Boot Mode: Legacy Support
Boot Priority: Legacy First
USB Boot: ENABLED
PXE Boot to LAN: DISABLED

2.- Unibeast Installation.
a) Follow the Unibeast guide:
http://www.tonymacx86.com/374-unibea...-based-pc.html
b) Before start the USB installation (Step 4) you must change the mach_kernel following the Rehabman instructions:
http://www.tonymacx86.com/mavericks...-locked-msrs-hp-envy-15-j063cl-i7-4700mq.html
c) In step 4 use the following boot args:
-v PCIRootUID=0 GraphicsEnabler=No IGPEnabler=No

3.- Start again from USB, and select USB.
a) Select Utilities and open Terminal. Copy de USB mach-kernel to HDD following the Rehabman instructions:
http://www.tonymacx86.com/mavericks...-locked-msrs-hp-envy-15-j063cl-i7-4700mq.html
# in Terminal from the OS X installer, assuming your HDD volume is called "Macintosh HD"
cp /mach_kernel "/Volumes/Macintosh HD/mach_kernel"
b) To prevente the “Boot error” follow:
boot0 Error: The Official Guide
Close Terminal and go to Disk Utility. Select you Mavericks partition and Unmount. Close Disk Utility,open terminal and type:
dd if=/usr/standalone/i386/boot1h of=/dev/disk0s5

4.- Start from USB and select HDD with the following flags
-v –f –x PCIRootUID=0 GraphicsEnabler=No IGPEnabler=No USBBusFix=Yes

5.- Run Multibeast
Quick Start > DSDT Free
Drivers > Disk > 3rd Party SATA
Drivers > Misc > ElliotForceLegacyRTC
Drivers > Misc > EvOreboot
Drivers > Misc > FakeSMC v6.9.1315
Drivers > System > PatchedAppleIntelCPUPowerManagement > OS X 10.9.0
Drivers > System > AppleRTC Patch for CMOS Reset
Bootloaders > Chimera 3.0.1
Customize > Boot Options > Basic Boot Options
Customize > Boot Options > Generate CPU States
Customize > Boot Options > Hibernate Mode > Laptop
Customize > Boot Options > Use KernelCache
Customize > Boot Options > Verbose Boot
Customize > Themes > tonymacx86 Black
MacBookPro 8.1

6.- Change smbios to MacBookAir 6.2 using Chamaleon Wizard

7.- Install VoodooPS2Controller. Kext from Rehabman:
https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller

a) remove /S/L/E/AppleACPIPS2Nub.kext (note: this is only for version 1.7.4 or greater)
sudo rm -rf /System/Library/Extensions/AppleACPIPS2Nub.kext
b) remove /S/L/E/ApplePS2Controller.kext
sudo rm -rf /System/Library/Extensions/ApplePS2Controller.kext
c) install VoodooPS2Controller.kext using your favorite Kext installer (Kext Wizard)
d) starting with version 1.7.8, install the VoodooPS2Daemon
sudo cp org.rehabman.voodoo.driver.Daemon.plist /Library/LaunchDaemons
sudo cp VoodooPS2Daemon /usr/bin
e) rebuild permissions and kernel cache

8.- Install GenericUSBXHCI.kext in order to fix USB ports. Follow this guide:
http://sourceforge.net/projects/genericusbxhci/files/
IMPORTANT: boot with kernel flags: -gux_defer_usb2
(Go to /Extra in your hard drive and open the file "org.Chameleon.boot.plist" with TextEdit. Under the <key>Kernel flags</key> sections, add: -gux_defer_usb2

9.- In order to have Ethernet, install the RealtekRTL8100.kext following the guide:
http://www.insanelymac.com/forum/top...hernet-series/
IMPORTANT: Check your BIOS settings. You might want to disable Network Boot and the UEFI Network Stack as these can interfere with the driver.

10.- WiFi: Using EDIMAX EW-7811Un USB adapter. The installation package cover the OS X 10.9.

Current Status:
The System works, but with major issues:
SOLVED --> Graphics: The resolution is 1024x768 and must be 1366x768.
SOLVED --> Ethernet: I'm using the R1000SL.kext but i only have a green connected Lan but with wrong IP address.
SOLVED --> USB: The USB ports doesn't work. Every time that I insert a USB device hangs the computer with the attached KP.
(The guide include the changes required for solving these issues.)


Thanks to Rehabman for his support.
 

Attachments

  • KPLenovo.jpg
    KPLenovo.jpg
    689.5 KB · Views: 1,549
...
Current Status:
The System works, but with major issues:
Graphics: The resolution is 1024x768 and must be 1366x768.
Ethernet: I'm using the R1000SL.kext but i only have a green connected Lan but with wrong IP address.
USB: The USB ports doesn't work. Every time that I insert a USB device hangs the computer with the attached KP.

Any suggestion?
Thanks in advance.

To enable HD4400 graphics, you need IGPEnabler=Yes.

You should also implement native power management: http://www.tonymacx86.com/mavericks...-sandy-bridge-ivy-bridge-haswell-laptops.html

For Ethernet: http://www.insanelymac.com/forum/topic/296190-driver-for-realteks-rtl810x-fast-ethernet-series/

For USB, try GenericUSBXHCI.kext with -gux_defer_usb2.
 
To enable HD4400 graphics, you need IGPEnabler=Yes.

You should also implement native power management: http://www.tonymacx86.com/mavericks...-sandy-bridge-ivy-bridge-haswell-laptops.html

For Ethernet: http://www.insanelymac.com/forum/topic/296190-driver-for-realteks-rtl810x-fast-ethernet-series/

For USB, try GenericUSBXHCI.kext with -gux_defer_usb2.
-------
I have been changed IGPEnabler to Yes and HD4400 works properly.
Boot with -gux_defer_usb2 after load the GenericUSBXHCI.kext and... USB2.0 and USB3.0 works properly (I will update my guide asap)

Power management and Ethernet requires a litlle more effort. I keep tou updated.

Thank you Rehabman
 
WiFi: I'm using Edimax EW-7811Un USB adapter and works OK. (The installation package has the 10.9 driver.)
 
hi, I'm trying to make a hackintosh my laptop Lenovo G50-70 and can not. I'd just like to know if anyone has managed to do this, my problem is that Clover start but when apple goes my computer restarts. I have tried several bootflags but I can not figure it out. someone could help me, thanks
 
hi, I'm trying to make a hackintosh my laptop Lenovo G50-70 and can not. I'd just like to know if anyone has managed to do this, my problem is that Clover start but when apple goes my computer restarts. I have tried several bootflags but I can not figure it out. someone could help me, thanks

What version of Clover?

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

System: manufacturer/model
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
System: HP ProBook 4540s
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx). For a laptop, these details are important and affect critical installation procedures.
 
I could post here my everest report for you to see.
 
I could post here my everest report for you to see.

No. Read post #7 carefully. Modify your profile to contain the five details requested.

Also, you did not answer my question in post #7 (questions are sentences that end in '?')
 
Forgive me is I'm trying to translate and fix the profile. use the Clover_v2k_r2877 version. much of hackintosh is not in my hackintosh pc but my laptop does not come out.
 
Status
Not open for further replies.
Back
Top