Advertisement
Dj_Dexter

menu.lst (grub legacy)

Sep 26th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # GRUB configuration file '/boot/grub/menu.lst'.
  2. # generated by 'grubconfig'. Fri May 11 02:21:11 2012
  3. #
  4. # The backup copy of the MBR for drive '/dev/sda' is
  5. # here '/boot/grub/mbr.sda.1594'. You can restore it like this.
  6. # dd if=mbr.sda.1594 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. # Linux bootable partition config begins
  13. title slackware on (/dev/sda1)
  14. root (hd0,0)
  15. kernel /boot/vmlinuz-generic-3.2.45 root=/dev/sda1 ro vga=normal noapic nolapic no_fwh_detect
  16. initrd /boot/initrd.gz
  17. title Debian Sid on (/dev/sdb1)
  18. root (hd1,0)
  19. kernel /boot/vmlinuz-3.8-2-686-pae root=/dev/sdb1 ro vga=normal noapic nolapic
  20. initrd /boot/initrd.img-3.8-2-686-pae
  21. # Linux bootable partition config ends
  22. title --- For help press 'c', type: 'help'
  23. root (hd0)
  24. title --- For usage examples, type: 'cat /boot/grub/grub.txt'
  25. root (hd0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement