Jump to content
13 posts in this topic

Recommended Posts

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?

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!

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>

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

I also have a few people asking me how to avoid PCI Configuration Begin bug. Here's the kexts you need to replace in order for it to go away. Finally for QE/CI for 7300GT I found that Corevidia works best. Remember to boot into 32 bit kernel.

AppleACPIPlatform.kext.zip

IOPCIFamily.kext.zip

CoreVidia_1.1.mpkg.zip

  • 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!

  • 2 weeks later...
×
×
  • Create New...