# 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 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title Gentoo Gnome Linux 2.6.30-r4 root (hd0,0) kernel /boot/kernel-2.6.30-gentoo-r4 root=/dev/sda3 title Gentoo Gnome Linux 2.6.30-r4 (rescue) root (hd0,0) kernel /boot/kernel-2.6.30-gentoo-r4 root=/dev/sda3 init=/bin/bb #title Gentoo Linux 2.6.27-r8 #root (hd1,1) #kernel /boot/kernel-genkernel-x86-2.6.27-gentoo-r8 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sdb4 #initrd /boot/initramfs-genkernel-x86-2.6.27-gentoo-r8 #title FreeBSD #root (hd1,0,a) #kernel /boot/loader #title Windows XP #rootnoverify (hd1,0) #makeactive #chainloader +1 #title Gentoo Linux 2.6.24-r5 #root (hd0,0) #kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r5 root=/dev/ram0 real_root=/dev/sda3 #initrd /boot/initramfs-genkernel-x86-2.6.24-gentoo-r5 # vim:ft=conf: