|
发表于 2009-8-16 17:10:52
|
显示全部楼层
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Thu Mar 20 17:42:13 2008
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.4041'. You can restore it like this.
# dd if=mbr.sda.4041 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
#color light-gray/blue black/light-gray
# End GRUB global section
# Other bootable partition config begins
default 3
timeout 8
color light-gray/blue
###
title --- Slackware64 ---
root (hd0)
###
title Slackware64-least-kernel
root (hd0,8)
kernel /boot/vmlinuz root=/dev/sda9 vga=773
title Slackware64-last-kernel
root (hd0,8)
kernel /boot/vmlinuz.old root=/dev/sda9 vga=773
title Slackware64-generic-kernel
root (hd0,8)
kernel /boot/vmlinuz-generic-2.6.29.6 initrd=/boot/initrd.gz root=/dev/sda9 vga=773
initrd /boot/initrd.gz
###
title --- Slackware32 ---
root (hd0)
###
title Slackware Linux lastest kernel
root (hd0,6)
kernel /boot/vmlinuz root=/dev/sda7 resume=/dev/sda5 vga=773 snd-hda-intel.position_fix=1
title Slackware Linux the last kernel
root (hd0,6)
kernel /boot/vmlinuz.old root=/dev/sda7 resume=/dev/sda5 vga=773 snd-hda-intel.position_fix=1
title Slackware Linux 2.6.27.21
root (hd0,6)
kernel /boot/vmlinuz-2.6.27.21-slk-based-2 root=/dev/sda7 resume=/dev/sda5 vga=773 snd-hda-intel.position_fix=1
title Slackware Linux 2.6.29
root (hd0,6)
kernel /boot/vmlinuz-2.6.29.1-g14-rfkill-nophy-ledon resume=/dev/sda5 root=/dev/sda7 vga=773 snd-hda-intel.position_fix=1
title Official Slackware Linux Kernel
root (hd0,6)
kernel /boot/vmlinuz-generic-smp-2.6.29.1-smp initrd=/boot/initrd.gz root=/dev/sda7 vga=773
initrd /boot/initrd.gz
title --- No Windows at All! ;)
root (hd0)
#title Winows
# rootnoverify (hd0,1)
# chainloader (hd0,1)+1
# Linux bootable partition config ends
title --- For help press 'c', type: 'help'
root (hd0)
title --- For usage examples, type: 'cat /boot/grub/grub.txt'
root (hd0) |
|