Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 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. set default=0
  10. insmod ext2
  11. set root=(hd0,2)
  12. search --no-floppy --fs-uuid --set a5f64fe1-da69-4cf2-9acd-493ad4216d2a
  13. if loadfont /usr/share/grub/unicode.pf2 ; then
  14. set gfxmode=640x480
  15. insmod gfxterm
  16. insmod vbe
  17. if terminal_output gfxterm ; then true ; else
  18. # For backward compatibility with versions of terminal.mod that don't
  19. # understand terminal_output
  20. terminal gfxterm
  21. fi
  22. fi
  23. set timeout=5
  24. ### END /etc/grub.d/00_header ###
  25.  
  26. ### BEGIN /etc/grub.d/05_debian_theme ###
  27. insmod ext2
  28. set root=(hd0,2)
  29. search --no-floppy --fs-uuid --set a5f64fe1-da69-4cf2-9acd-493ad4216d2a
  30. insmod tga
  31. if background_image /boot/grub/venenux.tga ; then
  32. set color_normal=white/black
  33. set color_highlight=black/white
  34. else
  35. set menu_color_normal=cyan/blue
  36. set menu_color_highlight=white/blue
  37. fi
  38. ### END /etc/grub.d/05_debian_theme ###
  39.  
  40. ### BEGIN /etc/grub.d/10_linux ###
  41. menuentry "VENENUX GNU/Linux, Linux 2.6.31.4-venenux-libre" {
  42. insmod ext2
  43. set root=(hd0,2)
  44. search --no-floppy --fs-uuid --set a5f64fe1-da69-4cf2-9acd-493ad4216d2a
  45. linux /boot/vmlinuz-2.6.31.4-venenux-libre root=UUID=a5f64fe1-da69-4cf2-9acd-493ad4216d2a ro quiet vga=791
  46. initrd /boot/initrd.img-2.6.31.4-venenux-libre
  47. }
  48. menuentry "VENENUX GNU/Linux, Linux 2.6.31.4-venenux-libre (recovery mode)" {
  49. insmod ext2
  50. set root=(hd0,2)
  51. search --no-floppy --fs-uuid --set a5f64fe1-da69-4cf2-9acd-493ad4216d2a
  52. linux /boot/vmlinuz-2.6.31.4-venenux-libre root=UUID=a5f64fe1-da69-4cf2-9acd-493ad4216d2a ro single quiet
  53. initrd /boot/initrd.img-2.6.31.4-venenux-libre
  54. }
  55. ### END /etc/grub.d/10_linux ###
  56.  
  57. ### BEGIN /etc/grub.d/20_memtest86+ ###
  58. menuentry "Prueba de Memoria (memtest86+)" {
  59. linux16 /boot/memtest86+.bin
  60. }
  61. menuentry "Prueba de Memoria (memtest86+, serial console 115200)" {
  62. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  63. }
  64. ### END /etc/grub.d/20_memtest86+ ###
  65.  
  66. ### BEGIN /etc/grub.d/30_os-prober ###
  67. menuentry "Arch (on /dev/sda1)" {
  68. insmod ext2
  69. set root=(hd0,1)
  70. search --no-floppy --fs-uuid --set 30a1aae4-3be2-4289-8ad2-35877e3d2498
  71. linux /boot/vmlinuz26 root=UUID=30a1aae4-3be2-4289-8ad2-35877e3d2498 ro vga=791
  72. initrd /boot/kernel26-fallback.img
  73. }
  74. menuentry "Windows Vista/Longhorn (loader) (on /dev/sda4)" {
  75. insmod ntfs
  76. set root=(hd0,4)
  77. search --no-floppy --fs-uuid --set d8927da1927d8532
  78. drivemap -s (hd0) ${root}
  79. chainloader +1
  80. }
  81. ### END /etc/grub.d/30_os-prober ###
  82.  
  83. ### BEGIN /etc/grub.d/40_custom ###
  84. # This file provides an easy way to add custom menu entries. Simply type the
  85. # menu entries you want to add after this comment. Be careful not to change
  86. # the 'exec tail' line above.
  87. ### END /etc/grub.d/40_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement