LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1340|回复: 6

(菜鸟学slackware)slackware13.0+XP 更改lilo中系统的启动顺序

[复制链接]
发表于 2010-3-7 10:51:52 | 显示全部楼层 |阅读模式
以下为/etc/lilo.conf文件内容
append=" vt.default_utf8=1"
boot = /dev/sda
  bitmap = /boot/slack.bmp
  bmp-colors = 255,0,255,0,255,0
  bmp-table = 60,6,1,16
  bmp-timer = 65,27,0,255

prompt
timeout = 1200
change-rules
  reset
vga = 773
# Windows bootable partition config begins
other = /dev/sda1
  label = Windows
  table = /dev/sda
# Windows bootable partition config ends

# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda9
  label = Linux
  read-only
# Linux bootable partition config ends

安装slackware13时候安装lilo的默认配置,结果起来后默认引导XP
google一下,说的lilo的配置文件跟我的不太一样,我的找不到default选项,可能不是slackware13的版本。
于是我把两个#之间内容换了个顺序,即

# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda9
  label = Linux
  read-only
# Linux bootable partition config ends

# Windows bootable partition config begins
other = /dev/sda1
  label = Windows
  table = /dev/sda
# Windows bootable partition config ends

然后运行/sbin/lilo -v
成功实现默认引导linux
发表于 2010-3-7 11:08:40 | 显示全部楼层
..........
加一行 default = Linux 就默认引导 slk
default = Windows 就默认引导 xp
...........
这是最基本的东西
回复 支持 反对

使用道具 举报

发表于 2010-3-7 13:27:55 | 显示全部楼层
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda9
label = Linux
read-only
# Linux bootable partition config ends

# Windows bootable partition config begins
other = /dev/sda1
label = Windows
table = /dev/sda
# Windows bootable partition config ends

以上的两个系统配置里各有一个 label,你想让哪个默认启动,就是lilo.conf上部加一个 default = Linux或Windows就可以了,
回复 支持 反对

使用道具 举报

发表于 2010-3-31 14:42:41 | 显示全部楼层
要这么复杂吗,有没有简单点啊啊
回复 支持 反对

使用道具 举报

发表于 2010-3-31 15:15:45 | 显示全部楼层
Post by owenchn;2079403
要这么复杂吗,有没有简单点啊啊


这还不简单啊?

所谓简单,就是:
我说启动Windows,电脑自动进Win
我说启动Linux,电脑自动进Linux

纯属说笑
回复 支持 反对

使用道具 举报

发表于 2010-3-31 19:19:44 | 显示全部楼层
顶!加油!哈哈!
回复 支持 反对

使用道具 举报

发表于 2010-4-1 19:10:39 | 显示全部楼层
最前面加上"default=Linux"就行了~~

man lilo.conf
  default=<name>
              Uses  the specified image as the default boot image. If `default' is omitted, the image appearing first in the configuration file is used. See also, vmdefault below.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表