|
|

楼主 |
发表于 2008-11-25 21:34:30
|
显示全部楼层
livecd grub # more grub.conf
# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
# http://www.gentoo.org/doc/en/han ... p;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,2)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.24-r5
root (hd0,2)
kernel /boot/kernel-genkernel-x86-2.6.25-gentoo-r9 root=/dev/ram0 real_root=/dev/sda3 doscsi vga=0x318
initrd /boot/initramfs-genkernel-x86-2.6.25-gentoo-r9
title xp
rootnoverify (hd0,0)
makeactive
chainloader +1
# vim:ft=conf: |
|