Jump to content
5 posts in this topic

Recommended Posts

Once installed OSx86 with fully support I have checked on booting "Graphics Mode"="1280x1024x16" and it worked for me so that I inserted these lines inside com.apple.Boot.plist:

 

<key>Graphics Mode</key>

<string>1280x1024x32@85</string>

 

 

I have also added:

 

<key>Quiet Boot</key>

<string>Yes</string>

 

instead of the one I wanted:

 

<key>Quiet Boot</key>

<string>Yes</string>

 

The result is that I can' boot Darwin, I mean, on boot I can access the first boot menu:

 

Windows XP

Apple Mac OSX

 

I'm able to choose the "Apple Mac OSX" but when I hit Enter it goes back to the same boot menu instead of going ahead to Darwin's.

 

I guess that is the com.apple.Boot.plist error... how can I access it without booting?

 

Anyone know a solution? I really don't feel like reinstalling... :P

Thanks in advance.

soon after you select enter by selecting Apple Mac OSX hit F8

this should give u the menu

 

if it does then Edit the boot.plist file and add the following:

 

<key>Timeout</key>

<string>10</string>

 

let us know if it helps

Edited by JustAnotherIdiot
×
×
  • Create New...