Advertisement
Guest User

Fedora File Output

a guest
Oct 10th, 2012
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. [baudzilla@A8N-E ~]$ cat /etc/X11/xorg.conf
  2. cat: /etc/X11/xorg.conf: No such file or directory
  3. [baudzilla@A8N-E ~]$ cat /etc/X11/xorg.conf.d/00-nvidia.conf
  4. cat: /etc/X11/xorg.conf.d/00-nvidia.conf: No such file or directory
  5. [baudzilla@A8N-E ~]$ cat /etc/modprobe.d/blacklist-nouveau.conf
  6. cat: /etc/modprobe.d/blacklist-nouveau.conf: No such file or directory
  7. [baudzilla@A8N-E ~]$ cat /etc/grub2.cfg
  8. cat: /etc/grub2.cfg: Permission denied
  9. [baudzilla@A8N-E ~]$ su -
  10. Password:
  11. [root@A8N-E ~]# cat /etc/grub2.cfg
  12. #
  13. # DO NOT EDIT THIS FILE
  14. #
  15. # It is automatically generated by grub2-mkconfig using templates
  16. # from /etc/grub.d and settings from /etc/default/grub
  17. #
  18.  
  19. ### BEGIN /etc/grub.d/00_header ###
  20. if [ -s $prefix/grubenv ]; then
  21. load_env
  22. fi
  23. set default="0"
  24.  
  25. if [ x"${feature_menuentry_id}" = xy ]; then
  26. menuentry_id_option="--id"
  27. else
  28. menuentry_id_option=""
  29. fi
  30.  
  31. export menuentry_id_option
  32.  
  33. if [ "${prev_saved_entry}" ]; then
  34. set saved_entry="${prev_saved_entry}"
  35. save_env saved_entry
  36. set prev_saved_entry=
  37. save_env prev_saved_entry
  38. set boot_once=true
  39. fi
  40.  
  41. function savedefault {
  42. if [ -z "${boot_once}" ]; then
  43. saved_entry="${chosen}"
  44. save_env saved_entry
  45. fi
  46. }
  47.  
  48. function load_video {
  49. if [ x$feature_all_video_module = xy ]; then
  50. insmod all_video
  51. else
  52. insmod efi_gop
  53. insmod efi_uga
  54. insmod ieee1275_fb
  55. insmod vbe
  56. insmod vga
  57. insmod video_bochs
  58. insmod video_cirrus
  59. fi
  60. }
  61.  
  62. if [ x$feature_default_font_path = xy ] ; then
  63. font=unicode
  64. else
  65. insmod part_msdos
  66. insmod lvm
  67. insmod ext2
  68. set root='lvm/vg_a8n--e-lv_root'
  69. if [ x$feature_platform_search_hint = xy ]; then
  70. search --no-floppy --fs-uuid --set=root --hint='lvm/vg_a8n--e-lv_root' b650e8b3-88db-4d91-ae17-10da87c12912
  71. else
  72. search --no-floppy --fs-uuid --set=root b650e8b3-88db-4d91-ae17-10da87c12912
  73. fi
  74. font="/usr/share/grub/unicode.pf2"
  75. fi
  76.  
  77. if loadfont $font ; then
  78. set gfxmode=auto
  79. load_video
  80. insmod gfxterm
  81. set locale_dir=$prefix/locale
  82. set lang=en_US
  83. insmod gettext
  84. fi
  85. terminal_output gfxterm
  86. set timeout=5
  87. ### END /etc/grub.d/00_header ###
  88.  
  89. ### BEGIN /etc/grub.d/10_linux ###
  90. menuentry 'Fedora (3.5.5-2.fc17.i686)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b650e8b3-88db-4d91-ae17-10da87c12912' {
  91. load_video
  92. set gfxpayload=keep
  93. insmod gzio
  94. insmod part_msdos
  95. insmod ext2
  96. set root='hd0,msdos2'
  97. if [ x$feature_platform_search_hint = xy ]; then
  98. search --no-floppy --fs-uuid --set=root --hint='hd0,msdos2' e7a14c76-532b-49e4-8a50-1070b393802d
  99. else
  100. search --no-floppy --fs-uuid --set=root e7a14c76-532b-49e4-8a50-1070b393802d
  101. fi
  102. echo 'Loading Fedora (3.5.5-2.fc17.i686)'
  103. linux /vmlinuz-3.5.5-2.fc17.i686 root=/dev/mapper/vg_a8n--e-lv_root ro rd.md=0 rd.lvm.lv=vg_a8n-e/lv_root rd.dm.uuid=nvidia_cdjbbejb KEYTABLE=us rd.luks=0 rd.lvm.lv=vg_a8n-e/lv_swap SYSFONT=True LANG=en_US.UTF-8 rhgb quiet
  104. echo 'Loading initial ramdisk ...'
  105. initrd /initramfs-3.5.5-2.fc17.i686.img
  106. }
  107. menuentry 'Fedora (3.5.4-2.fc17.i686)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b650e8b3-88db-4d91-ae17-10da87c12912' {
  108. load_video
  109. set gfxpayload=keep
  110. insmod gzio
  111. insmod part_msdos
  112. insmod ext2
  113. set root='hd0,msdos2'
  114. if [ x$feature_platform_search_hint = xy ]; then
  115. search --no-floppy --fs-uuid --set=root --hint='hd0,msdos2' e7a14c76-532b-49e4-8a50-1070b393802d
  116. else
  117. search --no-floppy --fs-uuid --set=root e7a14c76-532b-49e4-8a50-1070b393802d
  118. fi
  119. echo 'Loading Fedora (3.5.4-2.fc17.i686)'
  120. linux /vmlinuz-3.5.4-2.fc17.i686 root=/dev/mapper/vg_a8n--e-lv_root ro rd.md=0 rd.lvm.lv=vg_a8n-e/lv_root rd.dm.uuid=nvidia_cdjbbejb KEYTABLE=us rd.luks=0 rd.lvm.lv=vg_a8n-e/lv_swap SYSFONT=True LANG=en_US.UTF-8 rhgb quiet
  121. echo 'Loading initial ramdisk ...'
  122. initrd /initramfs-3.5.4-2.fc17.i686.img
  123. }
  124. menuentry 'Fedora (3.5.3-1.fc17.i686)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b650e8b3-88db-4d91-ae17-10da87c12912' {
  125. load_video
  126. set gfxpayload=keep
  127. insmod gzio
  128. insmod part_msdos
  129. insmod ext2
  130. set root='hd0,msdos2'
  131. if [ x$feature_platform_search_hint = xy ]; then
  132. search --no-floppy --fs-uuid --set=root --hint='hd0,msdos2' e7a14c76-532b-49e4-8a50-1070b393802d
  133. else
  134. search --no-floppy --fs-uuid --set=root e7a14c76-532b-49e4-8a50-1070b393802d
  135. fi
  136. echo 'Loading Fedora (3.5.3-1.fc17.i686)'
  137. linux /vmlinuz-3.5.3-1.fc17.i686 root=/dev/mapper/vg_a8n--e-lv_root ro rd.md=0 rd.lvm.lv=vg_a8n-e/lv_root rd.dm.uuid=nvidia_cdjbbejb KEYTABLE=us rd.luks=0 rd.lvm.lv=vg_a8n-e/lv_swap SYSFONT=True LANG=en_US.UTF-8 rhgb quiet
  138. echo 'Loading initial ramdisk ...'
  139. initrd /initramfs-3.5.3-1.fc17.i686.img
  140. }
  141. submenu 'Advanced options for Fedora Linux' $menuentry_id_option 'gnulinux-advanced-b650e8b3-88db-4d91-ae17-10da87c12912' {
  142. }
  143. if [ "x$default" = 'Fedora Linux, with Linux 3.3.4-5.fc17.i686' ]; then default='Advanced options for Fedora Linux>Fedora Linux, with Linux 3.3.4-5.fc17.i686'; fi;
  144. ### END /etc/grub.d/10_linux ###
  145.  
  146. ### BEGIN /etc/grub.d/20_linux_xen ###
  147. ### END /etc/grub.d/20_linux_xen ###
  148.  
  149. ### BEGIN /etc/grub.d/20_ppc_terminfo ###
  150. ### END /etc/grub.d/20_ppc_terminfo ###
  151.  
  152. ### BEGIN /etc/grub.d/30_os-prober ###
  153. menuentry 'Microsoft Windows XP Professional (on /dev/mapper/nvidia_cdjbbejbp1)' --class windows --class os $menuentry_id_option 'osprober-chain-BE2C535D2C530FAF' {
  154. insmod part_msdos
  155. insmod ntfs
  156. set root='hd0,msdos1'
  157. if [ x$feature_platform_search_hint = xy ]; then
  158. search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' BE2C535D2C530FAF
  159. else
  160. search --no-floppy --fs-uuid --set=root BE2C535D2C530FAF
  161. fi
  162. drivemap -s (hd0) ${root}
  163. chainloader +1
  164. }
  165. ### END /etc/grub.d/30_os-prober ###
  166.  
  167. ### BEGIN /etc/grub.d/40_custom ###
  168. # This file provides an easy way to add custom menu entries. Simply type the
  169. # menu entries you want to add after this comment. Be careful not to change
  170. # the 'exec tail' line above.
  171. ### END /etc/grub.d/40_custom ###
  172.  
  173. ### BEGIN /etc/grub.d/41_custom ###
  174. if [ -f $prefix/custom.cfg ]; then
  175. source $prefix/custom.cfg;
  176. fi
  177. ### END /etc/grub.d/41_custom ###
  178. [root@A8N-E ~]# cat /etc/default/grub
  179. GRUB_TIMEOUT=5
  180. GRUB_DISTRIBUTOR="Fedora"
  181. GRUB_DEFAULT=saved
  182. GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm.lv=vg_a8n-e/lv_root rd.dm.uuid=nvidia_cdjbbejb KEYTABLE=us rd.luks=0 rd.lvm.lv=vg_a8n-e/lv_swap SYSFONT=True LANG=en_US.UTF-8 rhgb quiet"
  183. #GRUB_THEME="/boot/grub2/themes/system/theme.txt"[root@A8N-E ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement