From: Eric Dumazet <dada1@cosmosbay.com>
To: devesh sharma <devesh28@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [NUMA x86_64] problem accessing global Node List pgdat_list
Date: Thu, 06 Oct 2005 11:27:48 +0200 [thread overview]
Message-ID: <4344EE14.2020504@cosmosbay.com> (raw)
In-Reply-To: <309a667c0510060216q315d55b0n4a6934d168ebccfb@mail.gmail.com>
devesh sharma a écrit :
> Hi Eric,
> I have tried numa=fake=4 on intel xeon with 2.6.13 kernel it is
> working fine and by adding EXPORT_SYMBOL(pgdat_list) in
> mm/page_alloc.c now I am able to access pgdat_list also. But on
> opteron machine there is some problem in kernel compilation
> at make install stage I am getting following warning
>
> WARNING: No module mptbase found for kernel 2.6.13, continuing anyway
> WARNING: No module mptscsih found for kernel 2.6.13, continuing anyway
>
> now when I boot my kernel, panic is received
>
> Booting the kernel.
> Red Hat nash version 4.1.18 starting
> mkrootdev: lable / not found
> mount: error 2 mounting ext3
> mount: error 2 mounting none
> switchroot: mount failed : 22
> umount : /initrd/dev failed : 22
> kernel panic - not syncing : Attempted to kill init
>
> On the other hand when I complie same source code on XEON machine this
> works fine.
>
> what could be the problem?
Hi Devesh
I believe you have basic kernel compilation problem :)
Your kernel cannot mount / because the boot loader was configured to find a
root=LABEL=/
As this is a RedHat kernel extension, your self compiled 2.6.13 kernel cannot
understand this.
You should change your lilo/grub config to match your root device as
root=/dev/hda2 (if hda2 is your root device)
Also check that your kernel (or initrd) contains the disk driver you need.
Eric
prev parent reply other threads:[~2005-10-06 9:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-05 5:40 [NUMA x86_64] problem accessing global Node List pgdat_list devesh sharma
2005-10-05 12:42 ` Eric Dumazet
[not found] ` <309a667c0510050550x68e0c996q51e00e908813b5c1@mail.gmail.com>
2005-10-06 9:16 ` devesh sharma
2005-10-06 9:27 ` Eric Dumazet [this message]
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=4344EE14.2020504@cosmosbay.com \
--to=dada1@cosmosbay.com \
--cc=devesh28@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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