How to Run Mac OSx in 64 Bit Mode

Boot your mac (laptop/desktop) into 64-bit mode., From terminal run either of these commands: sudo nvram boot-args="arch=x86_64" sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.Boot 'Kernel Flags' 'arch=x86_64' , Both ways...

7 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Boot your mac (laptop/desktop) into 64-bit mode.

    There are ways to boot your mac into 64-bit mode ,, If you want to boot the machine in 64bits mode just one time, hold down “6″ and “4″ during system boot to load the 64 bit kernel (or hold down ’3′ and ’2′ during boot to use the 32 bit kernel) ,, If it returns "x86_64" then you are running the 64-bit kernel.
  2. Step 2: From terminal run either of these commands: sudo nvram boot-args="arch=x86_64" sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.Boot 'Kernel Flags' 'arch=x86_64'

  3. Step 3: Both ways above will setup the machine to boot in 64bits in all the following startups.

  4. Step 4: Use sudo nvram -p to view the current settings of your NVRam: From terminal run the command: sudo nvram -p | grep boot-args ;

  5. Step 5: To check to see if you are currently running a 32-bit or 64-bit kernel

  6. Step 6: from terminal run the command:"uname -m" If it returns "i386"

  7. Step 7: you are running the 32-bit kernel.

Detailed Guide

There are ways to boot your mac into 64-bit mode ,, If you want to boot the machine in 64bits mode just one time, hold down “6″ and “4″ during system boot to load the 64 bit kernel (or hold down ’3′ and ’2′ during boot to use the 32 bit kernel) ,, If it returns "x86_64" then you are running the 64-bit kernel.

About the Author

J

Jacqueline Sanders

Brings years of experience writing about lifestyle and related subjects.

51 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: