|
|

楼主 |
发表于 2009-7-24 16:34:37
|
显示全部楼层
Post by cliffordli;2009105
这玩意看手册就够了吧。
http://www.gentoo.org/doc/zh_cn/ ... ?part=1&chap=10
关于rescue, 手册也有呀?
- title Gentoo Linux 2.6.24-r5 (rescue)
- # 内核镜像(或者操作系统)所在分区
- root (hd0,0)
- kernel /boot/kernel-2.6.24-gentoo-r5 root=/dev/sda3 init=/bin/bb
复制代码
我的menu.lst一高兴还加了个puppy linux以备救急(虽然从来没用过).
~$ cat /boot/grub/menu.lst
default 0
timeout 10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
# Gentoo Linux
title Gentoo Linux 2.6.29-r5
root (hd0,2)
kernel /boot/kernel-2.6.29-gentoo-r5 root=/dev/sda8
# Windows XP
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
# Puppy Linux
title Puppy Linux
root (hd0,0)
kernel /puppy/vmlinuz max_loop=25 PMODE=idehd
initrd /puppy/initrd.gz
以下是我的grub.conf
default 1
timeout 30
splashimage=(hd0,1)/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,1)
kernel /kernel-genkernel-x86-2.6.24-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda4
initrd /initramfs-genkernel-x86-2.6.24-gentoo-r5
title=windows
root (hd0,0)
makeactive
chainloader +1
我现在进不去gentoo.启动过程也没有菜单让我选择从那个启动系统.默认直接从2003就启动了.明白我的意思了吗?你给我的资料我刚看了不是很理解gentoo的所谓营救模式是怎么启动的.如果是在grub.conf里设置的.那我现在根本没有办法进入.请指教! |
|