Advertisement
NefariousParity

Untitled

Dec 19th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # grub.conf generated by anaconda
  2. #
  3. # Note that you do not have to rerun grub after making changes to this file
  4. # NOTICE: You have a /boot partition. This means that
  5. # all kernel and initrd paths are relative to /boot/, eg.
  6. # root (hd0,0)
  7. # kernel /vmlinuz-version ro root=/dev/md2
  8. # initrd /initrd-[generic-]version.img
  9. #boot=/dev/sda
  10. default=0
  11. timeout=5
  12. splashimage=(hd0,0)/grub/splash.xpm.gz
  13. #hiddenmenu
  14. title PBX (2.6.32-431.el6.x86_64)
  15. root (hd0,0)
  16. kernel /vmlinuz-2.6.32-431.el6.x86_64 ro root=UUID=a3250535-395e-41f4-a3d2-c0812238800f rd_NO_LUKS rd_MD_UUID=f299d61e:99e3b30b:175f2063:6c447f21 LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_MD_UUID=96fda5eb:15de8050:c63b38df:9a692bb8 rd_NO_LVM rd_NO_MD rhgb quiet
  17. initrd /initramfs-2.6.32-431.el6.x86_64.img
  18.  
  19. title PBX-2 (2.6.32-431.el6.x86_64)
  20. root (hd0,0)
  21. kernel /vmlinuz-2.6.32-431.el6.x86_64 ro root=UUID=a3250535-395e-41f4-a3d2-c0812238800f rd_NO_LUKS rd_MD_UUID=f299d61e:99e3b30b:175f2063:6c447f21 LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_LVM rd_NO_MD rhgb quiet
  22. initrd /initramfs-2.6.32-431.el6.x86_64.new.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement