InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Lion 10.7 (http://infinitemac.com/forumdisplay.php?f=100)
-   -   Lion with AMD (http://infinitemac.com/showthread.php?t=7106)

spidy86 06-05-2012 12:20 PM

i got SL 10.6.8 working using nawcom's modCD.....can i make lion work too. If so ..plz suggest the steps.

My Specs:

Mobo: AMD 890GXM-G65, BIOS - v1.13, mfg: MSI
Proc: PhenomII X4 955, 3.2GHz,

Graph: PCI ATI Radeon HD 4350, 512MB DDR2 (mfg: MSI) working with Green Apple = OpenGL issues!,
added DeviceID: 0x954F1002 to ATI4600.kext
using DVI 2 HDMI cable for HDTV with analog sound,

Audio: Realtek ALC889 Chipset, 7.1......using VoodooHDA.kext gives clittered sound
N/W: Realtek PCI-E GbLAN controller 8111DL

RAM: 2GB, DDR3
HDD: Seprate HDD for Windows7 and SL
Mac OS: SL retail+10.6.8 booting with Chameleon

m4f1050 06-05-2012 01:20 PM

Quote:

Originally Posted by frisco2 (Post 57844)
remove SleepEnabler,F718x,IT87x,PC8739x and W836x.kext out of Extra and S / L / E

:-/ That's the first thing I checked, I wouldn't have asked if it was that obvious.. I figured it out, they are in SuperIOFamily.kext but I haven't found SleepEnabler.kext

Code:


sudo find / -name *SleepEnabler*
sudo find / -name *F718x*
sudo find / -name *IT87x*
sudo find / -name *PC8739x*
sudo find / -name *W836x*

Where can I blacklist kexts? I have seen this done before..but never have figured it out?

m4f1050 06-05-2012 01:48 PM

I left OS X Lion running for a day, when I tried to run certain apps they would just hang (icon bouncing) like Software Update, and other tasks, like copying an app to Applications folder from a DMG, etc etc.. Wondering if it's Finder.app causing this, since I can copy the files from Terminal with no issues.

Tazo 06-05-2012 05:24 PM

Hi everyone. This is my first post.

I would like to work Lion in my laptop to test Xcode4 for iOS. This is my objective. Then I tried to virtualize with VirtualBox and VMWare to work Lion but I coudn't it. This is my CPU:

http://i47.tinypic.com/35i1ter.jpg

First of all, is it possible? I've read a los of pages of this thread, I promise but I'm beginner in this field.

Could someone explain me any steps to start to work it?

Saying me if this post should be in other thread please.

Sorry for my English. Thank you very much!

delgadilloalex 06-05-2012 09:14 PM

Quote:

Originally Posted by m4f1050 (Post 57831)
How can I disable these from boot?

SleepEnabler
F718x
IT87x
PC8739x
W836x

Code:

[SleepEnabler] Disabled due to pmVersion=0
Kext sk.triaxis.kext.SleepEnabler start failed (result 0x5).
Kext sk.triaxis.kext.SleepEnabler failed to load (0xdc008017).
Failed to load kext sk.triaxis.kext.SleepEnabler (error 0xdc008017).
Kext org.mozodojo.IntelCPUMonitor - library kext org.netkas.FakeSMC not found.
Can't load kext org.mozodojo.IntelCPUMonitor - failed to resolve library dependencies.
Kext org.mozodojo.IntelCPUMonitor failed to load (0xdc00800e).
Failed to load kext org.mozodojo.IntelCPUMonitor (error 0xdc00800e).
Kext org.mozodojo.SuperIOFamily - library kext org.netkas.FakeSMC not found.
Can't load kext org.mozodojo.F718x - failed to resolve library dependencies.
Kext org.mozodojo.F718x failed to load (0xdc00800e).
Failed to load kext org.mozodojo.F718x (error 0xdc00800e).
Kext org.mozodojo.SuperIOFamily - library kext org.netkas.FakeSMC not found.
Can't load kext org.mozodojo.IT87x - failed to resolve library dependencies.
Kext org.mozodojo.IT87x failed to load (0xdc00800e).
Failed to load kext org.mozodojo.IT87x (error 0xdc00800e).
Kext org.mozodojo.SuperIOFamily - library kext org.netkas.FakeSMC not found.
Can't load kext org.slice.PC8739x - failed to resolve library dependencies.
Kext org.slice.PC8739x failed to load (0xdc00800e).
Failed to load kext org.slice.PC8739x (error 0xdc00800e).
Kext org.mozodojo.SuperIOFamily - library kext org.netkas.FakeSMC not found.
Can't load kext org.mozodojo.W836x - failed to resolve library dependencies.
Kext org.mozodojo.W836x failed to load (0xdc00800e).
Failed to load kext org.mozodojo.W836x (error 0xdc00800e).
NullCPUPowerManagement::init: properties=0x81c9880
Couldn't alloc class "SleepEnabler"
Couldn't alloc class "IntelCPUMonitor"
Couldn't alloc class "F718x"
Couldn't alloc class "IT87x"
Couldn't alloc class "PC8739x"
Couldn't alloc class "W836x"


right click fakesmc.kext >show contents> /plugins/

and delete the plugins and reinstall kext

m4f1050 06-05-2012 11:45 PM

Quote:

Originally Posted by Tazo (Post 57848)
Hi everyone. This is my first post.

I would like to work Lion in my laptop to test Xcode4 for iOS. This is my objective. Then I tried to virtualize with VirtualBox and VMWare to work Lion but I coudn't it. This is my CPU:

http://i47.tinypic.com/35i1ter.jpg

First of all, is it possible? I've read a los of pages of this thread, I promise but I'm beginner in this field.

Could someone explain me any steps to start to work it?

Saying me if this post should be in other thread please.

Sorry for my English. Thank you very much!

If you want to run XCode 4 I recommend installing 10.6.8 and XCode 4 for 10.6.8 and then updating iOS SDK 5.1 on it. Send me a PM and I can help you install XCode 4 and iOS SDK 5.1 after you get 10.6.8 running. It is stable, I use it as my daily OS, haven't booted into Windows 7 for a while now...only boot into Windows 7 to work on partitions.

gils 06-06-2012 12:07 AM

Quote:

Originally Posted by spidy86 (Post 57845)
i got SL 10.6.8 working using nawcom's modCD.....can i make lion work too. If so ..plz suggest the steps.

My Specs:

Mobo: AMD 890GXM-G65, BIOS - v1.13, mfg: MSI
Proc: PhenomII X4 955, 3.2GHz,

Graph: PCI ATI Radeon HD 4350, 512MB DDR2 (mfg: MSI) working with Green Apple = OpenGL issues!,
added DeviceID: 0x954F1002 to ATI4600.kext
using DVI 2 HDMI cable for HDTV with analog sound,

Audio: Realtek ALC889 Chipset, 7.1......using VoodooHDA.kext gives clittered sound
N/W: Realtek PCI-E GbLAN controller 8111DL

RAM: 2GB, DDR3
HDD: Seprate HDD for Windows7 and SL
Mac OS: SL retail+10.6.8 booting with Chameleon

hello ,

:)

http://www.insanelymac.com/forum/ind...owtopic=278181

the pictures speak louder.

http://www.hack-my-mac.fr/index.php/...-l2-sur-pc-amd

spidy86 06-06-2012 08:15 AM

thanks gils! :)

anonomys209 06-06-2012 11:11 PM

Quote:

Originally Posted by burger888 (Post 57814)
Complete setup working great so far, but 32 bit mode only. What are chances on 64 bit kernel coming??

***BUMP*** Anyone working on figuring out a 64bit capable kernel? The only thing holding me back from running Lion on my main CPU is my need for FCPX. Hopefully soon, huh...?

m4f1050 06-06-2012 11:59 PM

Is anybody else experiencing constant HD activity? Not sure if it's writing but all that activity is not good/safe for SSD :-/

Also, after a few minutes if I try to run certain apps they stay bouncing on the dock and never open. (apps like Software Update, TextEdit, and others. Tasks like copying using Finder also hangs. Finder.app could be the cause of this? Im using the 32-bit version from DP2)