Advertisement
Guest User

My GRUB 0.97r12 configuration

a guest
Apr 18th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
  2. # http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
  3. # If you are not using Genkernel and you need help creating this file, you
  4. # should consult the handbook. Alternatively, consult the grub.conf.sample that
  5. # is included with the Grub documentation.
  6.  
  7. default 0
  8. timeout 30
  9. #splashimage=(hd0,0)/boot/grub/splash.xpm.gz
  10. title Gentoo Linux 3.12.13 genkernel build
  11. root (hd0,0)
  12. kernel /boot/kernel-genkernel-x86_64-3.12.13-gentoo
  13. initrd /boot/initramfs-genkernel-x86_64-3.12.13-gentoo
  14.  
  15. #title Gentoo Linux 2.6.24-r5
  16. #root (hd0,0)
  17. #kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r5 root=/dev/ram0 real_root=/dev/sda3
  18. #initrd /boot/initramfs-genkernel-x86-2.6.24-gentoo-r5
  19.  
  20. # vim:ft=conf:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement