[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:50871] Re: MBRを上書きしてしまいました。
梅田です。長南様お世話になります。
>
> 「Verifying DMI Pool Data」というのは、Web で調べたところでは、
> BIOS の設定を変えると出るらしいけれど……。
>
> それはそうと、失礼ながら、そちらの状況がさっぱりわかりません。
申し訳ありません。まだまだ質問する際の情報提供が未熟です。まず、
ありきたりな、情報を下記に示します。
PC:自作機、80GのHDDを2台積み、最初フルインストールでVineが入って
ました。Vineは一台目のHDDで、全て収まり、ext3フォーマットされて
はいるものの、実質、空っぽの状態で今回、初めてDebianを入れてみ
ました。
BIOS(普段):first boot drive CD-ROM
以下同じ。
KAWANO様のご指摘で、Boot順をHDDから順に入れ替えましたが、エラーが出て
止まってしまいました。
> 1) BIOS におけるデバイスの起動順は、今現在具体的にはどうなって
> いるのですか。
元の状態、つまり、BOOT順の設定は、全てCD-ROMにして居ります。
> 2) 今現在、ハードディスクからブートしようとしているのですか。
ハードディスクからブートしようとしても途中で(電源を入れて、基
本的なハードの読み込みがあってすぐに)止まってしまいます。
> 3) それとも、CD を入れて、CD からブートしようとしているのですか。
CDといってもインストールCD だけなので、インストールが始まってしま
います。Debianは昨日、初めてインストールしたので、インストールし
なおしても成功するなら、実害は無いのですが、VineはMLでのメール(見た
かったら、現在は使えないものの、後で見ることは出来るのですが)設定
ファイル、は惜しいです。昔のVineみたいに、起動Diskがあると良いので
すが。そこで、KNOPPIXを起動してみました。これは上手くいきました。
HDB(Debianの領域です)をマウントすると、menu.listが表示されました。
> 4) 何の CD なんですか。
手元に有るのはインストールCDと、KNOPPIXだけです。質問なのですが、イ
ンストールCDからブートする方法が有るのでしょうか?手持ちの書籍で調
べたのですが、MBRが上書きされたら、もう、手は無い、MBRをバックアッ
プするようにとの解説でした。
> 5) これまでにその CD からブートできたことはあったのですか。
これまでにというか、昨日、初めてインストールしたので、HDDから
直接、ブートしてました。何か、インストールCDで、ブートする方法
が有るのなら、出来ると思います。KNOPPIXは起動できているので、
上手くいくと思います。
> なお、DOS の FDISK の出力を見せられても、よくわからないところが
> あります。やっぱり、Linux の fdisk -l の結果をみたいと思います。
> せめて CD からブートできないと、無理でしょうけれど。
KNOPPIXが起動できたので、fdisk -l を試しました。以下、結果です。
> Disk /dev/hda: 81.9 GB, 81964302336 bytes
> 255 heads, 63 sectors/track, 9964 cylinders
> Units = シリンダ数 of 16065 * 512 = 8225280 bytes
> Disk identifier: 0x00000000
>
> デバイス Boot Start End Blocks Id
> System
> /dev/hda1 * 1 13 104391 83
> Linux
> /dev/hda2 14 139 1012095 82
> Linux swap / Solaris
>
> Disk /dev/hdb: 81.9 GB, 81964302336 bytes
> 255 heads, 63 sectors/track, 9964 cylinders
> Units = シリンダ数 of 16065 * 512 = 8225280 bytes
> Disk identifier: 0x5e3eb15c
>
> デバイス Boot Start End Blocks Id
> System
> /dev/hdb1 * 1 9780 78557818+ 83
> Linux
> /dev/hdb2 9781 9964 1477980 5
> 拡張領域
> /dev/hdb5 9781 9964 1477948+ 82
> Linux swap / Solaris
> root@Knoppix:/ramdisk/home/knoppix#
これは、Debianのmenu.listです。
> # menu.lst - See: grub(8), info grub, update-grub(8)
> # grub-install(8), grub-floppy(8),
> # grub-md5-crypt, /usr/share/doc/grub
> # and /usr/share/doc/grub-doc/.
>
> ## default num
> # Set the default entry to the entry number NUM. Numbering
> starts from 0, and
> # the entry number 0 is the default if the command is not
> used.
> #
> # You can specify 'saved' instead of a number. In this
> case, the default entry
> # is the entry saved with the command 'savedefault'.
> # WARNING: If you are using dmraid do not change this
> entry to 'saved' or your
> # array will desync and will not let you boot your system.
> default 0
>
> ## timeout sec
> # Set a timeout, in SEC seconds, before automatically
> booting the default entry
> # (normally the first entry defined).
> timeout 5
>
> # Pretty colours
> color cyan/blue white/blue
>
> ## password ['--md5'] passwd
> # If used in the first section of a menu file, disable all
> interactive editing
> # control (menu entry editor and command-line) and
> entries protected by the
> # command 'lock'
> # e.g. password topsecret
> # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
> # password topsecret
>
> #
> # examples
> #
> # title Windows 95/98/NT/2000
> # root (hd0,0)
> # makeactive
> # chainloader +1
> #
> # title Linux
> # root (hd0,1)
> # kernel /vmlinuz root=/dev/hda2 ro
> #
>
> #
> # Put static boot stanzas before and/or after AUTOMAGIC
> KERNEL LIST
>
> ### BEGIN AUTOMAGIC KERNELS LIST
> ## lines between the AUTOMAGIC KERNELS LIST markers will
> be modified
> ## by the debian update-grub script except for the default
> options below
>
> ## DO NOT UNCOMMENT THEM, Just edit them to your needs
>
> ## ## Start Default Options ##
> ## default kernel options
> ## default kernel options for automagic boot options
> ## If you want special options for specific kernels use
> kopt_x_y_z
> ## where x.y.z is kernel version. Minor versions can be
> omitted.
> ## e.g. kopt=root=/dev/hda1 ro
> ## kopt_2_6_8=root=/dev/hdc1 ro
> ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
> # kopt=root=/dev/hdb1 ro
>
> ## default grub root device
> ## e.g. groot=(hd0,0)
> # groot=(hd1,0)
>
> ## should update-grub create alternative automagic boot
> options
> ## e.g. alternative=true
> ## alternative=false
> # alternative=true
>
> ## should update-grub lock alternative automagic boot
> options
> ## e.g. lockalternative=true
> ## lockalternative=false
> # lockalternative=false
>
> ## additional options to use with the default boot option,
> but not with the
> ## alternatives
> ## e.g. defoptions=vga=791 resume=/dev/hda5
> # defoptions=
>
> ## should update-grub lock old automagic boot options
> ## e.g. lockold=false
> ## lockold=true
> # lockold=false
>
> ## Xen hypervisor options to use with the default Xen boot
> option
> # xenhopt=
>
> ## Xen Linux kernel options to use with the default Xen
> boot option
> # xenkopt=console=tty0
>
> ## altoption boot targets option
> ## multiple altoptions lines are allowed
> ## e.g. altoptions=(extra menu suffix) extra boot options
> ## altoptions=(single-user) single
> # altoptions=(single-user mode) single
>
> ## controls how many kernels should be put into the
> menu.lst
> ## only counts the first occurence of a kernel, not the
> ## alternative kernel options
> ## e.g. howmany=all
> ## howmany=7
> # howmany=all
>
> ## should update-grub create memtest86 boot option
> ## e.g. memtest86=true
> ## memtest86=false
> # memtest86=true
>
> ## should update-grub adjust the value of the default
> booted system
> ## can be true or false
> # updatedefaultentry=false
>
> ## ## End Default Options ##
>
> title Debian GNU/Linux, kernel 2.6.18-6-686
> root (hd1,0)
> kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb1 ro
> initrd /boot/initrd.img-2.6.18-6-686
> savedefault
>
> title Debian GNU/Linux, kernel 2.6.18-6-686 (single-user
> mode)
> root (hd1,0)
> kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb1 ro
> single
> initrd /boot/initrd.img-2.6.18-6-686
> savedefault
>
> ### END DEBIAN AUTOMAGIC KERNELS LIS