Advertisement
Guest User

menu.lst

a guest
Sep 21st, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. # GRUB configuration file '/boot/grub/menu.lst'.
  2. # generated by 'grubconfig'.  Fri Sep 21 16:16:27 2012
  3. #
  4. # The backup copy of the MBR for drive '/dev/sda' is
  5. # here '/boot/grub/mbr.sda.2639'.  You can restore it like this.
  6. # dd if=/boot/grub/mbr.sda.2639 of=/dev/sda bs=512 count=1
  7. #
  8. # Start GRUB global section
  9. #timeout 30
  10. color light-gray/blue black/light-gray
  11. # End GRUB global section
  12. # Other bootable partition config begins
  13.   title Windows XP
  14.   rootnoverify (hd0,0)
  15.   makeactive
  16.   chainloader +1
  17. # Other bootable partition config ends
  18. # Linux bootable partition config begins
  19.   title Puppy Linux
  20.   root (hd0,1)
  21.   kernel /boot/vmlinuz root=/dev/sda2 ro vga=normal
  22. # Linux bootable partition config ends
  23. # Linux bootable partition config begins
  24.   title Backtrack Linux
  25.   root (hd0,5)
  26.   kernel /casper/vmlinuz root=/dev/sda6 ro vga=normal
  27.   initrd /casper/initrd.gz
  28. # Linux bootable partition config ends
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement