Veldrin 发表于 2003-5-31 13:52:35

急问:请问编译内核后如何更改grub.conf?

bzImage已经编译出来了,现在我的grub.conf如下

────────────────────────────
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hda3
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-13.9)
root (hd0,0)
kernel /vmlinuz-2.4.20-13.9 vga=0x314 ro root=/dev/hda3 hdc=ide-scsi
initrd /initrd-2.4.20-13.9.img
────────────────────────────

如果想不删除原来的内核,而是仅仅添加一项,该如何修改?
那个initrd后门的是什么意思?

比较急,盼答复,谢谢

:shock:

atfa 发表于 2003-5-31 14:54:00

如果你用lilo
我就可以回答你了

Veldrin 发表于 2003-5-31 14:58:03

:oops:

手头的教程就是用lilo的,开始没注意,几经干到现在才发现


要么,请大大解释一下用bzImage启动的原理,我乱改试试,大不了挂掉嘛。

marship 发表于 2003-5-31 15:01:11

真接在最后再加上:
title red hat linux
#new linux kernel
root(hd0,0)
kernel /bzImage ro root=/dev/hda3 hdc=ide=scsi
就这样,还要把baImage拷贝到你放vmlinuz-2.4.20-13.9 的地方,一般是在/etc/boot下吧,你自己找找吧

Veldrin 发表于 2003-5-31 15:08:28

多谢,我还有一点疑问
原来的grub.conf有两行
kernel /vmlinuz-2.4.20-13.9 xxxxx……
initrd /initrd-2.4.20-13.9 xxxxx……

那第二行initrd开头的那个文件又是做什么用的? :shock:
页: [1]
查看完整版本: 急问:请问编译内核后如何更改grub.conf?