All pastes #2055484 Raw Edit

Unnamed

public text v1 · immutable
#2055484 ·published 2011-05-08 21:52 UTC
rendered paste body
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'.  Thu Apr 14 09:24:28 2011
#
# The backup copy of the MBR for drive '/dev/sdc' is
# here '/boot/grub/mbr.sdc.14283'.  You can restore it like this.
# dd if=/boot/grub/mbr.sdc.14283 of=/dev/sdc bs=512 count=1
#
# Start GRUB global section
timeout 5
color light-gray/blue black/light-gray
# End GRUB global section

# Linux bootable partition config begins

title Puppy Linux 525 frugal in sdc1 dir puppy525
rootnoverify (hd0,0)
kernel /puppy525/vmlinuz pmedia=atahd psubdir=puppy525
initrd /puppy525/initrd.gz

# Linux bootable partition config ends

#Linuxtest
 
title Puppy test
rootnoverify (hd0,0)
kernel /boottest/vmlinuz pmedia=atahd psubdir=boottest
initrd /boottest/initrd.gz

title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd1,0)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sdc1)
root (hd1,0)
setup (hd1,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)