Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 1.84 KB | Hits: 93 | Expires: Never
Copy text to clipboard
  1. # GRUB configuration file '/boot/grub/menu.lst'.
  2. # generated by 'grubconfig'.  Sun Jul  5 16:29:06 2009
  3. #
  4. # The backup copy of the MBR for drive '/dev/sda' is
  5. # here '/boot/grub/mbr.sda.10788'.  You can restore it like this.
  6. # dd if=/boot/grub/mbr.sda.10788 of=/dev/sda bs=512 count=1
  7. #
  8. # Start GRUB global section
  9. timeout 10
  10. color light-gray/blue black/light-gray
  11. gfxmenu /boot/grub/deep_stage1
  12. # End GRUB global section
  13. # Other bootable partition config begins
  14.   title Windows (on /dev/sda1)
  15.   rootnoverify (hd0,0)
  16.   makeactive
  17.   chainloader +1
  18. # Other bootable partition config ends
  19. # Linux bootable partition config begins
  20.  title Puppy Linux 420 frugal
  21.  rootnoverify (hd0,6)
  22.  kernel /puppy420/vmlinuz pmedia=atahd psubdir=puppy420 nosmp
  23.  initrd /puppy420/initrd.gz
  24.  # Ubuntu normal
  25.  title Ubuntu, Linux 2.6.31-20-generic
  26.  rootnoverify (hd0,11)
  27.  kernel /boot/vmlinuz-2.6.31-20-generic root=UUID=582f5ab8-b3b2-4ca1-bf02-bb09d1c4993f ro   quiet splash
  28.  initrd /boot/initrd.img-2.6.31-20-generic
  29.  # Ubuntu recovery
  30.  title Ubuntu, Linux 2.6.31-20-generic (recovery mode)
  31.  rootnoverify=(hd0,11)
  32.  kernel /boot/vmlinuz-2.6.31-20-generic root=UUID=582f5ab8-b3b2-4ca1-bf02-bb09d1c4993f ro single
  33.  initrd /boot/initrd.img-2.6.31-20-generic
  34.  # DSL
  35.  title Damn Small Linux kernel 2.4.x
  36.  rootnoverify (hd0,8)
  37.  kernel /boot/linux24 root=/dev/hda9 vga=normal
  38. # Linux bootable partition config ends
  39. # Other bootable partition config ends
  40. title Install GRUB to floppy disk (on /dev/fd0)
  41. pause Insert a formatted floppy disk and press enter.
  42. root (hd0,2)
  43. setup (fd0)
  44. pause Press enter to continue.
  45. title Install GRUB to Linux partition (on /dev/sda3)
  46. root (hd0,2)
  47. setup (hd0,2)
  48. pause Press enter to continue.
  49. title -     For help press 'c', then type: 'help'
  50. root (hd0)
  51. title -     For usage examples, type: 'cat /boot/grub/usage.txt'
  52. root (hd0)