Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 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.  
  28. function recordfail {
  29. set recordfail=1
  30. if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
  31. }
  32. insmod ext2
  33. set root='(hd0,0)'
  34. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  35. if loadfont /usr/share/grub/unicode.pf2 ; then
  36. set gfxmode=640x480
  37. insmod gfxterm
  38. insmod vbe
  39. if terminal_output gfxterm ; then true ; else
  40. # For backward compatibility with versions of terminal.mod that don't
  41. # understand terminal_output
  42. terminal gfxterm
  43. fi
  44. fi
  45. insmod ext2
  46. set root='(hd0,0)'
  47. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  48. set locale_dir=($root)/boot/grub/locale
  49. set lang=en
  50. insmod gettext
  51. if [ ${recordfail} = 1 ]; then
  52. set timeout=-1
  53. else
  54. set timeout=10
  55. fi
  56. ### END /etc/grub.d/00_header ###
  57.  
  58. ### BEGIN /etc/grub.d/05_debian_theme ###
  59. set menu_color_normal=white/black
  60. set menu_color_highlight=black/light-gray
  61. ### END /etc/grub.d/05_debian_theme ###
  62.  
  63. ### BEGIN /etc/grub.d/06_mint_theme ###
  64. insmod ext2
  65. set root='(hd0,0)'
  66. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  67. insmod png
  68. if background_image /boot/grub/linuxmint.png ; then
  69. set color_normal=white/black
  70. set color_highlight=white/light-gray
  71. else
  72. set menu_color_normal=white/black
  73. set menu_color_highlight=white/light-gray
  74. fi
  75. ### END /etc/grub.d/06_mint_theme ###
  76.  
  77. ### BEGIN /etc/grub.d/10_linux ###
  78. menuentry "Linux Mint 9, 2.6.32-24-generic (/dev/sdb1)" --class linuxmint --class gnu-linux --class gnu --class os {
  79. recordfail
  80. insmod ext2
  81. set root='(hd0,0)'
  82. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  83. linux /boot/vmlinuz-2.6.32-24-generic root=UUID=ea94c45c-b4e0-43df-9aab-e2e7bf010913 ro quiet splash
  84. initrd /boot/initrd.img-2.6.32-24-generic
  85. }
  86. menuentry "Linux Mint 9, 2.6.32-24-generic (/dev/sdb1) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
  87. recordfail
  88. insmod ext2
  89. set root='(hd0,0)'
  90. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  91. echo 'Loading Linux 2.6.32-24-generic ...'
  92. linux /boot/vmlinuz-2.6.32-24-generic root=UUID=ea94c45c-b4e0-43df-9aab-e2e7bf010913 ro single
  93. echo 'Loading initial ramdisk ...'
  94. initrd /boot/initrd.img-2.6.32-24-generic
  95. }
  96. menuentry "Linux Mint 9, 2.6.32-21-generic (/dev/sdb1)" --class linuxmint --class gnu-linux --class gnu --class os {
  97. recordfail
  98. insmod ext2
  99. set root='(hd0,0)'
  100. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  101. linux /boot/vmlinuz-2.6.32-21-generic root=UUID=ea94c45c-b4e0-43df-9aab-e2e7bf010913 ro quiet splash
  102. initrd /boot/initrd.img-2.6.32-21-generic
  103. }
  104. menuentry "Linux Mint 9, 2.6.32-21-generic (/dev/sdb1) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
  105. recordfail
  106. insmod ext2
  107. set root='(hd0,0)'
  108. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  109. echo 'Loading Linux 2.6.32-21-generic ...'
  110. linux /boot/vmlinuz-2.6.32-21-generic root=UUID=ea94c45c-b4e0-43df-9aab-e2e7bf010913 ro single
  111. echo 'Loading initial ramdisk ...'
  112. initrd /boot/initrd.img-2.6.32-21-generic
  113. }
  114. ### END /etc/grub.d/10_linux ###
  115.  
  116. ### BEGIN /etc/grub.d/10_lupin ###
  117. ### END /etc/grub.d/10_lupin ###
  118.  
  119. ### BEGIN /etc/grub.d/20_memtest86+ ###
  120. menuentry "Memory test (memtest86+)" {
  121. insmod ext2
  122. set root='(hd0,0)'
  123. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  124. linux16 /boot/memtest86+.bin
  125. }
  126. menuentry "Memory test (memtest86+, serial console 115200)" {
  127. insmod ext2
  128. set root='(hd0,0)'
  129. search --no-floppy --fs-uuid --set ea94c45c-b4e0-43df-9aab-e2e7bf010913
  130. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  131. }
  132. ### END /etc/grub.d/20_memtest86+ ###
  133.  
  134. ### BEGIN /etc/grub.d/30_os-prober ###
  135. menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
  136. insmod ntfs
  137. set root='(hd0,1)'
  138. search --no-floppy --fs-uuid --set 142cfa762cfa526a
  139. drivemap -s (hd0) ${root}
  140. chainloader +1
  141. }
  142. ### END /etc/grub.d/30_os-prober ###
  143.  
  144. ### BEGIN /etc/grub.d/40_custom ###
  145. # This file provides an easy way to add custom menu entries. Simply type the
  146. # menu entries you want to add after this comment. Be careful not to change
  147. # the 'exec tail' line above.
  148. ### END /etc/grub.d/40_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement