当前位置: 技术问答>linux和unix
有谁会用LILO工具来管理引导系统?
来源: 互联网 发布时间:2015-02-23
本文导语: 有谁会用LILO工具来管理引导系统?我得系统有window2000和Ted Hat Linux 8.0 两个系统,我用得是Linux中的LILO来引导系统。我想改变它启动时的默认选项? | /etc/lilo.conf文件是lilo的配置文件 里面有...
有谁会用LILO工具来管理引导系统?我得系统有window2000和Ted Hat Linux 8.0 两个系统,我用得是Linux中的LILO来引导系统。我想改变它启动时的默认选项?
|
/etc/lilo.conf文件是lilo的配置文件
里面有一个default的选项
把它改成你要的一个系统就可以啦。
prompt
timeout=40
default=linux-7 (和label对应)
boot=/dev/sda1
image=/boot/vmlinuz-2.4.7-10
label=linux-7
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/sda2
image=/boot/vmlinuz-me
label=linux-me
initrd=/boot/initrd-2.4.20.img
read-only
root=/dev/sda2
里面有一个default的选项
把它改成你要的一个系统就可以啦。
prompt
timeout=40
default=linux-7 (和label对应)
boot=/dev/sda1
image=/boot/vmlinuz-2.4.7-10
label=linux-7
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/sda2
image=/boot/vmlinuz-me
label=linux-me
initrd=/boot/initrd-2.4.20.img
read-only
root=/dev/sda2
|
http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=2497
http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=2496
http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=2496