# 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 5 #splashimage=(hd0,0)/boot/grub/splash.xpm.gz title Gentoo Linux 3.10.7 root (hd0,0) kernel /boot/kernel-genkernel-x86_64-3.10.7-gentoo-r1_01 root=/dev/ram0 real_root=UUID=... resume=UUID=... acpi_sleep=s3_bios loglevel=3 initrd /boot/initramfs-genkernel-x86_64-3.10.7-gentoo-r1_01 title Memory Test root (hd0,0) kernel /boot/memtest86plus/memtest # vim:ft=conf: