iCoreTech Research Labs Just a placeholder

19Aug/090

Boot Snow Leopard in 64 bit kernel mode

64bitSeems like Snow Leopard doesn't boot automatically in 64 bit mode on certain machines, it does however on servers.

To try out the 64 bit kernel edit this file:

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

and add the architecture like this:

< ?xml version="1.0" encoding="UTF-8"?>
< !DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string>arch=x86_64</string>
</dict>
</plist>

Pay special attention to the spaces between the first two tags and remove them, this is caused by WordPress bad formatting and are unintentional.

Reboot.

There are other two ways, by pressing '6' and '4' keys when booting up (or '3' and '2' to boot in 32 bit) or writing in terminal:

nvram boot-args="arch=x86_64"

and reboot.

Related posts:

  1. Glimmerblocker: block ads in Safari 64 bit mode on Snow Leopard
  2. Install MySQL and MySQL Ruby gem on Snow Leopard, 64 bit
  3. How to install pg (postgresql) gem on Snow Leopard, 64 bit
  4. do_sqlite3 on Snow Leopard
  5. Installing MySQL Ruby Gem in Snow Leopard Server

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.

Additional comments powered by BackType