--- /dev/null
+#
+# Sample boot menu configuration file
+#
+
+# Boot automatically after 30 secs.
+timeout 8
+
+# By default, boot the first entry.
+default 0
+
+# Fallback to the second entry.
+fallback 1
+
+color white/blue black/light-gray
+
+title Latest genkernel
+ root (hd0,2)
+ kernel /boot/kernel root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda5 udev
+ initrd /boot/initramfs
+
+title Last genkernel
+ root (hd0,2)
+ kernel /boot/kernel.old root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda5 udev
+ initrd /boot/initramfs.old
+
+#title Latest 2.6 gentoo kernel
+# root (hd0,2)
+# kernel /bzImage-gentoo-2.6 root=/dev/sda5 devfs=nomount
+
+#title Last 2.6 gentoo kernel - Normal console
+# root (hd0,2)
+# kernel /bzImage-gentoo-2.6-last root=/dev/sda5 devfs=nomount
+
+# For installing GRUB into the hard disk
+title Install GRUB into the hard disk
+ root (hd0,2)
+ setup (hd0)
+
+title Reboot
+ reboot
+
+# Change the colors.
+title Change the colors
+ color light-green/brown blink-red/blue
+
+# Change the colors back.
+title Change the colors back
+ color white/blue black/light-gray
+
+# To enable grub serial console to ttya uncomment the following lines
+# and comment out the splashimage line below
+# WARNING: don't enable grub serial console when BIOS console serial
+# redirection is active!!!
+# serial --unit=0 --speed=9600
+# terminal serial
+#
+# Uncomment the following line to enable GRUB splashimage on console
+# splashimage /boot/grub/splash.xpm.gz
+#
+# To chainload another OS
+#
+# title Another OS
+# root (hd<disk no>,<partition no>)
+# chainloader +1
+#
+# To chainload a Solaris release not based on grub
+#
+# title Solaris 9
+# root (hd<disk no>,<partition no>)
+# chainloader +1
+# makeactive
+#
+# To load a Solaris instance based on grub
+#
+# title Solaris <version>
+# root (hd<disk no>,<partition no>,x) --x = Solaris root slice
+# kernel /platform/i86pc/multiboot
+# module /platform/i86pc/boot_archive
+#
+# To override Solaris boot args (see kernel(1M)), console device and
+# properties set via eeprom(1M) edit the "kernel" line to:
+#
+# kernel /platform/i86pc/multiboot <boot-args> -B prop1=val1,prop2=val2,...
+#
+