[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:32722] woody の lilo22.2 で boot sector が更新できない
- From: "M.Ishimoto" <ishimoto@xxxxxxxxxxxxxx>
- Subject: [debian-users:32722] woody の lilo22.2 で boot sector が更新できない
- Date: Sun, 5 May 2002 02:15:17 +0900
- X-accept-language: ja
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 3.0pl#17]; post only (only members can post)
- Message-id: <3CD4171F.6020001@xxxxxxxxxxxxxx>
- X-mail-count: 32722
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2
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"
で、起動しています。