Jump to content

os x 10.10 on lenovo g580


lalo1996
 Share

50 posts in this topic

Recommended Posts

hi

i have a g580 : with 2.60 GHz Intel Core i5

                        4 GB 1600 MHz DDR3 of ram

                        and Intel HD Graphics 4000

 

I Created  usb Installer using clover

but i'm stuck at boot at  IOBluetoothhcicontroller

 

please any one can help

i tried to boot with

GraphicsEnabler=No

PCIRootUID=1

kext-dev-mode=1

-s

-v

-x

 

but nothing

 

Link to comment
Share on other sites

Maybe on clover boot configuration need to change smbios(im shuar you use iMac smbios)try MacBook.. :thumbsup_anim:

  • Like 1
Link to comment
Share on other sites

SMBios key should be near the end of the config.plist.

 

I think you should not use PCIRootUID=1. Leave it by default (0). Leonovo should work with this value. Changing it to 1 is Chim... nonsence, because of well supporting Gigabyte MB and the rest is for them {censored}.

 

Best to use SBMBios is for your your MB P 9,2 or perhaps 8.1

 

If possible switch in Bios to internal gfx. Switchable is causing unnecessary problems. Your nVidia card will never work til Apple supports Optimus.

Swich also in Bios secure boot to off.

 

Inject Intelgfx and look what happens.

 

For creating a config.plist look here: http://clover-wiki.zetam.org/Contents or here: http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/

 

Have fun.

  • Like 1
Link to comment
Share on other sites

couldn't find smbios key also don't know how to inject  Intelgfx

i think it's already injected in config 

<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>

i followed this topic to boot os x on usb 

 

and the the "boot mac os x with injected kexts" doesn't appear to me 

Link to comment
Share on other sites

couldn't find smbios key also don't know how to inject  Intelgfx

i think it's already injected in config 

<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>

i followed this topic to boot os x on usb 

 

and the the "boot mac os x with injected kexts" doesn't appear to me 

Ask Chris1111 or go to write new installer with Chameleon:

http://www.insanelymac.com/forum/topic/298753-boot-usb-os-x-yosemite-chameleon/

Link to comment
Share on other sites

delete AplleMobileDevice.kext from S/L/E(From your installer..etc USB) and boot with command -v npci=0x2000 kext-dev-mode=1

and write later for result :hysterical:

Link to comment
Share on other sites

delete AplleMobileDevice.kext from S/L/E(From your installer..etc USB) and boot with command -v npci=0x2000 kext-dev-mode=1

and write later for result :hysterical:

followed your steps but no luck

 

this is my org.chameleon.boot.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
       <key>ShowInfo</key>
	<string>Yes</string>
       <key>Graphics Mode</key>
	<string>1024x768x32</string>
	<key>GraphicsEnabler</key>
	<string>No</string>
	<key>Instant Menu</key>
	<string>Yes</string>
	<key>Kernel Flags</key>
	<string>/System/Library/Kernels/kernel darkwake=0 kext-dev-mode=1 -f -v</string>
	<key>Legacy Logo</key>
	<string>no</string>
        <key>UseKernelCache</key>
	<string>No</string>

</dict>
</plist>

and this is the pic of KP i get

 

IMG_20140621_230436.jpg

Link to comment
Share on other sites

guys i found that FakeSMC.kext was not found in S/L/E 

so i copied it from yosemite usb installer

 

and i tried the following command 

 

chown -R root:wheel  /system/library/extensions/FakeSMC.kext
kextload /system/library/extensions/FakeSMC.kext
 
but unfortunately i;m still getting the same KP 
Link to comment
Share on other sites

 

guys i found that FakeSMC.kext was not found in S/L/E 

so i copied it from yosemite usb installer

 

and i tried the following command 

 

chown -R root:wheel  /system/library/extensions/FakeSMC.kext
kextload /system/library/extensions/FakeSMC.kext
 
but unfortunately i;m still getting the same KP 

 

the same from AppleOSXWatchdog?last screenshot?

Link to comment
Share on other sites

hello

 

use clover to boot

 

use minimal kext in Clover/kexts/10.10

 

like fakesmc .. nullcpupowermanagement.. voodoops2

 

try with ig-platform-id = 3  ( 0x01660003 )

 

boot with injectkext .. must use last clover available in repo

 

and do not mess with caches in the image

 

good hack

  • Like 1
Link to comment
Share on other sites

hello

 

use clover to boot

 

use minimal kext in Clover/kexts/10.10

 

like fakesmc .. nullcpupowermanagement.. voodoops2

 

try with ig-platform-id = 3  ( 0x01660003 )

 

boot with injectkext .. must use last clover available in repo

 

and do not mess with caches in the image

 

good hack

 

ok i'll give a try and let you know

 

thanks

Link to comment
Share on other sites

 Share

×
×
  • Create New...