Linux 版 (精华区)
发信人: qubo (qubo), 信区: Linux
标 题: [合集]怎么设置主引导系统
发信站: 哈工大紫丁香 (2003年11月10日13:34:08 星期一), 站内信件
我在装linux和window的双系统的时候
设置默认先启动linux
怎样在grub里面改过来
谢谢
────────────────────────────────────────
kit (工具是我的本体) 于 Tue Oct 21 16:47:11 2003 说道:
看看精华公布栏里LINUX中写得很清楚阿
【 在 hithu 的大作中提到: 】
: 谢谢
: ※ 修改:.hithu 於 Oct 21 16:24:35 2003 修改本文.[FROM: 202.118.235.120]
────────────────────────────────────────
hithu (鼓掌绝尘) 于 Wed Oct 22 10:17:09 2003 说道:
在精华区的什么地方
【 在 kit 的大作中提到: 】
: 看看精华公布栏里LINUX中写得很清楚阿
: 【 在 hithu 的大作中提到: 】
: : 谢谢
: : ※ 修改:.hithu 於 Oct 21 16:24:35 2003 修改本文.[FROM: 202.118.235.120..
────────────────────────────────────────
kit (工具是我的本体) 于 Thu Oct 23 10:31:49 2003 说道:
把dos/windows改为缺省启动的OS
RedHat把Linux作为lilo/grub(以下用lilo举例)缺省启动的OS,即出现 boo
t:
提示符后直接回车启动Linux。如果想改为dos/Windows,修
改文件/etc/lilo.conf,把有关启动dos的部分放在前面,再
运行一次lilo即可。例如把lilo.conf从:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.0.34-1
label=linux
root=/dev/hdc5
read-only
other=/dev/hda1
label=dos
table=/dev/hda
改为:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
other=/dev/hda1
label=dos
table=/dev/hda
image=/boot/vmlinuz-2.0.34-1
label=linux
root=/dev/hdc5
read-only
这样就可以了。在此申明这是精华版一位高手写的,由于还有很多其他内容,我就抄了这
一段供需要的同学参考!
【 在 hithu 的大作中提到: 】
: 在精华区的什么地方
:
: 【 在 kit 的大作中提到: 】
: : 看看精华公布栏里LINUX中写得很清楚阿
────────────────────────────────────────
hithu (鼓掌绝尘) 于 Thu Oct 23 12:16:55 2003 说道:
谢谢
【 在 kit 的大作中提到: 】
: 把dos/windows改为缺省启动的OS
:
: RedHat把Linux作为lilo/grub(以下用lilo举例)缺省启动的OS,即出现..
: t:
:
: 提示符后直接回车启动Linux。如果想改为dos/Windows,修
:
: 改文件/etc/lilo.conf,把有关启动dos的部分放在前面,再
:
: 运行一次lilo即可。例如把lilo.conf从:
:
: boot=/dev/hda
:
: map=/boot/map
:
: install=/boot/boot.b
:
: prompt
:
: timeout=50
: (以下引言省略...)
────────────────────────────────────────
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.153毫秒