vine-users ML アーカイブ



[vine-users:076607] Re: Grub で エラー「 rootnoverify (hd0,5)   chainloader+1   Error 13: Invalid or unsupported executable format 」

  • From: kkk mmm <merissa0@xxxxxxxxxxx>
  • Subject: [vine-users:076607] Re: Grub で エラー「 rootnoverify (hd0,5)   chainloader+1   Error 13: Invalid or unsupported executable format 」
  • Date: Tue, 10 Apr 2007 14:04:03 +0900 (JST)
KMです。
ご解答有難うございます。

>  # /mount -t ext3 /dev/sda6 (<-だったかな?) /mnt
>  とかするとmountできますので
>  # ls -l /mnt/boot 
>  のようにすると boot/
> 以下にあるファイルがみえるでしょう。
[root@localhost root]# mount -t ext3 /dev/sda6 /mnt
[root@localhost root]# cd /mnt/boot
[root@localhost boot]# ls
System.map@                  kernel.h@
System.map-2.4.31-0vl1.8     kernel.h-2.4.31
autoconf-up.h@               message
autoconf-up.h-2.4.31-0vl1.8  module-info@
diag1.img                    module-info-2.4.31-0vl1.8
diag2.img                    vmlinuz@
initrd-2.4.31-0vl1.8.img     vmlinuz-2.4.31-0vl1.8

となっていましたので

title Vine Linux 3.2
	root (hd0,5)
	kernel /boot/vmlinuz-2.4.31-0vl1.8
        initrd /boot/initrd-2.4.31-0vl1.8.img
とすると
『:
Red Hat nash version 3.5.23 starting
Mounted /proc filesystem
Mounting sysfs
mount: error 19 mounting sysfs
Creating block devices
Creating root device
umount /sys failed:22
Software Suspend 2.1.5.7B: You need to use a resume 2=
command line parmeter to tell Software Suspend 2 where to
look for an image.
Software Suspend 2.1.5.7B:Missing or invalid strage
location (resume2= parameter).Please correct and rerun
lilo (or equivalent) before suspeding.
VFS: Cannot open root device "" or 00:13
Please append a correct "root=" boot option
Kernel panic: VFS: unable to mount root fs on 00:13』

となってしまいます。

title Vine Linux 3.2
	root (hd0,5)
	kernel /boot/vmlinuz-2.4.31-0vl1.8 vga=0x301
root=/dev/sda6
        initrd /boot/initrd-2.4.31-0vl1.8.img

としましても
『:
Red Hat nash version 3.5.23 starting
Mounted /proc filesystem
Mounting sysfs
mount: error 19 mounting sysfs
Creating block devices
Creating root device
umount /sys failed:22
Software Suspend 2.1.5.7B: You need to use a resume 2=
command line parmeter to tell Software Suspend 2 where to
look for an image.
Software Suspend 2.1.5.7B:Missing or invalid strage
location (resume2= parameter).Please correct and rerun
lilo (or equivalent) before suspeding.
VFS: Cannot open root device "" or 00:13
Please append a correct "root=" boot option
Kernel panic: VFS: unable to mount root fs on 08:06』

うーん、何か間違ってますでしょうか?