# 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 1 timeout 6 # splashimage=(hd0,0)/boot/grub/splash.xpm.gz password 12345 title Gentoo 3.0.76 (unpatched but ok) root (hd0,0) kernel /boot/bzImage-3.0 root=/dev/md3 acpi=noirq maxcpus=1 mem=1280MB cgroup_disable=memory noswapaccount title Vanilla 3.16.52 with 1 second tty granularity root (hd0,0) kernel /boot/bzImage-3.16 root=/dev/md3 acpi=noirq mem=3840MB title Vanilla 3.2.94 with 1 second tty granularity root (hd0,0) kernel /boot/bzImage-3.2 root=/dev/md3 acpi=noirq mem=3840MB title Vanilla 3.2.94 1 sec TTY testing root (hd0,0) kernel /boot/bzImage-3.2_test root=/dev/md3 acpi=noirq mem=3840MB title Vanilla 2.6.32.63 root (hd0,0) kernel /boot/bzImage root=/dev/md3 acpi=noirq mem=3840MB title Gentoo 2.6.36 root (hd0,0) kernel /boot/bzImage-2.6.36 root=/dev/md3 acpi=noirq mem=3840MB title Gentoo 3.4 root (hd0,0) kernel /boot/bzImage-3.4 root=/dev/md3 acpi=noirq mem=3840MB title Backup root (hd0,0) kernel /boot/bzImage-backup root=/dev/md3 mem=3584MB acpi=noirq # vim:ft=conf: