|
怎么在启动的时候看grub的里面会带这些东西?
一般标准的启动语句不是只有
kernel /boot/vmlinuz-xxxxxxxxxxx
initrd /boot/initrd-xxxxxxxxxx
而装好了FC5后,看里面不是标准的,多出了
ro root=LABEL=/1 rhgb queit等东西
请解释一下
LABEL是什么东西好吗?我看了grub的详细说明书
在kernel命领的参数里面没有ro root LABEL 等参数!
所以请大家给个详细的解释吧.谢谢啦.
前面已经用过root (hd0,
为什么在kernel里面还要指定root=/LABEL=/1????
这个LABEL和/1分别是什么?指的什么
如果我从DOS里面里面
c:
cd grub
c:\grub\grub.exe
启动grub后再输入
root (hd0,
kernel /boot/vmlinuz-xxxxxxxxx
initrd /boot/initrd.img-xxxxxxxxx
boot
会出现错误,停止不动....什么kill init什么的.
但是如果用
chinaiload +1
boot
启动装在/dev/hd9
的grub
却可以启动了?
怎么回事? |
|