* linux IA 64 kernel does not load
@ 2004-04-01 6:58 Surekha.PC
2004-04-01 15:56 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Surekha.PC @ 2004-04-01 6:58 UTC (permalink / raw)
To: linux-ia64
Hi,
I am attempting to boot my itanium 64-bit machine using 2.4.20 linux IA 64
kernel. I followed the following steps to compile the kernel using gcc 2.94:
Install the linux 2.4.20 kernel sources Apply the IA 64 kernel patch Compile
the kernel using the following commands:-
export LANG=C
make mrproper
make CC=/usr/bin/gcc.org menuconfig
make CC=/usr/bin/gcc.org dep clean vmlinux
Then, I manually copied the vmlinux and System.map from
/usr/src/linux-2.4.20/ into /boot/efi/ and created the corresponding links
to vmlinuz and initrd.img into /boot.
Also, there is no lilo but elilo. So I had to boot the machine, go into the
EFI shell and bring the new vmlinuz-2.4.20 entry in the elilo.conf file into
effect. However, on selecting vmlinuz-2.4.20 at the elilo prompt, the system
hangs at the first step itself. It displays "Loading linux-2.4.20 .... \"
and hangs in the load process itself.
Thanks and appreciate any help,
Surekha
> -----Original Message-----
> From: linux-ia64-owner@vger.kernel.org
> [mailto:linux-ia64-owner@vger.kernel.org] On Behalf Of
> Francois Wellenreiter
> Sent: Thursday, April 01, 2004 11:57 AM
> To: Bjorn Helgaas
> Cc: Luck, Tony; linux-ia64@vger.kernel.org
> Subject: Re: Abnormal behaviour towards "INIT" interrupt management
>
>
>
> >
> >>All the processors call the "ia64_monarch_init_handler",
> >>the result is that the same trace appears many times (1 per CPU in
> >>fact) and a kernel oops occurs (I think it is due to a concurrent
> >>access to the same stack without any lock mechanism).
> >
> >
> > What kind of machine is this?
>
> I've done my tests first on Tiger4 (with a SAL version 3.00)
> and after on a Bull NOvaScale 5160. These tests went to the
> same results...
>
> > Linux registers different OS_INIT
> > procedures for the monarch and non-monarch processors, so it sounds
> > like a SAL bug if more than one CPU calls
> ia64_monarch_init_handler().
>
> That's what I fear.
>
>
>
> Francois WELLENREITER
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-ia64" in the body of a message to
> majordomo@vger.kernel.org More majordomo info at
http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: linux IA 64 kernel does not load
2004-04-01 6:58 linux IA 64 kernel does not load Surekha.PC
@ 2004-04-01 15:56 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2004-04-01 15:56 UTC (permalink / raw)
To: linux-ia64
On Wednesday 31 March 2004 11:46 pm, Surekha.PC wrote:
> Then, I manually copied the vmlinux and System.map from
> /usr/src/linux-2.4.20/ into /boot/efi/ and created the corresponding links
> to vmlinuz and initrd.img into /boot.
> Also, there is no lilo but elilo. So I had to boot the machine, go into the
> EFI shell and bring the new vmlinuz-2.4.20 entry in the elilo.conf file into
> effect. However, on selecting vmlinuz-2.4.20 at the elilo prompt, the system
> hangs at the first step itself. It displays "Loading linux-2.4.20 .... \"
> and hangs in the load process itself.
You could run the EFI elilo with "-v" to get more verbosity, but I suspect
that the kernel was loaded into memory fine, and just couldn't find a
console to talk to.
If you're using a serial console, you need to supply something like
"console=ttyS0" (i.e., by using "append" in the elilo.conf file
or using "elilo vmlinux console=ttyS0" at the EFI shell prompt).
The port defaults to 9600 baud; use "console=ttyS0,115200" or whatever
is appropriate if you're using a different rate. If you're using a
serial console on an HP machine, make sure the EFI console input/output/
error paths contain exactly one serial device (this is configured from
the EFI boot manager menu).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-01 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-01 6:58 linux IA 64 kernel does not load Surekha.PC
2004-04-01 15:56 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox