Contribute
Register

64-bit Kernel and Extensions: No in 10.7.1

Status
Not open for further replies.
Joined
Sep 28, 2011
Messages
112
Motherboard
Gigabyte Z77X-UP5 TH
CPU
i7-3770K
Graphics
HD 6870
Mac
  1. iMac
  2. Mac Pro
Mobile Phone
  1. iOS
64-bit Kernel and Extensions: No in 10.7.1
I have used the arch =x86_64 at
boot and it booted into 64 bit mode.
please can any of you tell me in basic step by step how to make it boot into 64bit every time without adding argument at boot?
thanks
again..
 
-Open your org.chameleon.boot.plist (usually in /Extra folder).
-Back up your original org.chameleon.boot.plist to some place you want.
-Open org.chameleon.boot.plist with text editor.
and Remove these strings only:
<key>arch</key>
<string>i386</string>
-then save and reboot your machine and you are in 64.
 
Mak 1 said:
-Open your org.chameleon.boot.plist (usually in /Extra folder).
-Back up your original org.chameleon.boot.plist to some place you want.
-Open org.chameleon.boot.plist with text editor.
and Remove these strings only:
<key>arch</key>
<string>i386</string>
-then save and reboot your machine and you are in 64.

many thanks mine was not the same but this edit worked thanks to your direction..



<string>arch=i386 npci=0x2000</string>
edited to worked
<string>npci=0x2000</string>
 
Mak 1 said:
-Open your org.chameleon.boot.plist (usually in /Extra folder).
-Back up your original org.chameleon.boot.plist to some place you want.
-Open org.chameleon.boot.plist with text editor.
and Remove these strings only:
<key>arch</key>
<string>i386</string>
-then save and reboot your machine and you are in 64.

How can I check my drivers to see if my machine is able to boot with a 64 bit kernel, other than just trying and failing?
 
at the boot loader press space bar and a command line opens type
arch=x86_64

then press enter..and let your system boot up
 
cameronboy said:
at the boot loader press space bar and a command line opens type
arch=x86_64

then press enter..and let your system boot up

Yes you can exactly check it by this method. And do -v at the same time then you can see if you have unsupported drivers as well. If something goes wrong restart your pc and it will boot in 32bit mode again.
 
Status
Not open for further replies.
Back
Top