|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xend won't start
Hi Stephan, thank you for your help.
I think that I am booting xen correctly, this is the section in my
grub/menu.lst (I hope it's OK without the initrd):
title Xen 3.1 / XenLinux 2.6
root (hd0,0)
kernel /xen-3.1.gz console=vga
module /vmlinuz-2.6-xen0 root=/dev/sda8 ro console=tty0 rootdelay=8
I'm not sure if this message in the dmesg could be a clue:
** WARNING: Currently emulating unsupported memory accesses **
** in /lib/tls glibc libraries. The emulation is **
** slow. To ensure full performance you should **
** install a 'xen-friendly' (nosegneg) version of **
** the library, or disable tls support by executing **
** the following as root: **
** mv /lib/tls /lib/tls.disabled **
** Offending process: init (pid=1035) **
I'm getting this message despite having no /lib/tls ...
Any help is more than welcome :-)
Jan
Stephan Seitz wrote:
> Hi Jan,
>
> I assume you didn't boot the Xen Hypervisor instead of your dom0 Kernel.
>
> Did you changed your grub/menu.lst to soemthing like?
>
> title Xen 3.1-i386-pae / kernel 2.6.18-xen_3.1.0
> root (hd0,0)
> kernel /xen-3.1-i386-pae.gz
> module /vmlinuz-2.6.18-xen_3.1.0
root=UUID=52f9735d-399e-40bc-b0ef-f78f2b00fa19 ro console=tty0
> module /initrd.img-2.6.18-xen-3.1.0
> quiet
>
> (Just copy'n paste from one machine here, you might want to adjust
the names)
Jan Vejvalka schrieb:
Hi *,
- new to Xen
- compiled Xen 3.1 from source on Slackware 12, on a Pentium-M laptop
with a USB disk
- booted Dom0
- xend won't start.
Here are the logs:
>> (...)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|