|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problems with booting Debian DomU
On Wed, Sep 30, 2009 at 6:36 AM, WM RWL <wmrwl@xxxxxxxxxxx> wrote:
> I'm running Xen 3.2 on Debian 5.0 (Lenny) and am having trouble booting up a
> Debian Etch DomU. It hangs at the end when it says "Starting periodic
> command scheduler: cron."
I think it's fully booted by then. You just don't see the login prompt.
> Here is my config file in /etc/xen:
>
> kernel="/boot/vmlinuz-2.6.26-2-xen-686"
> ramdisk="/boot/initrd.img-2.6.26-2-xen-686"
I don't like putting kernels on dom0. For one thing, you need to sync
dom0's kernel and domU's /lib/modules directory. I prefer pygrub or
pvgrub instead. Not directly related to your problem though.
What I think happens is your domU doesn't know where the console is.
One way to fix that is look at domU boot log, look for "xvc0" or
"hvc0". That's where xen console is. After that, you need to edit
domU's /etc/inittab and /etc/securetty to spawn login console and
allow root login on /dev/xvc0 (or hvc0)
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|