版本是0.97
default 0
timeout 5
.......
120 ## ## End Default Options ##
121
122 title Debian GNU/Linux, kernel 2.6.26-2-686
123 root (hd0,2)
124 kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro quiet
125 initrd /boot/initrd.img-2.6.26-2-686
126
127 title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
128 root (hd0,2)
129 kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro single
130 initrd /boot/initrd.img-2.6.26-2-686
131
132 ### END DEBIAN AUTOMAGIC KERNELS LIST
133
134 # This is a divider, added to separate the menu items below from the Debian
135 # ones.
136 #title Other operating systems:
137 #root
138
139
140 # This entry automatically added by the Debian installer for a non-linux OS
141 # on /dev/sda1
142 title Microsoft Windows XP Professional
143 root (hd0,0)
144 savedefault
145 chainloader +1
--
Best Regards