Skip to content

Instantly share code, notes, and snippets.

Created March 28, 2013 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5266574 to your computer and use it in GitHub Desktop.
Save anonymous/5266574 to your computer and use it in GitHub Desktop.
/mnt/gentoo/boot/grub/grub.conf
# 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=(hd2,1)/boot/grub/splash.xpm.gz
title Gentoo Linux 3.7.10
root (hd2,1)
kernel /boot/kernel-3.7.10-gentoo root=/dev/sda4
title Gentoo Linux 3.7.10
root (hd2,1)
kernel /boot/kernel-3.7.10-gentoo root=/dev/sda4 init=/bin/bb
title Windows 7 Ultimate
rootnoverify (hd2,0)
makeactive
chainloader +1
#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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment