Jump to content
4 posts in this topic

Recommended Posts

Hi,

 

I have change my graohicsettings in the /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

but now I can't start in graphicmode (only console with 640x480). What can I to start in graphic mode?

 

I have tryed to start with diffent parameters like -x "Graphics Mode"="----x----@" -F ... but it didn't work!

 

Pleas HELP me!

 

Holly

Link to comment
https://www.insanelymac.com/forum/topic/4021-no-graphic-mode-only-console/
Share on other sites

Hi,

 

I have change my graohicsettings in the /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

but now I can't start in graphicmode (only console with 640x480). What can I to start in graphic mode?

 

I have tryed to start with diffent parameters like -x "Graphics Mode"="----x----@" -F ... but it didn't work!

 

Pleas HELP me!

 

Holly

If you are able to start in Console mode, just login and type:

#cd /Library/Preferences/SystemConfiguration/

#sudo nano com.apple.Boot.plist

Delete the mistake you have done before, save it and reboot

P.S: If your OSX86 don't boot anymore you need to change the file with a Linux-Live-CD witch can access to HFS+

Hi and thx,

 

the problem is, that I see, what the system do by booting in console but I have no shell to type commands!

So I can't use nano!

Whitch Linux Live CD's support htf+???

 

Holly

This one with only 50MB for example:

http://www.inside-security.de/insert_en.html

 

to see your partitons:

#fdisk -l

 

to mount OSX86:

#mkdir OSX86

#mount -t hfsplus /dev/hda1 /OSX86

Change /dev/hda1 with your OSX86 partition (find with fdisk -l)

 

Change evtl. the permissions of the files before you can modify it.

×
×
  • Create New...