risingfish Posted May 10, 2008 Share Posted May 10, 2008 Would someone post their com.apple.boot.plist file with a Windows Boot section? I've been unable to find an examnple of this that I can use to dual boot OSX86 and Windows Vista. Thanks! R Link to comment https://www.insanelymac.com/forum/topic/104201-comapplebootplist-with-windows-section/ Share on other sites More sharing options...
Gujal Posted May 11, 2008 Share Posted May 11, 2008 There is no entry for Vista in com.apple.boot.plist file. All it requires is the Timeout to be set, once set upon boot will give you an option to press any key and count down. If any key is pressed, it will list the partitions on the Harddisk, be it Tiger, Leopard or Vista. The only requirement is Vista and Leopard be in the same harddisk. Here is my file <?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>Timeout</key> <string>20</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/104201-comapplebootplist-with-windows-section/#findComment-742822 Share on other sites More sharing options...
Recommended Posts