Jump to content
5 posts in this topic

Recommended Posts

Have just installed 10.4.6 (Myzar DVD) on x86 laptop. When booting, the drivers loading and system configuration is displayed as white txt on black screen. Is there a way to enable the grey boot splash screen with spinning wheel while the drivers load in abckground??

Link to comment
https://www.insanelymac.com/forum/topic/29136-osx-grey-boot-splash-screen/
Share on other sites

Yes, open Terminal and type:

 

sudo -s

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

 

Now you're editing the Boot plist so be careful.

Search (press Ctrl+W) for Kernel Flags

and then remove the flag -v

 

Exit pico (press Ctrl+X) and choose Y (as in Yes) to save changes.

Now you're back in Terminal as shell.

Now type exit twice more to exit sudo and log out of Terminal. Close applications and reboot.

×
×
  • Create New...