Advertisement
Guest User

Untitled

a guest
Dec 13th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by grub2-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. set timeout=5
  36. ### END /etc/grub.d/00_header ###
  37.  
  38. ### BEGIN /etc/grub.d/10_linux ###
  39. menuentry 'Fedora (3.1.4-1.fc16.i686)' --class fedora --class gnu-linux --class gnu --class os {
  40. load_video
  41. set gfxpayload=keep
  42. insmod gzio
  43. insmod part_msdos
  44. insmod ext2
  45. set root='(hd0,msdos2)'
  46. search --no-floppy --fs-uuid --set=root a190e3d2-3915-4a18-9336-61b68e5be521
  47. echo 'Loading Fedora (3.1.2-1.fc16.i686)'
  48. linux /boot/vmlinuz-3.1.4-1.fc16.i686 root=UUID=a190e3d2-3915-4a18-9336-61b68e5be521 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=fr LANG=en_US.UTF-8
  49. echo 'Loading initial ramdisk ...'
  50. initrd /boot/initramfs-3.1.4-1.fc16.i686.img
  51. }
  52. menuentry 'Fedora (3.1.4-1.fc16.i686)' --class fedora --class gnu-linux --class gnu --class os {
  53. load_video
  54. set gfxpayload=keep
  55. insmod gzio
  56. insmod part_msdos
  57. insmod ext2
  58. set root='(hd0,msdos2)'
  59. search --no-floppy --fs-uuid --set=root a190e3d2-3915-4a18-9336-61b68e5be521
  60. echo 'Loading Fedora (3.1.2-1.fc16.i686)'
  61. linux /boot/vmlinuz-3.1.4-1.fc16.i686 root=UUID=a190e3d2-3915-4a18-9336-61b68e5be521 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=fr LANG=en_US.UTF-8
  62. echo 'Loading initial ramdisk ...'
  63. initrd /boot/initramfs-3.1.4-1.fc16.i686.img
  64. }
  65. menuentry 'Fedora (3.1.2-1.fc16.i686)' --class fedora --class gnu-linux --class gnu --class os {
  66. load_video
  67. set gfxpayload=keep
  68. insmod gzio
  69. insmod part_msdos
  70. insmod ext2
  71. set root='(hd0,msdos2)'
  72. search --no-floppy --fs-uuid --set=root a190e3d2-3915-4a18-9336-61b68e5be521
  73. echo 'Loading Fedora (3.1.2-1.fc16.i686)'
  74. linux /boot/vmlinuz-3.1.2-1.fc16.i686 root=UUID=a190e3d2-3915-4a18-9336-61b68e5be521 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=fr LANG=en_US.UTF-8
  75. echo 'Loading initial ramdisk ...'
  76. initrd /boot/initramfs-3.1.2-1.fc16.i686.img
  77. }
  78. menuentry 'Fedora Linux, with Linux 3.1.0-7.fc16.i686' --class fedora --class gnu-linux --class gnu --class os {
  79. load_video
  80. set gfxpayload=keep
  81. insmod gzio
  82. insmod part_msdos
  83. insmod ext2
  84. set root='(hd0,msdos2)'
  85. search --no-floppy --fs-uuid --set=root a190e3d2-3915-4a18-9336-61b68e5be521
  86. echo 'Loading Linux 3.1.0-7.fc16.i686 ...'
  87. linux /boot/vmlinuz-3.1.0-7.fc16.i686 root=UUID=a190e3d2-3915-4a18-9336-61b68e5be521 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=fr LANG=en_US.UTF-8
  88. echo 'Loading initial ramdisk ...'
  89. initrd /boot/initramfs-3.1.0-7.fc16.i686.img
  90. }
  91. menuentry 'Fedora Linux, with Linux 3.1.0-7.fc16.i686 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os {
  92. load_video
  93. set gfxpayload=keep
  94. insmod gzio
  95. insmod part_msdos
  96. insmod ext2
  97. set root='(hd0,msdos2)'
  98. search --no-floppy --fs-uuid --set=root a190e3d2-3915-4a18-9336-61b68e5be521
  99. echo 'Loading Linux 3.1.0-7.fc16.i686 ...'
  100. linux /boot/vmlinuz-3.1.0-7.fc16.i686 root=UUID=a190e3d2-3915-4a18-9336-61b68e5be521 ro single rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=fr LANG=en_US.UTF-8
  101. echo 'Loading initial ramdisk ...'
  102. initrd /boot/initramfs-3.1.0-7.fc16.i686.img
  103. }
  104. ### END /etc/grub.d/10_linux ###
  105.  
  106. ### BEGIN /etc/grub.d/20_linux_xen ###
  107. ### END /etc/grub.d/20_linux_xen ###
  108.  
  109. ### BEGIN /etc/grub.d/30_os-prober ###
  110. ### END /etc/grub.d/30_os-prober ###
  111.  
  112. ### BEGIN /etc/grub.d/40_custom ###
  113. # This file provides an easy way to add custom menu entries. Simply type the
  114. # menu entries you want to add after this comment. Be careful not to change
  115. # the 'exec tail' line above.
  116. ### END /etc/grub.d/40_custom ###
  117.  
  118. ### BEGIN /etc/grub.d/41_custom ###
  119. if [ -f $prefix/custom.cfg ]; then
  120. source $prefix/custom.cfg;
  121. fi
  122. ### END /etc/grub.d/41_custom ###
  123.  
  124. ### BEGIN /etc/grub.d/90_persistent ###
  125. ### END /etc/grub.d/90_persistent ###
  126.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement