Jump to content
2 posts in this topic

Recommended Posts

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>

×
×
  • Create New...