From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zou Nan hai Date: Mon, 16 Oct 2006 21:39:41 +0000 Subject: Re: A regression in IA64 kexec/kdump patch for 2.6.18? Message-Id: <1161034781.2592.45.camel@linux-znh> List-Id: References: <4533F2BE.3070300@engr.sgi.com> In-Reply-To: <4533F2BE.3070300@engr.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: linux-ia64@vger.kernel.org On Tue, 2006-10-17 at 04:59, Jay Lan wrote: > I ran into a problem not seen in kexec/dkump 2.6.17rc5 ia64 patch. > The system on test was an Altix. >=20 You mean 2.6.18rc5 patch? > The system was booted up fine; however, after loading 'kexec -p' > and "echo c >/proc/sysrq-trigge=C5=95", the crashdump kernel would try > to boot up and restarted the system near the end of init(). >=20 > The extraodinary message observed on the console was > Warning: unable to open an initial console >=20 > but the actual reboot seems to be invoked in running /sbin/init: > run_init_process("/sbin/init"); >=20 > The problem is 100% reproducible. I have disabled all cpus except > cpu0 in my testing. >=20 > Is this a known problem? Anyone else runs into this? >=20 It seems to be an incorrect initrd problem Zou Nan hai > Thanks, > - jay