[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:41333] Re: kernel 2.4.26で Kernel panic
- From: <mac24@xxxxxxxxxxxxxxxxx>
- Subject: [debian-users:41333] Re: kernel 2.4.26で Kernel panic
- Date: Thu, 9 Sep 2004 12:06:10 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level: ***
- X-spam-status: No, hits=3.6 required=10.0 tests=FROM_ENDS_IN_NUMS,IN_REP_TO,ISO2022JP_BODY, ISO2022JP_CHARSET,NO_REAL_NAME,QUOTED_EMAIL_TEXT, RCVD_IN_ORBS,RCVD_IN_OSIRUSOFT_COM,REFERENCES, SPAM_PHRASE_00_01,X_OSIRU_OPEN_RELAY version=2.44
- References: <20040908210554.54B2.TANNO@xxxxxxxxxxxxxx>
- Message-id: <20040909030607.MSSU7258.mpb2.plala.or.jp@xxxxxxxxxxxxxxxxxxxxx>
- X-mail-count: 41333
- X-mailer: EdMax Ver2.85.5F
こんにちは。初投稿の 松島@愛知 です。
先日、"/" をソフトウェアRAID化しているとき、
> ---------------------------------------------------------------
> pivot_root: No such file or directory
> /sbin/init: 426: cannot open dev/console: No such file
> Kernel panic: Attempted to kill init!
> ---------------------------------------------------------------
と同じエラーが出ました。外しているかもしれませんが、その時の対処法を書きます。
環境:
Debian(sarge)
kernel-image-2.6.7-1-686
initrd-tools_0.1.74
================================================================================
"/etc/mkinitrd/mkinitrd.conf"を編集。
-------------------------------------------------
ROOT=probe
↓
ROOT=/dev/md0 (← /dev/sda3)
-------------------------------------------------
------------------------------------------------------------------------
# mkinitrd -o /boot/initrd.img-2.6.7-1-686 2.6.7-1-686 (← 2.4.27-1-686)
------------------------------------------------------------------------
================================================================================
参考になれば、幸いです。