vine-users ML アーカイブ



[vine-users:052017] Re: invalid IO or ORQ parameters のエラ ーが…

  • From: "KM" <Koji.Matsui@xxxxxxxxxxxxxxxxx>
  • Subject: [vine-users:052017] Re: invalid IO or ORQ parameters のエラ ーが…
  • Date: Mon, 8 Jul 2002 15:22:49 +0900
KMです。

hiroさんは書きました。
> grub> root (hd0,5)
> grub> kernel /boot/vmlinuz-2.4.18-3 root=/dev/hda6
> grub> boot
これでブートできました。

> で、Redhatが起動するはずです。
> しかし、なぜメニューが出なくなったんでしょうね?
/boot/grub/grub.conf~
となってました。
フロッピーにコピーでなく移動してしまったみたいです。
お騒がせ致しました。

Yuuzaki Masahiroさんは書きました。
>  って言うより、せっかくhintが出てるんですから、
>  initrd /boot/vmlinuz
> が問題では?
RedHatで/boot/grub/grub.conf内の
title Vine Linux 2.5
 root (hd0,6)
 kernel /boot/vmlinuz-2.4.18-0vl3 ro root=/dev/hda7
 initrd /boot/vmlinuz

にある /boot/vmlinuzは/boot/vmlinuz-2.2.20-0vl10へのリンクになってました。
それで
title Vine Linux 2.5
 root (hd0,6)
 kernel /boot/vmlinuz-2.4.18-0vl3 ro root=/dev/hda7
 initrd /boot/vmlinuz-2.4.18-0vl3

に書換えてみてブートしてみたら
「insmod: Hint: insmod errors can be caused by incorrect module
parameters,including invalid IO or ORQ parameters」
の部分だけは失くなりました。
でも相変わらず
/dev/hda7 is mounted. e2fsck: Cannot continue,aborting.          
                 
                          [FAILED]
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root passwd for maintenance
(or type Control-D for normal startup):

のエラーは出てます。


KIKUCHI Junichiさんは書きました。
> 勇崎さんもおっしゃっていますが、ここのことですね。
> initrd は、initrd-2.4.18-0vl3.img みたいな名前です。
探してみたのですかちょっと見つからないんですよね。
Vineで
# find / -name *.img
としてみたのですがそれらしいものはヒットしませんでした。

う〜ん、imgファイルが無い場合にはどう記述すればいいのでしょうか?

> /etc/modules.conf を確認してみた方がいいかも、です。
Vineでの/etc/modules.confは
alias parport_lowlevel parport_pc
alias eth0 8139too
# add by postinstallscript of ppxp rpm
alias tap0 ethertap
options -o tap0 unit=0
alias tap1 ethertap
options -o tap1 unit=1
# you can continue for units tap2 through tap15
# if you like, but usually only the first is needed.

となっていますが…何か問題があるでしょうか?