Jump to content
7 posts in this topic

Recommended Posts

Boot method for disperate people.

It's a boot parameter in case you hang on a panic error, as I did with my incompatible platform.

If you want to automate this, go to /Library/Preferences/SystemConfiguration/

and edit com.apple.Boot.plist as root.

 

<key>Kernel Flags</key>

<string>platform=X86PC</key>

 

and for a better resolution

 

<key>Graphics Mode</key>

<string>1280x1024x32</string>

 

I suggest that maybe someone who has time to watch all this, will make an information pool with solutions, structured on hardware categories, instead of telling people to search and read endless discussions.

Edit this file (searching the forums will show that you need to edit this, btw):

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

You'll need to edit it as root, too.

 

Edit this portion:

        <key>Kernel Flags</key>
       <string></string>

 

Put that platform command in between the > and

×
×
  • Create New...