Jump to content

Lion runs in 32 bit mode only (solved)


smylee
 Share

1 post in this topic

Recommended Posts

Hey guys,

I'v tried everything, but it still runs in 32 bit mode on my Core 2 Quad processor.

 

Here are commands I tried:

sudo systemsetup -setkernelbootarchitecture x86_64
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.Boot 'Kernel Flags' 'arch=x86_64'
sudo nvram boot-args="arch=x86_64"

What I got:

uname -m

i386

ioreg -l -p IODeviceTree | grep firmware-abi

| | "firmware-abi" = <"EFI32">

 

Is there any other way to make it run in 64 bit?

 

 

 

*****UPDATE*****

 

 

Don't know how, but I had

<key>Kernel Flags</key>

<string>arch=i386</string>

in by com.apple.Boot.plist

 

Problem solved.

Link to comment
Share on other sites

 Share

×
×
  • Create New...