19Aug/090
Boot Snow Leopard in 64 bit kernel mode
![]()
Seems 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:
- Glimmerblocker: block ads in Safari 64 bit mode on Snow Leopard
- Install MySQL and MySQL Ruby gem on Snow Leopard, 64 bit
- How to install pg (postgresql) gem on Snow Leopard, 64 bit
- do_sqlite3 on Snow Leopard
- Installing MySQL Ruby Gem in Snow Leopard Server
Enjoy this article?
Additional comments powered by BackType