Re: OWC posts expected ML requirements
Posted: Wed Aug 08, 2012 3:41 pm
Here it is (I think). I have no way to verify it these days.
You can enter a line in Terminal that will make it always boot up into 64 bit:
sudo nvram boot-args=”arch=x86_64″
You should be able to reset things as follows:
sudo nvram boot-args=”"
sudo usually asks for your admin password and warns you that you are messing with the innards.
You can also edit this file;
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
…and change last string. Like below.
Kernel
mach_kernel
Kernel Flags
arch=x86_64
You can enter a line in Terminal that will make it always boot up into 64 bit:
sudo nvram boot-args=”arch=x86_64″
You should be able to reset things as follows:
sudo nvram boot-args=”"
sudo usually asks for your admin password and warns you that you are messing with the innards.
You can also edit this file;
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
…and change last string. Like below.
Kernel
mach_kernel
Kernel Flags
arch=x86_64