linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Akinobu Mita <amgta@yacht.ocn.ne.jp>
To: Badari Pulavarty <pbadari@us.ibm.com>, Andrew Morton <akpm@osdl.org>
Cc: hari@in.ibm.com,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	varap@us.ibm.com
Subject: Re: [PATCH] kdump: Fix for boot problems on SMP
Date: Sat, 20 Nov 2004 12:04:37 +0900	[thread overview]
Message-ID: <200411201204.37750.amgta@yacht.ocn.ne.jp> (raw)
In-Reply-To: <1100912759.4987.207.camel@dyn318077bld.beaverton.ibm.com>

I've forgotten CC-ing.

On Saturday 20 November 2004 10:05, Badari Pulavarty wrote:

> 4) Load the second kernel to be booted using
>
>    kexec -p <second-kernel> --args-linux --append="root=<root-dev> dump
>    init 1 memmap=exactmap memmap=640k@0 memmap=32M@16M"
>
> But kexec doesn't seem to like option "-p".
> Even when I removed "-p", its complaining about "--args-linux"


I also have the kexec which does not have "-p" option.
Instead of using "-p" option, I use "-l" option after changing the kexec
as follows.

--- kexec-tools-1.98/kexec/kexec.c.orig	2004-10-31 19:42:34.000000000 +0900
+++ kexec-tools-1.98/kexec/kexec.c	2004-10-31 19:43:01.000000000 +0900
@@ -243,7 +243,7 @@ static int my_load(const char *type, int
 	if (sort_segments(segments, nr_segments) < 0) {
 		return -1;
 	}
-	result = kexec_load(entry, nr_segments, segments, 0);
+	result = kexec_load(entry, nr_segments, segments, 1);
 	if (result != 0) {
 		/* The load failed, print some debugging information */
 		fprintf(stderr, "kexec_load failed: %s\n",



  reply	other threads:[~2004-11-20  3:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-18 14:08 [PATCH] kdump: Fix for boot problems on SMP Hariprasad Nellitheertha
2004-11-18 15:34 ` Badari Pulavarty
2004-11-19 17:56 ` Akinobu Mita
2004-11-19 23:30   ` Andrew Morton
2004-11-19 23:29     ` Badari Pulavarty
2004-11-20  1:05     ` Badari Pulavarty
2004-11-20  3:04       ` Akinobu Mita [this message]
2004-11-22 16:03         ` Hariprasad Nellitheertha
2004-11-22 22:34           ` Badari Pulavarty
2004-11-23  0:43           ` Badari Pulavarty
2004-11-23 18:15             ` Hariprasad Nellitheertha
2004-11-24 20:07               ` Badari Pulavarty
2004-11-25 15:13                 ` Hariprasad Nellitheertha
2004-11-25 17:21             ` Akinobu Mita
2004-11-26 11:57               ` Hariprasad Nellitheertha
2004-11-20  3:46     ` Akinobu Mita

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200411201204.37750.amgta@yacht.ocn.ne.jp \
    --to=amgta@yacht.ocn.ne.jp \
    --cc=akpm@osdl.org \
    --cc=hari@in.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbadari@us.ibm.com \
    --cc=varap@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).