barjac

grub.cfg

Oct 2nd, 2010
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. set default=4
  2. set timeout=10
  3. insmod ext2
  4. set root=(hd0,1)
  5. search --no-floppy --fs-uuid --set b3c462e9-fb8e-463a-a966-6d1824dee9d3
  6.  
  7. set menu_color_normal=cyan/blue
  8. set menu_color_highlight=yellow/blue
  9.  
  10. menuentry 'Mandriva 2009.0' {
  11. set root=(hd0,5)
  12. chainloader +1
  13. }
  14.  
  15. menuentry 'Mandriva 2009.1' {
  16. set root=(hd0,10)
  17. chainloader +1
  18. }
  19.  
  20. menuentry 'Mandriva 2010.0' {
  21. set root=(hd0,13)
  22. chainloader +1
  23. }
  24.  
  25. menuentry 'Mandriva 2010.1' {
  26. set root=(hd0,19)
  27. chainloader +1
  28. }
  29.  
  30. menuentry 'Mandriva 2010.1 x86-64' {
  31. set root=(hd0,21)
  32. chainloader +1
  33. }
  34.  
  35. menuentry 'Mandriva 2011.0 Cooker' {
  36. set root=(hd0,16)
  37. chainloader +1
  38. }
  39.  
  40. menuentry 'PCLinuxOS' {
  41. set root=(hd0,17)
  42. chainloader +1
  43. }
  44.  
  45. menuentry 'Ubuntu 10.04' {
  46. set root=(hd0,15)
  47. chainloader +1
  48. }
  49.  
  50. menuentry 'Slackware 13' {
  51. linux (hd0,23)/boot/vmlinuz root=/dev/sda23 ro vga=788
  52. }
  53.  
  54. menuentry 'PCLOS Live' {
  55. linux (hd0,1)/isolinux/vmlinuz vga=788 livecd=livecd fromusb root=/dev/sda1 acpi=on fstab=rw,noauto
  56. initrd (hd0,1)/isolinux/initrd.gz
  57. }
  58.  
  59. menuentry 'HD Installer i586' {
  60. linux (hd0,1)/i586/vmlinuz-all BOOT_IMAGE=all-install root=/dev/ram3 ramdisk_size=32000 vga=791
  61. initrd (hd0,1)/i586/all.rdz
  62. }
  63.  
  64. menuentry 'HD Installer x86_64' {
  65. linux (hd0,1)/x86_64/vmlinuz-all BOOT_IMAGE=all-install root=/dev/ram3 ramdisk_size=32000 vga=791
  66. initrd (hd0,1)/x86_64/all.rdz
  67. }
Add Comment
Please, Sign In to add comment