dmbpettit Posted June 27, 2007 Share Posted June 27, 2007 I have XP Pro on Partition 1 and OS X 10.4.9 on Partition 2. When I boot my notebook it automatically boots into OSX, which is fine. The only way to get the notebook to give me an option to choose XP or OS X is to press F8 many times before Darwin begins. Is there a way to get this prompt to come up automatically? Link to comment Share on other sites More sharing options...
Mac Boy Posted June 27, 2007 Share Posted June 27, 2007 Add "Quiet Boot"=No Timeout=5 to com.apple.Boot.plist Link to comment Share on other sites More sharing options...
dmbpettit Posted June 28, 2007 Author Share Posted June 28, 2007 I guess I am a real noob, can you walk me through that? Link to comment Share on other sites More sharing options...
jipjip Posted June 28, 2007 Share Posted June 28, 2007 I think you need to add this in the darwin loader, when it's there, type in ? and then hit enter and then type it in. I'm not sure, I'm a noob as well Link to comment Share on other sites More sharing options...
CBMaster Posted June 28, 2007 Share Posted June 28, 2007 1. Open Terminal window 2. Type cd /System/Preferences/SystemConfiguration and hit Enter 3. Type sudo pico com.apple.Boot.plist and hit Enter 4. Enter your admin password. 5. Delete all text and add the following: <?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></string> <key>Boot Graphics</key> <string>Yes</string> <key>Quiet Boot</key> <string>No</string> <key>Timeout</key> <string>10</string> </dict> </plist> 6. Press Command+W to exit. Press Y to save. 7. Repair disk permissions 8. Reboot and good luck Link to comment Share on other sites More sharing options...
dmbpettit Posted June 28, 2007 Author Share Posted June 28, 2007 I followed your instructions several times and it didn't change anything. One thing that seemed strange was the line that starts "cd /system" after I hit enter, it doesn't appear to do anything. It just brings me back to the same prompt. Link to comment Share on other sites More sharing options...
Recommended Posts