KMです。ご回答有難うございます。
> kernelは読めてるようなので、/boot/initrd.old.imgがない
> んでしょうね。
> 多分必要ないので、この行自体消しちゃっても問題はないか
と。
早速、試してみましたら
『:
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0
Software Suspend 2.1.5.7B: You need to use a resume2=
command line parameter to tell Software Suspend 2 where to
look for an image.
Software Suspend 2.1.5.7B: Missing or invalid storage
location (resume2= parameter). Please correct and rerun
lilo (or equivalent) before suspending.
VFS: Cannot open root device "" or 00:13
Kernel panic: VFS: Unable to mount root fs on 00:13』
と途中で止まってしまいました。これはどうすればいいのでし
ょうか?
> LILOがちゃんと入っていないか確かめる方法はありますでし
ょ
>> うか?
> 普通にbootしてLILOの画面が起動しないんなら、ちゃんとイ
ンストール出来てな
> いんじゃないですか?
LILOの画面は出ませんでした。
、、という事はLILOが入っていないのですね。
因みに
[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』
となってしまいます。