当前位置: 技术问答>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
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。