Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 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. set have_grubenv=true
  11. load_env
  12. fi
  13. set default="0"
  14. if [ "${prev_saved_entry}" ]; then
  15. set saved_entry="${prev_saved_entry}"
  16. save_env saved_entry
  17. set prev_saved_entry=
  18. save_env prev_saved_entry
  19. set boot_once=true
  20. fi
  21.  
  22. function savedefault {
  23. if [ -z "${boot_once}" ]; then
  24. saved_entry="${chosen}"
  25. save_env saved_entry
  26. fi
  27. }
  28.  
  29. function recordfail {
  30. set recordfail=1
  31. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  32. }
  33.  
  34. function load_video {
  35. insmod vbe
  36. insmod vga
  37. }
  38.  
  39. insmod part_msdos
  40. insmod ext2
  41. set root='(hd0,msdos2)'
  42. search --no-floppy --fs-uuid --set 37917b5c-3db8-4679-ae08-3283656faaa4
  43. if loadfont /usr/share/grub/unicode.pf2 ; then
  44. set gfxmode=640x480
  45. load_video
  46. insmod gfxterm
  47. fi
  48. terminal_output gfxterm
  49. insmod part_msdos
  50. insmod ext2
  51. set root='(hd0,msdos2)'
  52. search --no-floppy --fs-uuid --set 37917b5c-3db8-4679-ae08-3283656faaa4
  53. set locale_dir=($root)/boot/grub/locale
  54. set lang=es
  55. insmod gettext
  56. if [ "${recordfail}" = 1 ]; then
  57. set timeout=-1
  58. else
  59. set timeout=10
  60. fi
  61. ### END /etc/grub.d/00_header ###
  62.  
  63. ### BEGIN /etc/grub.d/05_debian_theme ###
  64. set menu_color_normal=white/black
  65. set menu_color_highlight=black/light-gray
  66. ### END /etc/grub.d/05_debian_theme ###
  67.  
  68. ### BEGIN /etc/grub.d/10_linux ###
  69. menuentry 'Ubuntu, with Linux 2.6.35-22-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  70. recordfail
  71. insmod part_msdos
  72. insmod ext2
  73. set root='(hd0,msdos2)'
  74. search --no-floppy --fs-uuid --set 37917b5c-3db8-4679-ae08-3283656faaa4
  75. linux /boot/vmlinuz-2.6.35-22-generic-pae root=UUID=37917b5c-3db8-4679-ae08-3283656faaa4 ro quiet
  76. initrd /boot/initrd.img-2.6.35-22-generic-pae
  77. }
  78. menuentry 'Ubuntu, with Linux 2.6.35-22-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  79. recordfail
  80. insmod part_msdos
  81. insmod ext2
  82. set root='(hd0,msdos2)'
  83. search --no-floppy --fs-uuid --set 37917b5c-3db8-4679-ae08-3283656faaa4
  84. echo 'Loading Linux 2.6.35-22-generic-pae ...'
  85. linux /boot/vmlinuz-2.6.35-22-generic-pae root=UUID=37917b5c-3db8-4679-ae08-3283656faaa4 ro single
  86. echo 'Loading initial ramdisk ...'
  87. initrd /boot/initrd.img-2.6.35-22-generic-pae
  88. }
  89. ### END /etc/grub.d/10_linux ###
  90.  
  91. ### BEGIN /etc/grub.d/11_byduodyn ###
  92. Antel Integra
  93. menuentry "Antel Integra" {
  94. set root=(hd0,0)
  95. Linux /boot/vmlinuz-3.2.0-31-generic
  96. intird /boot/initrd.img-3.2.0-31-generic
  97. }
  98. ### END /etc/grub.d/11_byduodyn ###
  99.  
  100. ### BEGIN /etc/grub.d/17_custom ###
  101. if [ -f $prefix/custom.cfg ]; then
  102. source $prefix/custom.cfg;
  103. fi
  104. ### END /etc/grub.d/17_custom ###
  105.  
  106. ### BEGIN /etc/grub.d/20_linux_xen ###
  107. ### END /etc/grub.d/20_linux_xen ###
  108.  
  109. ### BEGIN /etc/grub.d/20_memtest86+ ###
  110. menuentry "Memory test (memtest86+)" {
  111. insmod part_msdos
  112. insmod ext2
  113. set root='(hd0,msdos2)'
  114. search --no-floppy --fs-uuid --set 37917b5c-3db8-4679-ae08-3283656faaa4
  115. linux16 /boot/memtest86+.bin
  116. }
  117. menuentry "Memory test (memtest86+, serial console 115200)" {
  118. insmod part_msdos
  119. insmod ext2
  120. set root='(hd0,msdos2)'
  121. search --no-floppy --fs-uuid --set 37917b5c-3db8-4679-ae08-3283656faaa4
  122. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  123. }
  124. ### END /etc/grub.d/20_memtest86+ ###
  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