idividebyzero Posted March 26, 2007 Share Posted March 26, 2007 The changes I made to the boot file have stopped working for some reason. I repaired permissions with the disk utility and that didnt do anything. It used to work fine. This is the code inside my boot file incase something got messed up... <?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>Boot Graphics</key> <string>Yes</string> <key>Graphics Mode</key> <string>1680×1050×32</string> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> <key>Quiet Boot</key> <string>Yes</string> <key>Timeout</key> <string>8</string> </dict> </plist> The grey apple screen is obviously 1024x768 since its big and blurry and I get the brief Darwin text rather than booting straight to the apple screen. its not a huge deal since it works but I'd still like to fix it somehow. Link to comment https://www.insanelymac.com/forum/topic/46478-comapplebootplist-stopped-working/ Share on other sites More sharing options...
Recommended Posts