用文本编辑器打开/boot/grub/menu.lst
加入这么一段:
“title Slackware
root (hd0,5)
chainloader +1”
这是我的menu.lst,你可以参考一下:
# Modified by YaST2. Last modification on Fri Aug 27 13:29:27 2004
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,6)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 vga=0x31a splash=silent desktop resume=/dev/hda8 showopts
initrd (hd0,6)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd0,0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: windows###
title Slackware
root (hd0,1)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 showopts ide=nodma apm=off acpi=off vga=normal noresume nosmp noapic maxcpus=0 3
initrd (hd0,6)/boot/initrd