Advertisement
Guest User

Untitled

a guest
Apr 28th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. cat /boot/grub2/grub.cfg
  2. #
  3. # DO NOT EDIT THIS FILE
  4. #
  5. # It is automatically generated by grub2-mkconfig using templates
  6. # from /etc/grub.d and settings from /etc/default/grub
  7. #
  8.  
  9. ### BEGIN /etc/grub.d/00_header ###
  10. if [ -s $prefix/grubenv ]; then
  11. load_env
  12. fi
  13. set default="0"
  14. if [ "${prev_saved_entry}" ]; then
  15. set saved_entry="${prev_saved_entry}"
  16. save_env saved_entry
  17. set prev_saved_entry=
  18. save_env prev_saved_entry
  19. set boot_once=true
  20. fi
  21.  
  22. function savedefault {
  23. if [ -z "${boot_once}" ]; then
  24. saved_entry="${chosen}"
  25. save_env saved_entry
  26. fi
  27. }
  28.  
  29. function load_video {
  30. insmod vbe
  31. insmod vga
  32. insmod video_bochs
  33. insmod video_cirrus
  34. }
  35.  
  36. set timeout=5
  37. ### END /etc/grub.d/00_header ###
  38.  
  39. ### BEGIN /etc/grub.d/10_linux ###
  40. menuentry 'Fedora (3.4.0-0.rc3.git2.1.fc18.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
  41. load_video
  42. set gfxpayload=keep
  43. insmod gzio
  44. insmod part_msdos
  45. insmod ext2
  46. set root='(hd1,msdos3)'
  47. search --no-floppy --fs-uuid --set=root 2b503655-a67c-4b4d-8bab-119a46680720
  48. echo 'Loading Fedora (3.4.0-0.rc3.git2.1.fc18.x86_64)'
  49. linux /vmlinuz-3.4.0-0.rc3.git2.1.fc18.x86_64 root=UUID=5f431676-11fc-4b92-a7ec-3c4f91240616 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=de-latin1-nodeadkeys LANG=en_US.UTF-8 i915.i915_enable_rc6=1 pcie_aspm=force
  50. echo 'Loading initial ramdisk ...'
  51. initrd /initramfs-3.4.0-0.rc3.git2.1.fc18.x86_64.img
  52. }
  53. menuentry 'Fedora (3.4.0-0.rc2.git2.1.fc18.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
  54. load_video
  55. set gfxpayload=keep
  56. insmod gzio
  57. insmod part_msdos
  58. insmod ext2
  59. set root='(hd1,msdos3)'
  60. search --no-floppy --fs-uuid --set=root 2b503655-a67c-4b4d-8bab-119a46680720
  61. echo 'Loading Fedora (3.4.0-0.rc2.git2.1.fc18.x86_64)'
  62. linux /vmlinuz-3.4.0-0.rc2.git2.1.fc18.x86_64 root=UUID=5f431676-11fc-4b92-a7ec-3c4f91240616 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=de-latin1-nodeadkeys LANG=en_US.UTF-8 i915.i915_enable_rc6=1 pcie_aspm=force
  63. echo 'Loading initial ramdisk ...'
  64. initrd /initramfs-3.4.0-0.rc2.git2.1.fc18.x86_64.img
  65. }
  66. menuentry 'Fedora (3.4.0-0.rc1.git3.1.fc18.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
  67. load_video
  68. set gfxpayload=keep
  69. insmod gzio
  70. insmod part_msdos
  71. insmod ext2
  72. set root='(hd1,msdos3)'
  73. search --no-floppy --fs-uuid --set=root 2b503655-a67c-4b4d-8bab-119a46680720
  74. echo 'Loading Fedora (3.4.0-0.rc1.git3.1.fc18.x86_64)'
  75. linux /vmlinuz-3.4.0-0.rc1.git3.1.fc18.x86_64 root=UUID=5f431676-11fc-4b92-a7ec-3c4f91240616 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=de-latin1-nodeadkeys LANG=en_US.UTF-8 i915.i915_enable_rc6=1 pcie_aspm=force
  76. echo 'Loading initial ramdisk ...'
  77. initrd /initramfs-3.4.0-0.rc1.git3.1.fc18.x86_64.img
  78. }
  79. menuentry 'Fedora (3.4.0-0.rc0.git1.2.fc18.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
  80. load_video
  81. set gfxpayload=keep
  82. insmod gzio
  83. insmod part_msdos
  84. insmod ext2
  85. set root='(hd1,msdos3)'
  86. search --no-floppy --fs-uuid --set=root 2b503655-a67c-4b4d-8bab-119a46680720
  87. echo 'Loading Fedora (3.4.0-0.rc0.git1.2.fc18.x86_64)'
  88. linux /vmlinuz-3.4.0-0.rc0.git1.2.fc18.x86_64 root=UUID=5f431676-11fc-4b92-a7ec-3c4f91240616 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=de-latin1-nodeadkeys LANG=en_US.UTF-8 i915.i915_enable_rc6=1 pcie_aspm=force
  89. echo 'Loading initial ramdisk ...'
  90. initrd /initramfs-3.4.0-0.rc0.git1.2.fc18.x86_64.img
  91. }
  92. menuentry 'Fedora (3.1.9-1.fc16.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
  93. load_video
  94. set gfxpayload=keep
  95. insmod gzio
  96. insmod part_msdos
  97. insmod ext2
  98. set root='(hd1,msdos3)'
  99. search --no-floppy --fs-uuid --set=root 2b503655-a67c-4b4d-8bab-119a46680720
  100. echo 'Loading Fedora (3.1.9-1.fc16.x86_64)'
  101. linux /vmlinuz-3.1.9-1.fc16.x86_64 root=UUID=5f431676-11fc-4b92-a7ec-3c4f91240616 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 KEYTABLE=de-latin1-nodeadkeys LANG=en_US.UTF-8 i915.i915_enable_rc6=1 pcie_aspm=force
  102. echo 'Loading initial ramdisk ...'
  103. initrd /initramfs-3.1.9-1.fc16.x86_64.img
  104. }
  105. menuentry "Windows 7 (loader) (on /dev/sdb1)" --class windows --class os {
  106. insmod part_msdos
  107. insmod ntfs
  108. set root='(hd1,msdos1)'
  109. search --no-floppy --fs-uuid --set=root 8CC8C671C8C658DA
  110. chainloader +1
  111. }
  112. ### END /etc/grub.d/30_os-prober ###
  113.  
  114. ### BEGIN /etc/grub.d/40_custom ###
  115. # This file provides an easy way to add custom menu entries. Simply type the
  116. # menu entries you want to add after this comment. Be careful not to change
  117. # the 'exec tail' line above.
  118. ### END /etc/grub.d/40_custom ###
  119.  
  120. ### BEGIN /etc/grub.d/41_custom ###
  121. if [ -f $prefix/custom.cfg ]; then
  122. source $prefix/custom.cfg;
  123. fi
  124. ### END /etc/grub.d/41_custom ###
  125.  
  126. ### BEGIN /etc/grub.d/90_persistent ###
  127. ### END /etc/grub.d/90_persistent ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement