> もし 3.2 の /boot の中に initrd-2.4.31-0vl8.img
> というファイルが
> 見当たらなければ、initrd
> の行は削除してもいいと思います。
> もしあったら、initrd の行を
> initrd /boot/initrd-2.4.31-0vl8.img
> と書き換えればうまくいくと思います。
KMと申します。ご回答有難うございます。
[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』
となります。何が原因でしょうか?
お手数お掛けしましてすいません。