[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:32722] woody の lilo22.2 で boot sector が更新できない



lilo22.2をインストールしようとすると、
aladdin:/# /sbin/lilo
Warning: /dev/sda1 is not on the first disk
Fatal: First boot sector is version 22.1. Expecting version 22.2.
となって、liloのboot sectorを更新できません。

このトラブルは、lilo22.1以前では出ていませんでした。

lilo.confは

lba32
boot=/dev/sda1
root=/dev/sda1
#compact
install=/boot/boot.b
delay=20
map=/boot/map
#vga=normal
image=/bzImage
label=Linux
read-only


起動は、WindowsXPのブートローダーを使っているので。
/sbin/lilo -v
dd if=/dev/sda1 of=bootlin.pbr bs=512 count=1

bootlin.pbrをc:\にコピーして

c:\boot.ini

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home
Edition" /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect
C:\bootlin.pbr="Linux"

で、起動しています。