Jump to content

How to Change Lion to 32 Bit Kernel?


MacEnthusiast
 Share

13 posts in this topic

Recommended Posts

Hey Guys

 

Just installed Lion on my Hackintosh. I have a Nvidia 7300GT currently with no QE/CI. I need to know how to change Lion to a 32 bit kernel so I can use QE/CI with my Nvidia card. How can I do this? I have already tried -x32 and arch=i386.

 

Thanks

Link to comment
Share on other sites

Hey there, unless something has changed in lion.

 

arch=x86_64

 

Try reading the OP.

 

arch=i386 is the argument to pass to the kernel to tell it to boot in 32bit mode. OP: confirm your platform with `uname -a`, is it possible you are booting a 32bit kernel already?

Link to comment
Share on other sites

Thanks guys!

 

I eventually figured everything out. My way of enabling 32 bit kernel in Lion was to add this to com.apple.boot.plist

 

<key>arch</key>
<string>i386</string>

 

Now my 7300GT works with QE/CI and I have a perfect Hackintosh install. Man Lion is really nice!

Link to comment
Share on other sites

Well good to hear you got it working. But that is the same as booting with the arch=i386 flag, just a heads up.

 

on Lion , strangely it does not work like that ! :thumbsup_anim:

 

only way is to use this on com.apple.boot.plist :

 

<key>arch</key>
<string>i386</string>

Link to comment
Share on other sites

on Lion , strangely it does not work like that ! B)

 

only way is to use this on com.apple.boot.plist :

 

<key>arch</key>
<string>i386</string>

 

Yes actually I confirm that too.

 

Setting arch=i386 doesn't switch kernel to 32-bit, it still boots at 64-bit mode.

Only this:

	<key>arch</key>
<string>i386</string>

works

Link to comment
Share on other sites

  • 7 months later...

on Lion , strangely it does not work like that ! :blink:

 

only way is to use this on com.apple.boot.plist :

 

<key>arch</key>
<string>i386</string>

Hello there,

Could you please tell me the location of com.apple.boot.plist ?

I got one in my Bootable USB thumbdrive, it already has the 2 lines.

and I modified the one in Library->preferences->SystemConfiguration .. I still can't boot to 32-bit mode :/

I have a Wifi Usb Dongle (ZyDas) and I couldn't get it to work , I looked everywhere, they said it can work in 32-bit mode only (driver is too old apparently).

Thanks in Advance.

 

P.S : if there's another way to make the Wifi Stick work , i'd Appreciate it :) THANKS AGAIN!

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...