Advertisement
Guest User

grub.cfg

a guest
Oct 8th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 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='(hd3,msdos1)'
  38. search --no-floppy --fs-uuid --set=root 67b63130-f6ab-4cd4-81ed-7f40ffc34d53
  39. if loadfont /usr/share/grub/unicode.pf2 ; then
  40. set gfxmode=640x480
  41. load_video
  42. insmod gfxterm
  43. insmod part_msdos
  44. insmod ext2
  45. set root='(hd3,msdos1)'
  46. search --no-floppy --fs-uuid --set=root 67b63130-f6ab-4cd4-81ed-7f40ffc34d53
  47. set locale_dir=($root)/boot/grub/locale
  48. set lang=en_IE
  49. insmod gettext
  50. fi
  51. terminal_output gfxterm
  52. set timeout=5
  53. ### END /etc/grub.d/00_header ###
  54.  
  55. ### BEGIN /etc/grub.d/05_debian_theme ###
  56. insmod part_msdos
  57. insmod ext2
  58. set root='(hd3,msdos1)'
  59. search --no-floppy --fs-uuid --set=root 67b63130-f6ab-4cd4-81ed-7f40ffc34d53
  60. insmod png
  61. if background_image /usr/share/images/desktop-base/joy-grub.png; then
  62. set color_normal=white/black
  63. set color_highlight=black/white
  64. else
  65. set menu_color_normal=cyan/blue
  66. set menu_color_highlight=white/blue
  67. fi
  68. ### END /etc/grub.d/05_debian_theme ###
  69.  
  70. ### BEGIN /etc/grub.d/10_linux ###
  71. menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae' --class debian --class gnu-linux --class gnu --class os {
  72. insmod gzio
  73. insmod part_msdos
  74. insmod ext2
  75. set root='(hd3,msdos1)'
  76. search --no-floppy --fs-uuid --set=root 67b63130-f6ab-4cd4-81ed-7f40ffc34d53
  77. echo 'Loading Linux 3.2.0-3-686-pae ...'
  78. linux /boot/vmlinuz-3.2.0-3-686-pae root=UUID=67b63130-f6ab-4cd4-81ed-7f40ffc34d53 ro quiet
  79. echo 'Loading initial ramdisk ...'
  80. initrd /boot/initrd.img-3.2.0-3-686-pae
  81. }
  82. menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  83. insmod gzio
  84. insmod part_msdos
  85. insmod ext2
  86. set root='(hd3,msdos1)'
  87. search --no-floppy --fs-uuid --set=root 67b63130-f6ab-4cd4-81ed-7f40ffc34d53
  88. echo 'Loading Linux 3.2.0-3-686-pae ...'
  89. linux /boot/vmlinuz-3.2.0-3-686-pae root=UUID=67b63130-f6ab-4cd4-81ed-7f40ffc34d53 ro single
  90. echo 'Loading initial ramdisk ...'
  91. initrd /boot/initrd.img-3.2.0-3-686-pae
  92. }
  93. ### END /etc/grub.d/10_linux ###
  94.  
  95. ### BEGIN /etc/grub.d/20_linux_xen ###
  96. ### END /etc/grub.d/20_linux_xen ###
  97.  
  98. ### BEGIN /etc/grub.d/30_os-prober ###
  99. menuentry "Debian GNU/Linux, with Linux 3.2.0-3-686-pae (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  100. insmod part_msdos
  101. insmod ext2
  102. set root='(hd0,msdos1)'
  103. search --no-floppy --fs-uuid --set=root 5142054c-345b-4e53-a4f8-ef05524310d8
  104. linux /boot/vmlinuz-3.2.0-3-686-pae root=UUID=5142054c-345b-4e53-a4f8-ef05524310d8 ro quiet
  105. initrd /boot/initrd.img-3.2.0-3-686-pae
  106. }
  107. menuentry "Debian GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  108. insmod part_msdos
  109. insmod ext2
  110. set root='(hd0,msdos1)'
  111. search --no-floppy --fs-uuid --set=root 5142054c-345b-4e53-a4f8-ef05524310d8
  112. linux /boot/vmlinuz-3.2.0-3-686-pae root=UUID=5142054c-345b-4e53-a4f8-ef05524310d8 ro single
  113. initrd /boot/initrd.img-3.2.0-3-686-pae
  114. }
  115. ### END /etc/grub.d/30_os-prober ###
  116.  
  117. ### BEGIN /etc/grub.d/40_custom ###
  118. # This file provides an easy way to add custom menu entries. Simply type the
  119. # menu entries you want to add after this comment. Be careful not to change
  120. # the 'exec tail' line above.
  121. ### END /etc/grub.d/40_custom ###
  122.  
  123. ### BEGIN /etc/grub.d/41_custom ###
  124. if [ -f $prefix/custom.cfg ]; then
  125. source $prefix/custom.cfg;
  126. fi
  127. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement