# GRUB configuration file '/boot/grub/menu.lst'. # generated by 'grubconfig'. Sat Jan 1 23:49:40 2005 # # The backup copy of the MBR for drive '/dev/hda' is # here '/boot/grub/mbr.hda.1250'. You can restore it like this. # dd if=/boot/grub/mbr.hda.1250 of=/dev/hda bs=512 count=1 # # Start GRUB global section default 0 timeout 5 fallback 1 color light-gray/blue black/light-gray password --md5 MD5_SUM_HERE # End GRUB global section # Linux bootable partition config begins title linux root (hd0,0) kernel /boot/vmlinuz-2.6.10-cko3 root=/dev/hda1 vga=extended console=tty6 noinitrd acpi_os_name=Linux ro # initrd /boot/ACPI-DSDT.initrd # Linux bootable partition config begins (backup) title olinux (backup) root (hd0,0) kernel /boot/vmlinuz-2.6.10-cko3o root=/dev/hda1 vga=extended console=tty6 noinitrd acpi_os_name=Linux ro # initrd /boot/ACPI-DSDT.initrd.bak # Linux bootable partition config ends # Other bootable partition config begins title plan9 (on /dev/hda3) rootnoverify (hd0,2) chainloader +1 # Other bootable partition config ends #title Install GRUB to floppy disk (on /dev/fd0) #pause Insert a formatted floppy disk and press enter. #root (hd0,0) #setup (fd0) #pause Press enter to continue. #title Install GRUB to Linux partition (on /dev/hda1) #root (hd0,0) #setup (hd0,0) #pause Press enter to continue. #title - For help press 'c', then type: 'help' #root (hd0) #title - For usage examples, type: 'cat /boot/grub/usage.txt' #root (hd0)