Hello there!

Since I had to reinstall win95, lilo refuese to write the boot sector. Why?

Here is the output:
Reading boot sector from /dev/sda
Merging with /boot/boot.b
Secondary loader: 8 sectors.
Mapping message file /etc/lilo.msg
Message: 1 sector.
Boot image: /vmlinuz
Setup length is 9 sectors.
Mapped 1379 sectors.
Added l0
Boot image: /boot/zImage-2.0.36
Setup length is 9 sectors.
Mapped 742 sectors.
Added l1 (alias 2.0.36)
Boot image: /boot/zImage-2.2.0-pre7
Setup length is 7 sectors.
Mapped 882 sectors.
Added l2 (alias 2.2.0-pre7) *
Boot other: /dev/sda1, on /dev/sda1, loader /boot/chain.b
Partition entry not found.
Removed temporary file /boot/map~

And here is my /etc/lilo.conf
boot = /dev/sda
default = l2
#force-backup = /boot/boot.backup-`date '+%y%d%m:%H%M%S'`
install = /boot/boot.b
message = /etc/lilo.msg
prompt
read-only
timeout = 90
verbose = 2
vga = extended
image = /vmlinuz
        label = l0
        root = /dev/sdb1
#       initrd =
#       reboot = warm
image = /boot/zImage-2.0.36
        optional
        label = l1
        alias = 2.0.36
        root = /dev/sdb1
#       initrd = /boot/initrd-2.0.36
#       reboot = warm
image = /boot/zImage-2.2.0-pre7
        optional
        label = l2
        alias = 2.2.0-pre7
        root = /dev/sdb1
#       initrd = /boot/initrd-2.2.0-pre7
#       reboot = warm
other = /dev/sda1
        optional
        label = ms
        table = /dev/sda1
--
   ,---._____________________________
  /                                  \   |~~\_____/~~\__  |
 | [EMAIL PROTECTED]  >---\______====== )-+
 |  ,---.___________________________/            ~~~|/~~  |
 |/                                                 ()

Reply via email to