|
发表于 2002-12-10 14:20:21
|
显示全部楼层
建议不是lilo,虽然lilo确实有用。
建议使用grub,然后在升级内核的时候直接
apt-get install linux-image-2.4.20-686
安装完了以后,在/etc/grub.conf中添加:
title Debian (kernel 2.4.20)
root (hd0,1) # add you root device here , pay attention to number
kernel /boot/vmlinux-2.4.20-686
initrd=/boot/initrd.img-2.4.20-686
重新启动机器,就可以选择使用2.4.24内核引导了。 |
|