Firstly, my com.apple.Boot.plist contains the following
Any info I've found on booting to 64 bit tells me to find
<key>Kernel Flags
</key><string></string>
and change it to
<key>Kernel Flags</key>
<string>arch=x86_64</string>
Is something wrong with my file? What does your com.apple.Boot.plist contain?
Code:
bplist00“VKernel\Kernel Flags[mach_kernel[arch=x86_64
!-9
Any info I've found on booting to 64 bit tells me to find
<key>Kernel Flags
</key><string></string>
and change it to
<key>Kernel Flags</key>
<string>arch=x86_64</string>
Is something wrong with my file? What does your com.apple.Boot.plist contain?