[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:38567] kernel-image 2.4.x がブートしてくれない



渡辺です。お世話になります。

中古パソコン(NEC MATE NX MA45D)を購入し、iptables を使いたい
ので、いつも通り、2.2.20 に加え、2.4.18 のカーネルをインストー
ルしたところ、ブートできません。

CONFIG_BLK_DEV_INITRD がセットされていても(Debian メンテナー
による)、されていなくても(ソースから自分でビルド)、2.4.x だ
と、ブートできませんでした。

次のようなものを、インストールとアンインストールを繰り返し、
試してみました。

ii  kernel-image-2.2 2.2.20-5woody3   Linux kernel binary image for version 2.2.20.
rc  kernel-image-2.4 2.4.18-11        Linux kernel image for version 2.4.18 on 386.
rc  kernel-image-2.4 2.4.18-11        Linux kernel image 2.4.18 on PPro/Celeron/PII/PI
rc  kernel-image-2.4 2.4.18-11        Linux kernel image 2.4.18 on PPro/Celeron/PII/PI
rc  kernel-image-2.4 2.4.18-5         Linux kernel image 2.4.18 on PPro/Celeron/PII/PI
ii  kernel-image-2.4 local.1.0        Linux kernel binary image for version 2.4.22.

いつもなら、オフィシャルのカーネル・イメージで一発でうまくい
くんすけどね。珍しい。困りました。ヒントをいただけるとありが
たいです。

============================================================
$ /sbin/lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX - 82443BX/ZX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX - 82443BX/ZX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corp. 82371AB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB PIIX4 ACPI (rev 02)
00:0a.0 Multimedia audio controller: Yamaha Corporation DS1L Audio (rev 04)
00:10.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX [Boomerang]
00:12.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX [Boomerang]
00:14.0 Ethernet controller: Intel Corp. 82557 [Ethernet Pro 100] (rev 05)
01:00.0 VGA compatible controller: NVidia / SGS Thomson (Joint Venture) Riva128 (rev 10)
============================================================
$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a #, and everything on the line after them are ignored.
3c59x
============================================================
(/var/log/syslog の内のそのときの部分ら辺を抜粋)
Oct 28 07:02:58 bubbles -- MARK --
Oct 28 07:16:22 bubbles init: Switching to runlevel: 6
Oct 28 07:16:28 bubbles /usr/sbin/gpm[894]: Removing stale pid file /var/run/gpm.pid
Oct 28 07:16:28 bubbles postfix/postfix-script: stopping the Postfix mail system
Oct 28 07:16:28 bubbles postfix/master[272]: terminating on signal 15
Oct 28 07:16:30 bubbles rpc.statd[167]: Caught signal 15, un-registering and exiting.
Oct 28 07:16:30 bubbles kernel: Kernel logging (proc) stopped.
Oct 28 07:16:30 bubbles kernel: Kernel log daemon terminating.
Oct 28 07:16:30 bubbles exiting on signal 15
Oct 28 07:25:16 bubbles syslogd 1.4.1#10: restart.
============================================================
(/etc/lilo.conf より抜粋)

default=Linux

image=/vmlinuz
	label=Linux
	read-only
#	restricted
#	alias=1
#	initrd=/initrd.img

image=/vmlinuz.old
	label=LinuxOLD
	read-only
	optional
#	restricted
#	alias=2


image=/vmlinuz-2.2.20
	label=Linux-2.2.20
	read-only
#	restricted
#	alias=1

image=/vmlinuz-2.4.22
	label=Linux-2.4.22
	read-only
#	restricted
#	alias=1
#	initrd=/initrd.img-2.4.22
============================================================
(オフィシャルパッケージ使用時は、initrd の部分のコメントを有
効にします)

---
渡辺崇史(lieuML@xxxxxxxxxxx)