按照7dehao兄的做法不行啊,下面是修改后的文件和运行lilo -v后的信息!
/etc/lilo.conf:
- boot = /dev/hda
- install = /boot/boot.0300
- map = /boot/System.map
- prompt
- timeout = 100
- image = /boot/vmlinuz
- root = /dev/hda7
- read-only
- label = Slackware10
- vga = 771
- video = vesa:800x600@85 #这是我加上去的!
- other = /dev/hda1
- table = /dev/hda
- label = Windows2000
复制代码
Error:
LILO version 22.5.9, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2004 John Coffman
Released 08-Apr-2004 and compiled at 00:18:50 on May 21 2004.
Warning: LBA32 addressing assumed
Reading boot sector from /dev/hda
Warning: Kernel & BIOS return differing head/sector geometries for device 0x80
Kernel: 65535 cylinders, 16 heads, 63 sectors
BIOS: 1024 cylinders, 255 heads, 63 sectors
Using MENU secondary loader
Calling map_insert_data
Unrecognized token "video" at or above line 13 in file '/etc/lilo.conf' |