Guest User

Untitled

a guest
Jun 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. [root@linuxserver ~]# cat /etc/grub.conf
  2. # grub.conf generated by anaconda
  3. #
  4. # Note that you do not have to rerun grub after making changes to this file
  5. # NOTICE: You do not have a /boot partition. This means that
  6. # all kernel and initrd paths are relative to /, eg.
  7. # root (hd0,0)
  8. # kernel /boot/vmlinuz-version ro root=/dev/sda1
  9. # initrd /boot/initrd-[generic-]version.img
  10. #boot=/dev/sda
  11. default=1
  12. timeout=0
  13. splashimage=(hd0,0)/boot/grub/splash.xpm.gz
  14. hiddenmenu
  15. title Actualizar a Fedora 16 (Verne)
  16. kernel /boot/upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade ks=hd:UUID=ed58a9a3-8c91-4866-b52b-6a8e397f89db:/boot/upgrade/ks.cfg
  17. initrd /boot/upgrade/initrd.img
  18. title Fedora (2.6.42.3-2.fc15.i686)
  19. root (hd0,0)
  20. kernel /boot/vmlinuz-2.6.42.3-2.fc15.i686 ro root=UUID=ed58a9a3-8c91-4866-b52b-6a8e397f89db rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=es rhgb quiet
  21. initrd /boot/initramfs-2.6.42.3-2.fc15.i686.img
  22. title Fedora (2.6.38.6-26.rc1.fc15.i686)
  23. root (hd0,0)
  24. kernel /boot/vmlinuz-2.6.38.6-26.rc1.fc15.i686 ro root=UUID=ed58a9a3-8c91-4866-b52b-6a8e397f89db rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=es rhgb quiet
  25. initrd /boot/initramfs-2.6.38.6-26.rc1.fc15.i686.img
  26. [root@linuxserver ~]#
Add Comment
Please, Sign In to add comment