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.