# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook # http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2 # If you are not using Genkernel and you need help creating this file, you # should consult the handbook. Alternatively, consult the grub.conf.sample that # is included with the Grub documentation. default 0 timeout 10 #splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux (4.5.7) root (hd0,0) kernel /boot/kernel-genkernel-x86_64-4.5.7 root=/dev/ram0 real_root=UUID=c890dffa-8c21-4ec8-af20-dead28305e99 real_rootflags=usrquota,grpquota,logbsize=256k elevator=noop initrd /boot/initramfs-genkernel-x86_64-4.5.7 # title=Gentoo Linux (4.4.296) root (hd0,0) kernel /boot/kernel-genkernel-x86_64-4.4.296 root=/dev/ram0 real_root=UUID=c890dffa-8c21-4ec8-af20-dead28305e99 real_rootflags=usrquota,grpquota,logbsize=256k elevator=noop initrd /boot/initramfs-genkernel-x86_64-4.4.296 # title=Gentoo Linux (2.6.37.1) root (hd0,0) kernel /boot/kernel-genkernel-x86_64-2.6.37.1 root=/dev/ram0 real_root=UUID=c890dffa-8c21-4ec8-af20-dead28305e99 real_rootflags=usrquota,grpquota,logbsize=256k,delaylog elevator=noop initrd /boot/initramfs-genkernel-x86_64-2.6.37.1 #