9 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel] XEN unstable.hg ...
FromSent OnAttachments
Radek Antoniuk24 May 2007 02:17 
Jürgen Groß24 May 2007 02:31 
Radek Antoniuk24 May 2007 02:32 
Dietmar Hahn24 May 2007 06:02 
Radek Antoniuk24 May 2007 06:27 
Dietmar Hahn24 May 2007 06:49 
Radek Antoniuk24 May 2007 06:55 
Dietmar Hahn24 May 2007 23:00 
Akio Takebe24 May 2007 23:12 
Subject:Re: [Xen-ia64-devel] XEN unstable.hg on Itanium2 hangs problem
From:Dietmar Hahn (diet@fujitsu-siemens.com)
Date:05/24/2007 11:00:12 PM
List:com.xensource.lists.xen-ia64-devel

Am Donnerstag, 24. Mai 2007 schrieb Radek Antoniuk:

I'am not sure about debian, I only use SLES (SuSE)! The standard SuSE distribution doesn't install the extended elilo.efi binary. I had to compile and install it myself. The other thing are the right parameters to set up the serial console, where you can see all the XEN (hypervisor) messages. Can you send your elilo.conf file!

Hello,

Of course, here it is.

install=/usr/lib/elilo/elilo.efi boot=/dev/sda1 delay=20 default=Linux relocatable

image=/boot/vmlinuz-2.6.18-4-mckinley label=Linux root=/dev/sda2 read-only initrd=/boot/initrd.img-2.6.18-4-mckinley

image=/boot/vmlinuz-2.6.18-xen label=xen root=/dev/sda2 vmm=/boot/xen.gz initrd=/boot/initrd.img-2.6.18-xen read-only append="dom0_mem=1G nomca root=/dev/sda2"

Radek

You need at least the "console" option to see the linux kernel boot messages on the console. append="dom0_mem=1G nomca root=/dev/sda2 console=tty0" So maybe your machine is up and you can't see any message at the console. But it's much better to setup a serial line where you can see the messages from the hypervisor too.

Dietmar.