Created
October 4, 2012 08:42
-
-
Save wolfg1969/3832294 to your computer and use it in GitHub Desktop.
my gentoo grub conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default 0 | |
| timeout 30 | |
| splashimage=(hd0,6)/boot/grub/splash.xpm.gz | |
| title Gentoo Linux 3.2.12-r1 | |
| root (hd0,6) | |
| kernel /boot/kernel-3.2.12-gentoo-r1 root=/dev/sda7 video=uvesafb:mtrr:3,ywrap,1280*800-32 splash=slient,fadein,theme:livedvd-12.0 quiet console=tty1 | |
| initrd /boot/initramfs-bootsplash | |
| title Gentoo Linux 3.1.6-r9 | |
| root (hd0,6) | |
| kernel /boot/kernel-3.1.6-gentoo-r9 root=/dev/sda7 video=uvesafb:mtrr:3,ywrap,1280*800-32 | |
| title Gentoo Linux 3.1.6-r8 | |
| root (hd0,6) | |
| kernel /boot/kernel-3.1.6-gentoo-r8 root=/dev/sda7 video=uvesafb:mtrr:3,ywrap,1280*800-32 | |
| title Gentoo Linux 3.1.6-r1 | |
| root (hd0,6) | |
| kernel /boot/kernel-3.1.6-gentoo-r1 root=/dev/sda7 video=uvesafb:mtrr:3,ywrap,1280*800-32 | |
| title Gentoo Linux 3.1.6-r1 (rescue) | |
| root (hd0,6) | |
| kernel /boot/kernle-3.1.6-gentoo-r1 root=dev/sda7 init=/bin/bb | |
| title Windows 7 | |
| rootnoverify (hd0,1) | |
| makeactive | |
| chainloader +1 | |
| # vim:ft=conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment