Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 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 ext2
  37. set root='(/dev/sda,msdos4)'
  38. search --no-floppy --fs-uuid --set b8b2867d-270c-4477-aee5-230e4984156c
  39. if loadfont /usr/share/grub/unicode.pf2 ; then
  40. set gfxmode=640x480
  41. load_video
  42. insmod gfxterm
  43. fi
  44. terminal_output gfxterm
  45. insmod part_msdos
  46. insmod ext2
  47. set root='(/dev/sda,msdos4)'
  48. search --no-floppy --fs-uuid --set b8b2867d-270c-4477-aee5-230e4984156c
  49. set locale_dir=($root)/boot/grub/locale
  50. set lang=en
  51. insmod gettext
  52. set timeout=5
  53. ### END /etc/grub.d/00_header ###
  54.  
  55. ### BEGIN /etc/grub.d/05_debian_theme ###
  56. set menu_color_normal=cyan/blue
  57. set menu_color_highlight=white/blue
  58. ### END /etc/grub.d/05_debian_theme ###
  59.  
  60. ### BEGIN /etc/grub.d/06_mint_theme ###
  61. insmod part_msdos
  62. insmod ext2
  63. set root='(/dev/sda,msdos4)'
  64. search --no-floppy --fs-uuid --set b8b2867d-270c-4477-aee5-230e4984156c
  65. insmod png
  66. if background_image /boot/grub/linuxmint.png ; then
  67. set color_normal=white/black
  68. set color_highlight=white/light-gray
  69. else
  70. set menu_color_normal=white/black
  71. set menu_color_highlight=white/light-gray
  72. fi
  73. ### END /etc/grub.d/06_mint_theme ###
  74.  
  75. ### BEGIN /etc/grub.d/10_linux ###
  76. menuentry 'LinuxMint GNU/Linux, with Linux 2.6.32-5-686' --class linuxmint --class gnu-linux --class gnu --class os {
  77. insmod part_msdos
  78. insmod ext2
  79. set root='(/dev/sda,msdos4)'
  80. search --no-floppy --fs-uuid --set b8b2867d-270c-4477-aee5-230e4984156c
  81. echo 'Loading Linux 2.6.32-5-686 ...'
  82. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=b8b2867d-270c-4477-aee5-230e4984156c ro quiet
  83. echo 'Loading initial ramdisk ...'
  84. initrd /boot/initrd.img-2.6.32-5-686
  85. }
  86. menuentry 'LinuxMint GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os {
  87. insmod part_msdos
  88. insmod ext2
  89. set root='(/dev/sda,msdos4)'
  90. search --no-floppy --fs-uuid --set b8b2867d-270c-4477-aee5-230e4984156c
  91. echo 'Loading Linux 2.6.32-5-686 ...'
  92. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=b8b2867d-270c-4477-aee5-230e4984156c ro single
  93. echo 'Loading initial ramdisk ...'
  94. initrd /boot/initrd.img-2.6.32-5-686
  95. }
  96. ### END /etc/grub.d/10_linux ###
  97.  
  98. ### BEGIN /etc/grub.d/20_linux_xen ###
  99. ### END /etc/grub.d/20_linux_xen ###
  100.  
  101. ### BEGIN /etc/grub.d/30_os-prober ###
  102. menuentry "Upgrade Elive (on /dev/sda2)" {
  103. insmod part_msdos
  104. insmod ext2
  105. set root='(/dev/sda,msdos2)'
  106. search --no-floppy --fs-uuid --set b499a270-5dd8-4a62-8c03-c25e9b4fafc9
  107. linux /boot/vmlinuz-2.6.30.9-elive-686 vga=791 splash=silent quiet boot=eli quiet lang=es autoupgrade image_dir=upgrade/system resolution vga=791
  108. initrd /boot/initrd.img-2.6.30.9-elive-686
  109. }
  110. menuentry "Elive Elive-cuchy (on /dev/sda2)" {
  111. insmod part_msdos
  112. insmod ext2
  113. set root='(/dev/sda,msdos2)'
  114. search --no-floppy --fs-uuid --set b499a270-5dd8-4a62-8c03-c25e9b4fafc9
  115. linux /boot/vmlinuz-2.6.30.9-elive-686 root=UUID=b499a270-5dd8-4a62-8c03-c25e9b4fafc9 vga=791 splash=silent resume=swap:/dev/sda3 quiet
  116. initrd /boot/initrd.img-2.6.30.9-elive-686
  117. }
  118. menuentry "Elive Reparation for Elive-cuchy (on /dev/sda2)" {
  119. insmod part_msdos
  120. insmod ext2
  121. set root='(/dev/sda,msdos2)'
  122. search --no-floppy --fs-uuid --set b499a270-5dd8-4a62-8c03-c25e9b4fafc9
  123. linux /boot/vmlinuz-2.6.30.9-elive-686.nurse root=UUID=b499a270-5dd8-4a62-8c03-c25e9b4fafc9 vga=791 resume=swap:/dev/sda3 quiet nurse noentrance
  124. initrd /boot/initrd.img-2.6.30.9-elive-686.nurse
  125. }
  126. menuentry "Windows 7 (on /dev/sda1)" {
  127. insmod part_msdos
  128. insmod ntfs
  129. set root='(/dev/sda,msdos2)'
  130. search --no-floppy --fs-uuid --set b499a270-5dd8-4a62-8c03-c25e9b4fafc9
  131.  
  132. }
  133. menuentry "Memory RAM diagnostic (on /dev/sda2)" {
  134. insmod part_msdos
  135. insmod ext2
  136. set root='(/dev/sda,msdos2)'
  137. search --no-floppy --fs-uuid --set b499a270-5dd8-4a62-8c03-c25e9b4fafc9
  138. linux /boot/memtest86+.bin
  139. }
  140. ### END /etc/grub.d/30_os-prober ###
  141.  
  142. ### BEGIN /etc/grub.d/40_custom ###
  143. # This file provides an easy way to add custom menu entries. Simply type the
  144. # menu entries you want to add after this comment. Be careful not to change
  145. # the 'exec tail' line above.
  146. ### END /etc/grub.d/40_custom ###
  147.  
  148. ### BEGIN /etc/grub.d/41_custom ###
  149. if [ -f $prefix/custom.cfg ]; then
  150. source $prefix/custom.cfg;
  151. fi
  152. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement