Advertisement
josejuanmontiel

grub.conf

Mar 23rd, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 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 lvm
  36. insmod part_msdos
  37. insmod ext2
  38. set root='(debian-root)'
  39. search --no-floppy --fs-uuid --set=root 62de5e60-088a-4e4f-86fd-83d949d117d3
  40. if loadfont /usr/share/grub/unicode.pf2 ; then
  41. set gfxmode=640x480
  42. load_video
  43. insmod gfxterm
  44. insmod part_msdos
  45. insmod ext2
  46. set root='(hd0,msdos1)'
  47. search --no-floppy --fs-uuid --set=root cf8af0b5-6a00-46d4-b314-4f6fdde221f5
  48. set locale_dir=($root)/grub/locale
  49. set lang=es_ES
  50. insmod gettext
  51. fi
  52. terminal_output gfxterm
  53. set timeout=5
  54. ### END /etc/grub.d/00_header ###
  55.  
  56. ### BEGIN /etc/grub.d/05_debian_theme ###
  57. insmod lvm
  58. insmod part_msdos
  59. insmod ext2
  60. set root='(debian-root)'
  61. search --no-floppy --fs-uuid --set=root 62de5e60-088a-4e4f-86fd-83d949d117d3
  62. insmod png
  63. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  64. set color_normal=light-gray/black
  65. set color_highlight=white/black
  66. else
  67. set menu_color_normal=cyan/blue
  68. set menu_color_highlight=white/blue
  69. fi
  70. ### END /etc/grub.d/05_debian_theme ###
  71.  
  72. ### BEGIN /etc/grub.d/10_linux ###
  73. menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-rt-amd64' --class debian --class gnu-linux --class gnu --class os {
  74. insmod gzio
  75. insmod part_msdos
  76. insmod ext2
  77. set root='(hd0,msdos1)'
  78. search --no-floppy --fs-uuid --set=root cf8af0b5-6a00-46d4-b314-4f6fdde221f5
  79. echo 'Loading Linux 3.2.0-1-rt-amd64 ...'
  80. linux /vmlinuz-3.2.0-1-rt-amd64 root=/dev/mapper/debian-root ro quiet
  81. echo 'Loading initial ramdisk ...'
  82. initrd /initrd.img-3.2.0-1-rt-amd64
  83. }
  84. menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-rt-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  85. insmod gzio
  86. insmod part_msdos
  87. insmod ext2
  88. set root='(hd0,msdos1)'
  89. search --no-floppy --fs-uuid --set=root cf8af0b5-6a00-46d4-b314-4f6fdde221f5
  90. echo 'Loading Linux 3.2.0-1-rt-amd64 ...'
  91. linux /vmlinuz-3.2.0-1-rt-amd64 root=/dev/mapper/debian-root ro single
  92. echo 'Loading initial ramdisk ...'
  93. initrd /initrd.img-3.2.0-1-rt-amd64
  94. }
  95. ### END /etc/grub.d/10_linux ###
  96.  
  97. ### BEGIN /etc/grub.d/20_linux_xen ###
  98. submenu "Xen 4.1-amd64" {
  99. menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-1-rt-amd64' --class debian --class gnu-linux --class gnu --class os --class xen {
  100. insmod part_msdos
  101. insmod ext2
  102. set root='(hd0,msdos1)'
  103. search --no-floppy --fs-uuid --set=root cf8af0b5-6a00-46d4-b314-4f6fdde221f5
  104. echo 'Loading Xen 4.1-amd64 ...'
  105. multiboot /xen-4.1-amd64.gz placeholder
  106. echo 'Loading Linux 3.2.0-1-rt-amd64 ...'
  107. module /vmlinuz-3.2.0-1-rt-amd64 placeholder root=/dev/mapper/debian-root ro quiet
  108. echo 'Loading initial ramdisk ...'
  109. module /initrd.img-3.2.0-1-rt-amd64
  110. }
  111. menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-1-rt-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
  112. insmod part_msdos
  113. insmod ext2
  114. set root='(hd0,msdos1)'
  115. search --no-floppy --fs-uuid --set=root cf8af0b5-6a00-46d4-b314-4f6fdde221f5
  116. echo 'Loading Xen 4.1-amd64 ...'
  117. multiboot /xen-4.1-amd64.gz placeholder
  118. echo 'Loading Linux 3.2.0-1-rt-amd64 ...'
  119. module /vmlinuz-3.2.0-1-rt-amd64 placeholder root=/dev/mapper/debian-root ro single
  120. echo 'Loading initial ramdisk ...'
  121. module /initrd.img-3.2.0-1-rt-amd64
  122. }
  123. }
  124. ### END /etc/grub.d/20_linux_xen ###
  125.  
  126. ### BEGIN /etc/grub.d/30_os-prober ###
  127. ### END /etc/grub.d/30_os-prober ###
  128.  
  129. ### BEGIN /etc/grub.d/40_custom ###
  130. # This file provides an easy way to add custom menu entries. Simply type the
  131. # menu entries you want to add after this comment. Be careful not to change
  132. # the 'exec tail' line above.
  133. ### END /etc/grub.d/40_custom ###
  134.  
  135. ### BEGIN /etc/grub.d/41_custom ###
  136. if [ -f $prefix/custom.cfg ]; then
  137. source $prefix/custom.cfg;
  138. fi
  139. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement