Advertisement
Guest User

Untitled

a guest
Jun 1st, 2010
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 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. insmod ext2
  28. set root=(hd0,1)
  29. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  30. if loadfont /usr/share/grub/unicode.pf2 ; then
  31. set gfxmode=640x480
  32. insmod gfxterm
  33. insmod vbe
  34. if terminal_output gfxterm ; then true ; else
  35. # For backward compatibility with versions of terminal.mod that don't
  36. # understand terminal_output
  37. terminal gfxterm
  38. fi
  39. fi
  40. set timeout=5
  41. ### END /etc/grub.d/00_header ###
  42.  
  43. ### BEGIN /etc/grub.d/05_debian_theme ###
  44. insmod ext2
  45. set root=(hd0,1)
  46. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  47. insmod tga
  48. if background_image /usr/share/images/grub/lake.tga ; then
  49. set color_normal=white/black
  50. set color_highlight=white/white
  51. else
  52. set menu_color_normal=white/blue
  53. set menu_color_highlight=white/blue
  54. fi
  55. ### END /etc/grub.d/05_debian_theme ###
  56.  
  57. ### BEGIN /etc/grub.d/10_linux ###
  58. menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686" {
  59. insmod ext2
  60. set root=(hd0,1)
  61. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  62. echo Loading Linux 2.6.32-trunk-686 ...
  63. linux /boot/vmlinuz-2.6.32-trunk-686 root=UUID=6e7a172a-efa1-41a5-a629-1208e12672ef ro
  64. echo Loading initial ramdisk ...
  65. initrd /boot/initrd.img-2.6.32-trunk-686
  66. }
  67. menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode)" {
  68. insmod ext2
  69. set root=(hd0,1)
  70. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  71. echo Loading initial ramdisk ...
  72. initrd /boot/initrd.img-2.6.32-trunk-686
  73. }
  74. menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686" {
  75. insmod ext2
  76. set root=(hd0,1)
  77. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  78. echo Loading Linux 2.6.32-3-686 ...
  79. linux /boot/vmlinuz-2.6.32-3-686 root=UUID=6e7a172a-efa1-41a5-a629-1208e12672ef ro
  80. echo Loading initial ramdisk ...
  81. initrd /boot/initrd.img-2.6.32-3-686
  82. }
  83. menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686 (recovery mode)" {
  84. insmod ext2
  85. set root=(hd0,1)
  86. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  87. linux /boot/vmlinuz-2.6.32-3-686 root=UUID=6e7a172a-efa1-41a5-a629-1208e12672ef ro single
  88. echo Loading initial ramdisk ...
  89. initrd /boot/initrd.img-2.6.32-3-686
  90. }
  91. menuentry "Debian GNU/Linux, with Linux 2.6.30-1-686" {
  92. insmod ext2
  93. set root=(hd0,1)
  94. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  95. echo Loading Linux 2.6.30-1-686 ...
  96. linux /boot/vmlinuz-2.6.30-1-686 root=UUID=6e7a172a-efa1-41a5-a629-1208e12672ef ro
  97. echo Loading initial ramdisk ...
  98. initrd /boot/initrd.img-2.6.30-1-686
  99. }
  100. menuentry "Debian GNU/Linux, with Linux 2.6.30-1-686 (recovery mode)" {
  101. insmod ext2
  102. set root=(hd0,1)
  103. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  104. search --no-floppy --fs-uuid --set 6e7a172a-efa1-41a5-a629-1208e12672ef
  105. echo Loading Linux 2.6.30-1-686 ...
  106. linux /boot/vmlinuz-2.6.30-1-686 root=UUID=6e7a172a-efa1-41a5-a629-1208e12672ef ro single
  107. echo Loading initial ramdisk ...
  108. initrd /boot/initrd.img-2.6.30-1-686
  109. }
  110. ### END /etc/grub.d/10_linux ###
  111.  
  112. ### BEGIN /etc/grub.d/30_os-prober ###
  113. ### END /etc/grub.d/30_os-prober ###
  114.  
  115. ### BEGIN /etc/grub.d/40_custom ###
  116. # This file provides an easy way to add custom menu entries. Simply type the
  117. # menu entries you want to add after this comment. Be careful not to change
  118. # the 'exec tail' line above.
  119. ### END /etc/grub.d/40_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement