Jump to content

How boot 32 bit


Code Red
 Share

6 posts in this topic

Recommended Posts

I installed snow leopard and boot w Chameleon 2 and wonder how to boot into 32bit mode.

 

In my apple.boot.plist i have:

<key>Kernel Flags</key>

<string>boot-uuid=6723139C-291F-331D-A735-943EAB1D69C6</string>

 

Can I fit the 32-bit argument there?

Link to comment
Share on other sites

This is the sort of post that never gets a reply here because it is so easy to find the answer by searching.

 

Still......

 

Depends on your boot method, if it's Chameleon RC3, then you need

<key>Kernel Flags</key>

<string>arch=i386</string>

with EFI10,

<key>Kernel Flags</key>

<string>-x32</string>

Link to comment
Share on other sites

Thx for reply and i know how to search but the question was; since the string under kernel flags was occupied, how should i pass in the <string>arch=i386</string>. I already have <string>boot-uuid=6723139C-291F-331D-A735-943EAB1D69C6</string> under Kernel Flags.

Link to comment
Share on other sites

 Share

×
×
  • Create New...