Advertisement
Guest User

cesurasean

a guest
Mar 2nd, 2010
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by /usr/sbin/grub-mkconfig using templates
  5. # from /etc/grub.d and settings from /etc/default/grub
  6. #
  7.  
  8. ### BEGIN /etc/grub.d/00_header ###
  9. if [ -s $prefix/grubenv ]; then
  10. load_env
  11. fi
  12. set default="0"
  13. if [ ${prev_saved_entry} ]; then
  14. set saved_entry=${prev_saved_entry}
  15. save_env saved_entry
  16. set prev_saved_entry=
  17. save_env prev_saved_entry
  18. set boot_once=true
  19. fi
  20.  
  21. function savedefault {
  22. if [ -z ${boot_once} ]; then
  23. saved_entry=${chosen}
  24. save_env saved_entry
  25. fi
  26. }
  27. insmod ext2
  28. set root=(hd0,1)
  29. search --no-floppy --fs-uuid --set edd43eb1-092f-4e8a-993a-726f0779cfc1
  30. if loadfont /usr/share/grub/unicode.pf2 ; then
  31. set gfxmode=640x480
  32. insmod gfxterm
  33. insmod vbe
  34. if terminal_output gfxterm ; then true ; else
  35. # For backward compatibility with versions of terminal.mod that don't
  36. # understand terminal_output
  37. terminal gfxterm
  38. fi
  39. fi
  40. set locale_dir=/boot/grub/locale
  41. set lang=en
  42. insmod gettext
  43. set timeout=5
  44. ### END /etc/grub.d/00_header ###
  45.  
  46. ### BEGIN /etc/grub.d/05_debian_theme ###
  47. set menu_color_normal=cyan/blue
  48. set menu_color_highlight=white/blue
  49. ### END /etc/grub.d/05_debian_theme ###
  50.  
  51. ### BEGIN /etc/grub.d/10_linux ###
  52. #menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686" {
  53. # insmod ext2
  54. # set root=(hd0,1)
  55. # search --no-floppy --fs-uuid --set edd43eb1-092f-4e8a-993a-726f0779cfc1
  56. # echo Loading Linux 2.6.32-trunk-686 ...
  57. # linux /boot/vmlinuz-2.6.32-trunk-686 root=UUID=edd43eb1-092f-4e8a-993a-726f0779cfc1 ro
  58. # echo Loading initial ramdisk ...
  59. # initrd /boot/initrd.img-2.6.32-trunk-686
  60. #}
  61. #menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode)" {
  62. # insmod ext2
  63. # set root=(hd0,1)
  64. # search --no-floppy --fs-uuid --set edd43eb1-092f-4e8a-993a-726f0779cfc1
  65. # echo Loading Linux 2.6.32-trunk-686 ...
  66. # linux /boot/vmlinuz-2.6.32-trunk-686 root=UUID=edd43eb1-092f-4e8a-993a-726f0779cfc1 ro single
  67. # echo Loading initial ramdisk ...
  68. # initrd /boot/initrd.img-2.6.32-trunk-686
  69. #}
  70. menuentry "Debian GNU/Linux, with Linux 2.6.26-2-686" {
  71. insmod ext2
  72. set root=(hd0,1)
  73. search --no-floppy --fs-uuid --set edd43eb1-092f-4e8a-993a-726f0779cfc1
  74. echo Loading Linux 2.6.26-2-686 ...
  75. linux /boot/vmlinuz-2.6.26-2-686 root=UUID=edd43eb1-092f-4e8a-993a-726f0779cfc1 ro
  76. echo Loading initial ramdisk ...
  77. initrd /boot/initrd.img-2.6.26-2-686
  78. }
  79. menuentry "Debian GNU/Linux, with Linux 2.6.26-2-686 (recovery mode)" {
  80. insmod ext2
  81. set root=(hd0,1)
  82. search --no-floppy --fs-uuid --set edd43eb1-092f-4e8a-993a-726f0779cfc1
  83. echo Loading Linux 2.6.26-2-686 ...
  84. linux /boot/vmlinuz-2.6.26-2-686 root=UUID=edd43eb1-092f-4e8a-993a-726f0779cfc1 ro single
  85. echo Loading initial ramdisk ...
  86. initrd /boot/initrd.img-2.6.26-2-686
  87. }
  88. menuentry "Debian GNU/Linux, with Linux 2.6.26-1-686" {
  89. insmod ext2
  90. set root=(hd0,1)
  91. search --no-floppy --fs-uuid --set edd43eb1-092f-4e8a-993a-726f0779cfc1
  92. echo Loading Linux 2.6.26-1-686 ...
  93. linux /boot/vmlinuz-2.6.26-1-686 root=UUID=edd43eb1-092f-4e8a-993a-726f0779cfc1 ro
  94. echo Loading initial ramdisk ...
  95. initrd /boot/initrd.img-2.6.26-1-686
  96. }
  97. menuentry "Debian GNU/Linux, with Linux 2.6.26-1-686 (recovery mode)" {
  98. insmod ext2
  99. set root=(hd0,1)
  100. search --no-floppy --fs-uuid --set edd43eb1-092f-4e8a-993a-726f0779cfc1
  101. echo Loading Linux 2.6.26-1-686 ...
  102. linux /boot/vmlinuz-2.6.26-1-686 root=UUID=edd43eb1-092f-4e8a-993a-726f0779cfc1 ro single
  103. echo Loading initial ramdisk ...
  104. initrd /boot/initrd.img-2.6.26-1-686
  105. }
  106. ### END /etc/grub.d/10_linux ###
  107.  
  108. ### BEGIN /etc/grub.d/30_os-prober ###
  109. ### END /etc/grub.d/30_os-prober ###
  110.  
  111. ### BEGIN /etc/grub.d/40_custom ###
  112. # This file provides an easy way to add custom menu entries. Simply type the
  113. # menu entries you want to add after this comment. Be careful not to change
  114. # the 'exec tail' line above.
  115. ### END /etc/grub.d/40_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement