Advertisement
inukaze

Inukaze - Debian - Grub.cfg

Apr 15th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. Debian - Grub.cfg
  2.  
  3.  
  4. #
  5. # DO NOT EDIT THIS FILE
  6. #
  7. # It is automatically generated by grub-mkconfig using templates
  8. # from /etc/grub.d and settings from /etc/default/grub
  9. #
  10.  
  11. ### BEGIN /etc/grub.d/00_header ###
  12. if [ -s $prefix/grubenv ]; then
  13. load_env
  14. fi
  15. set default="0"
  16. if [ "${prev_saved_entry}" ]; then
  17. set saved_entry="${prev_saved_entry}"
  18. save_env saved_entry
  19. set prev_saved_entry=
  20. save_env prev_saved_entry
  21. set boot_once=true
  22. fi
  23.  
  24. function savedefault {
  25. if [ -z "${boot_once}" ]; then
  26. saved_entry="${chosen}"
  27. save_env saved_entry
  28. fi
  29. }
  30.  
  31. function load_video {
  32. insmod vbe
  33. insmod vga
  34. insmod video_bochs
  35. insmod video_cirrus
  36. }
  37.  
  38. insmod part_msdos
  39. insmod ext2
  40. set root='(hd2,msdos7)'
  41. search --no-floppy --fs-uuid --set 528c7668-5027-43cd-a5fa-283f06ae97c7
  42. if loadfont /usr/share/grub/unicode.pf2 ; then
  43. set gfxmode=640x480
  44. load_video
  45. insmod gfxterm
  46. fi
  47. terminal_output gfxterm
  48. insmod part_msdos
  49. insmod ext2
  50. set root='(hd2,msdos7)'
  51. search --no-floppy --fs-uuid --set 528c7668-5027-43cd-a5fa-283f06ae97c7
  52. set locale_dir=($root)/boot/grub/locale
  53. set lang=es
  54. insmod gettext
  55. set timeout=5
  56. ### END /etc/grub.d/00_header ###
  57.  
  58. ### BEGIN /etc/grub.d/05_debian_theme ###
  59. insmod part_msdos
  60. insmod ext2
  61. set root='(hd2,msdos7)'
  62. search --no-floppy --fs-uuid --set 528c7668-5027-43cd-a5fa-283f06ae97c7
  63. insmod png
  64. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  65. set color_normal=light-gray/black
  66. set color_highlight=white/black
  67. else
  68. set menu_color_normal=cyan/blue
  69. set menu_color_highlight=white/blue
  70. fi
  71. ### END /etc/grub.d/05_debian_theme ###
  72.  
  73. ### BEGIN /etc/grub.d/10_linux ###
  74. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
  75. insmod part_msdos
  76. insmod ext2
  77. set root='(hd2,msdos7)'
  78. search --no-floppy --fs-uuid --set 528c7668-5027-43cd-a5fa-283f06ae97c7
  79. echo 'Loading Linux 2.6.32-5-amd64 ...'
  80. linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=528c7668-5027-43cd-a5fa-283f06ae97c7 ro quiet
  81. echo 'Loading initial ramdisk ...'
  82. initrd /boot/initrd.img-2.6.32-5-amd64
  83. }
  84. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  85. insmod part_msdos
  86. insmod ext2
  87. set root='(hd2,msdos7)'
  88. search --no-floppy --fs-uuid --set 528c7668-5027-43cd-a5fa-283f06ae97c7
  89. echo 'Loading Linux 2.6.32-5-amd64 ...'
  90. linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=528c7668-5027-43cd-a5fa-283f06ae97c7 ro single
  91. echo 'Loading initial ramdisk ...'
  92. initrd /boot/initrd.img-2.6.32-5-amd64
  93. }
  94. ### END /etc/grub.d/10_linux ###
  95.  
  96. ### BEGIN /etc/grub.d/20_linux_xen ###
  97. ### END /etc/grub.d/20_linux_xen ###
  98.  
  99. ### BEGIN /etc/grub.d/30_os-prober ###
  100. menuentry "Ubuntu 10.04.3 LTS, kernel 3.1.1-030101-generic (on /dev/sdb2)" {
  101. insmod part_msdos
  102. insmod ext2
  103. set root='(hd1,msdos2)'
  104. search --no-floppy --fs-uuid --set 6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f
  105. linux /boot/vmlinuz-3.1.1-030101-generic root=UUID=6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f ro quiet splash
  106. initrd /boot/initrd.img-3.1.1-030101-generic
  107. }
  108. menuentry "Ubuntu 10.04.3 LTS, kernel 3.1.1-030101-generic (recovery mode) (on /dev/sdb2)" {
  109. insmod part_msdos
  110. insmod ext2
  111. set root='(hd1,msdos2)'
  112. search --no-floppy --fs-uuid --set 6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f
  113. linux /boot/vmlinuz-3.1.1-030101-generic root=UUID=6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f ro single
  114. initrd /boot/initrd.img-3.1.1-030101-generic
  115. }
  116. menuentry "Ubuntu 10.04.3 LTS, memtest86+ (on /dev/sdb2)" {
  117. insmod part_msdos
  118. insmod ext2
  119. set root='(hd1,msdos2)'
  120. search --no-floppy --fs-uuid --set 6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f
  121. linux /boot/memtest86+.bin
  122. }
  123. menuentry "Arch Linux (on /dev/sdc5)" {
  124. insmod part_msdos
  125. insmod ext2
  126. set root='(hd2,msdos5)'
  127. search --no-floppy --fs-uuid --set be0df26e-9773-40fb-a949-369969a597b0
  128. linux /boot/vmlinuz-linux root=/dev/disk/by-uuid/be0df26e-9773-40fb-a949-369969a597b0 ro quiet
  129. initrd /boot/initramfs-linux.img
  130. }
  131. menuentry "Arch Linux Fallback (on /dev/sdc5)" {
  132. insmod part_msdos
  133. insmod ext2
  134. set root='(hd2,msdos5)'
  135. search --no-floppy --fs-uuid --set be0df26e-9773-40fb-a949-369969a597b0
  136. linux /boot/vmlinuz-linux root=/dev/disk/by-uuid/be0df26e-9773-40fb-a949-369969a597b0 ro quiet
  137. initrd /boot/initramfs-linux-fallback.img
  138. }
  139. menuentry "Fedora release 16 (Verne) (on /dev/sdc8)" {
  140. insmod part_msdos
  141. insmod ext2
  142. set root='(hd2,msdos8)'
  143. search --no-floppy --fs-uuid --set d6fa629f-528e-4a0b-aa87-1fb23af8ea6f
  144. linux /boot/vmlinuz-3.1.2-1.fc16.x86_64 root=UUID=d6fa629f-528e-4a0b-aa87-1fb23af8ea6f ro quiet
  145. initrd /boot/initramfs-3.1.2-1.fc16.x86_64.img
  146. }
  147. ### END /etc/grub.d/30_os-prober ###
  148.  
  149. ### BEGIN /etc/grub.d/40_custom ###
  150. # This file provides an easy way to add custom menu entries. Simply type the
  151. # menu entries you want to add after this comment. Be careful not to change
  152. # the 'exec tail' line above.
  153. ### END /etc/grub.d/40_custom ###
  154.  
  155. ### BEGIN /etc/grub.d/41_custom ###
  156. if [ -f $prefix/custom.cfg ]; then
  157. source $prefix/custom.cfg;
  158. fi
  159. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement