seed2 Posted March 5, 2006 Share Posted March 5, 2006 Well i just finished the install but when i load up i dont see the logo or the login menu it just the black menu loding up then i get in to osx do you know how to change this please. Link to comment https://www.insanelymac.com/forum/topic/10989-osx-1045-wont-show-login-menu-or-apple-symbol/ Share on other sites More sharing options...
seed2 Posted March 5, 2006 Author Share Posted March 5, 2006 Any help please i really need it Link to comment https://www.insanelymac.com/forum/topic/10989-osx-1045-wont-show-login-menu-or-apple-symbol/#findComment-68888 Share on other sites More sharing options...
littlepr Posted March 5, 2006 Share Posted March 5, 2006 To get rid of the black loading screen issue open a terminal window and go to /Library/Preferences/SystemConfiguration Then sudo vi com.apple.Boot.plist. You should see this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>-v</string> <key>Boot Graphics</key> <string>Yes</string> <key>Timeout</key> <string>10</string> </dict> </plist> activate edit by hitting "i" scroll down to <string>-v</string> and delete the "-v" portion Once that is done hit the escape key to get out of edit mode. Type :wq and then press "enter" to save changes and quit termal. On a reboot you will no longer see the verbose drivers loading. Link to comment https://www.insanelymac.com/forum/topic/10989-osx-1045-wont-show-login-menu-or-apple-symbol/#findComment-68924 Share on other sites More sharing options...
Recommended Posts