[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:33827] Re: 2.4.18 系 kernel-package について
山崎です。皆様アドバイスをありがとうございます。
>武藤@Debianぷろじぇくとです。
>多分ext3にしたのとは無関係(/etc/fstabを戻してもダメでしょう)で、
>kernel-image-2.4系列で採用されているinitrdのほうをちゃんと設定していな
>いのでしょう。
行き違いになってしまってスミマセン。やはりext3とは無関係なのですね。
2.4系列のinitrdのことは知りませんでした。
>で、liloがおかしいはずです :-)
あわわっ(^^; また早とちりしてしまったようです。メッセージを調べてみますと、
As a reminder, in order to configure lilo, you need to add an
'initrd=/initrd.img' to the image=/vmlinuz stanza of your /etc/lilo.conf
I repeat, You need to configure your boot loader. If you have already done
so, and you wish to get rid of this message, please put
'do_initrd = Yes'
in /etc/kernel-img.conf. Note that this is optional, but if you do not,
you'll continue to see this message whenever you install a kernel image
using initrd.
Do you want to stop now? [Y/n]
ホントですね・・・(^^; 言われたとおりに/etc/lilo.confを
image=/vmlinuz
label=Linux
read-only
initrd=/initrd.img
do_initrd=Yes
次に/etc/kernel-img.confを
do_symlinks = Yes
do_initrd = Yes
としてrebootすると、バッチリうまくいきました。ホット一息です。
>ちなみに自分で2.4.18をコンパイルしてinitrdを使わないようにすればこれで
>頭を悩ませることはないです。
kernel-image-2.4.18-bf2.4パッケージは特にliloやkernel-img.confを修正しなくて
もうまくいきました。きちんとジャーナルファイルとしても動作します。これは
kernel-image-2.4.18-bf2.4がinitrdを使わないようになっているからなのですね。
大変勉強になりました。