[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:56799] grub-install のエラー
- From: htaka <9seihtaka@xxxxxxxxx>
- Subject: [debian-users:56799] grub-install のエラー
- Date: Sat, 25 May 2013 00:53:50 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=2ZALMl1wFPndxkcRv0LljOb6T80zy/Z5OFG0o9W4dYY=; b=IfHH6Rnwzg4B8duJKrIN1fX5zZe0PI5gjxxlLeFZbX5tGE8pis0gUfwQKlveSWhbSM up2B/h4T3tnkswgd+0wfgCNtXdg1LIWzS5jTkqVs9Ap9ULXr1QoxOxUHApGNfj90bsXM ZT85uSoZDTPU3kwTnTPPKT/Ta91WG8TxV8UA4mNLefS3syU13sasJ9kWPtmAYt5H25xK p1LQzrhQWP+zNhvksJCOE216fQnibSnuyEDVw2WlZDE2DudO3ew/Psd7MP9LtULPZ7i4 mPG3yfY6vdYrOt/H08ysc295OI6xo88Q1amIkZXEDHuqYgAQGUO1grTxaZYt4AKpM+jh B+fg==
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- 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 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users-dist@debian.or.jp
- X-received: by 10.68.24.232 with SMTP id x8mr18762854pbf.150.1369410828569; Fri, 24 May 2013 08:53:48 -0700 (PDT)
- X-spam-checker-version: SpamAssassin 3.2.5 (2008-06-10) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-2.4 required=10.0 tests=KI autolearn=disabled version=3.2.5
- Message-id: <519F8D06.1090007@xxxxxxxxx>
- X-mail-count: 56799
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
みなさん、こんにちは。お世話になります。
Debian をWheezyにupgradeし、Kernel 3.2.41をrecomplieして、dpkg -i linux-image....debをしてrebootしたところ、
bootの際に、GRUBと表示された状態で止まってしまうようになってしまったため、install CDのrescue modeで、grub-installを実行したのですが、
# grub-install /dev/sda
/usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!.
/usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is descouraged..
/usr/sbin/grub-setup: error: will not proceed with blocklists.
# grub-install --force /dev/sda
/usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!.
/usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is descouraged..
/usr/sbin/grub-setup: error: cannot read `/grub/core.img' correctly.
となってしまいます。解決のためには、何から手を付けたら良いのか、アドバイスを頂けないでしょうか。なお、Diskのpartitionは、
# parted /dev/sda
Model: ATA .....
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 17.4kB 256MB 256MB ext2 boot
2 256MB 2000GB 2000GB lvm
という状態です。
また、dpkg -i linux-image...debを実行すると、最後に
Imagepath /boot/images not found
done
と表示されます。
よろしくお願いします。
笛田