Advertisement
Guest User

grub.cfg

a guest
Jul 25th, 2010
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by 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.  
  28. function load_video {
  29. insmod vbe
  30. insmod vga
  31. insmod video_bochs
  32. insmod video_cirrus
  33. }
  34.  
  35. insmod part_msdos
  36. insmod reiserfs
  37. set root='(hd0,msdos7)'
  38. search --no-floppy --fs-uuid --set a20620f8-dbcf-4740-9a0b-ffe0119ce253
  39. if loadfont /usr/share/grub/unicode.pf2 ; then
  40. set gfxmode=640x480
  41. load_video
  42. insmod gfxterm
  43. fi
  44. if terminal_output gfxterm ; then true ; else
  45. # For backward compatibility with versions of terminal.mod that don't
  46. # understand terminal_output
  47. terminal gfxterm
  48. fi
  49. insmod part_msdos
  50. insmod reiserfs
  51. set root='(hd0,msdos7)'
  52. search --no-floppy --fs-uuid --set a20620f8-dbcf-4740-9a0b-ffe0119ce253
  53. set locale_dir=($root)/boot/grub/locale
  54. set lang=ru
  55. insmod gettext
  56. set timeout=5
  57. ### END /etc/grub.d/00_header ###
  58.  
  59. ### BEGIN /etc/grub.d/05_debian_theme ###
  60. set menu_color_normal=cyan/blue
  61. set menu_color_highlight=white/blue
  62. ### END /etc/grub.d/05_debian_theme ###
  63.  
  64. ### BEGIN /etc/grub.d/10_linux ###
  65. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class
  66. gnu-linux --class gnu --class os {
  67. insmod part_msdos
  68. insmod reiserfs
  69. set root='(hd0,msdos7)'
  70. search --no-floppy --fs-uuid --set a20620f8-dbcf-4740-9a0b-ffe0119ce253
  71. echo 'Loading Linux 2.6.32-5-686 ...'
  72. linux /boot/vmlinuz-2.6.32-5-686
  73. root=UUID=a20620f8-dbcf-4740-9a0b-ffe0119ce253 ro all_generic_ide quiet
  74. echo 'Loading initial ramdisk ...'
  75. initrd /boot/initrd.img-2.6.32-5-686
  76. }
  77. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)' --class
  78. debian --class gnu-linux --class gnu --class os {
  79. insmod part_msdos
  80. insmod reiserfs
  81. set root='(hd0,msdos7)'
  82. search --no-floppy --fs-uuid --set a20620f8-dbcf-4740-9a0b-ffe0119ce253
  83. echo 'Loading Linux 2.6.32-5-686 ...'
  84. linux /boot/vmlinuz-2.6.32-5-686
  85. root=UUID=a20620f8-dbcf-4740-9a0b-ffe0119ce253 ro single all_generic_ide
  86. echo 'Loading initial ramdisk ...'
  87. initrd /boot/initrd.img-2.6.32-5-686
  88. }
  89. menuentry 'Debian GNU/Linux, with Linux 2.6.30-1-686' --class debian --class
  90. gnu-linux --class gnu --class os {
  91. insmod part_msdos
  92. insmod reiserfs
  93. set root='(hd0,msdos7)'
  94. search --no-floppy --fs-uuid --set a20620f8-dbcf-4740-9a0b-ffe0119ce253
  95. echo 'Loading Linux 2.6.30-1-686 ...'
  96. linux /boot/vmlinuz-2.6.30-1-686
  97. root=UUID=a20620f8-dbcf-4740-9a0b-ffe0119ce253 ro all_generic_ide quiet
  98. echo 'Loading initial ramdisk ...'
  99. initrd /boot/initrd.img-2.6.30-1-686
  100. menuentry 'Debian GNU/Linux, with Linux 2.6.30-1-686 (recovery mode)' --class
  101. debian --class gnu-linux --class gnu --class os {
  102. insmod part_msdos
  103. insmod reiserfs
  104. set root='(hd0,msdos7)'
  105. search --no-floppy --fs-uuid --set a20620f8-dbcf-4740-9a0b-ffe0119ce253
  106. echo 'Loading Linux 2.6.30-1-686 ...'
  107. linux /boot/vmlinuz-2.6.30-1-686
  108. root=UUID=a20620f8-dbcf-4740-9a0b-ffe0119ce253 ro single all_generic_ide
  109. echo 'Loading initial ramdisk ...'
  110. initrd /boot/initrd.img-2.6.30-1-686
  111. }
  112. ### END /etc/grub.d/10_linux ###
  113.  
  114. ### BEGIN /etc/grub.d/20_linux_xen ###
  115. ### END /etc/grub.d/20_linux_xen ###
  116.  
  117. ### BEGIN /etc/grub.d/30_os-prober ###
  118. ### END /etc/grub.d/30_os-prober ###
  119.  
  120. ### BEGIN /etc/grub.d/40_custom ###
  121. # This file provides an easy way to add custom menu entries. Simply type the
  122. # menu entries you want to add after this comment. Be careful not to change
  123. # the 'exec tail' line above.
  124. ### END /etc/grub.d/40_custom ###
  125.  
  126. ### BEGIN /etc/grub.d/41_custom ###
  127. if [ -f $prefix/custom.cfg ]; then
  128. source $prefix/custom.cfg;
  129. fi
  130. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement