Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. # GRUB configuration file '/boot/grub/menu.lst'.
  2. # generated by 'grubconfig'. Mon Nov 8 18:53:16 2010
  3. #
  4. # The backup copy of the MBR for drive '/dev/sda' is
  5. # here '/boot/grub/mbr.sda.30567'. You can restore it like this.
  6. # dd if=/boot/grub/mbr.sda.30567 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 Linux (on /dev/sda2)
  14. root (hd0,1)
  15. kernel /boot/vmlinuz root=/dev/sda2 ro vga=normal
  16. # Linux bootable partition config ends
  17. # Linux bootable partition config begins
  18. title Linux (on /dev/sdb1)
  19. root (hd1,0)
  20. kernel /boot/vmlinuz root=/dev/sdb1 ro vga=normal
  21. # Linux bootable partition config ends
  22. # Other bootable partition config begins
  23. title Windows (on /dev/sdc1)
  24. map (hd0) (hd2)
  25. map (hd2) (hd0)
  26. rootnoverify (hd2,0)
  27. makeactive
  28. chainloader +1
  29. # Other bootable partition config ends
  30. title Install GRUB to floppy disk (on /dev/fd0)
  31. pause Insert a formatted floppy disk and press enter.
  32. root (hd0,1)
  33. setup (fd0)
  34. pause Press enter to continue.
  35. title Install GRUB to Linux partition (on /dev/sda2)
  36. root (hd0,1)
  37. setup (hd0,1)
  38. pause Press enter to continue.
  39. title - For help press 'c', then type: 'help'
  40. root (hd0)
  41. title - For usage examples, type: 'cat /boot/grub/usage.txt'
  42. root (hd0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement