#32
帖子
由 smallapple » 2011-05-28 10:56
title xp/2003
root (hd0,x)
chainloader /ntldr
boot
title vista/win7
root hd0,x)
chainloader /bootmgr
boot
title Ubuntu
root (hd0,x)
kernel /boot/vmlinuz-xxx-xxx root=/dev/sda? quiet splash
initrd /boot/initrd.img-xxx-xxx
boot
红色部分按相应分区和内核版本
修改