|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: Problems with booting Debian DomU
It worked! I added extra = 'console=hvc0 xencons=tty' to my DomU config file and it fired right up!! Thank you so much!
My only problem now is when I try to boot a CentOS 4 DomU on the Lenny Dom0, I get:
INIT: no more processes left in this runlevel
This is my /etc/xen config file:
kernel="/boot/vmlinuz-2.6.26-2-xen-686" ramdisk="/boot/initrd.img-2.6.26-2-xen-686" memory=128 name="backend" root="/dev/sda1 ro" disk=["phy:vg0/backend_root,sda1,w"] extra="4" extra="clocksource=jiffies" extra="console=hvc0 xencons=tty" vif=["bridge=eth0"]
> Christian Tramnitz wrote: > > Simon Hobson wrote: > >> Fajar A. Nugraha wrote: > >> > >>> What I think happens is your domU doesn't know where the console is. > >> > >> More correctly, I think it's simply a case of not being configured to > >> start a login process (getty) on it. > >> > >> Adding this line to /etc/inittab fixed it for me : > >> vc:23:respawn:/sbin/getty 38400 hvc0 > > > > This seems to be a xenified and not a pvops kernel, so xvc0 would be > > more likely to work... > > > > > > Best regards, > > Christian > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@xxxxxxxxxxxxxxxxxxx > > http://lists.xensource.com/xen-users > > > > I solved this adding the next line to my Domu's .cfg file: > > extra = 'console=hvc0 xencons=tty' > > And yes, it only happens (at least for me) in a Lenny Dom0 with a Etch DomU. > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users
Lauren found her dream laptop. Find the PC that’s right for you.
Lauren found her dream laptop. Find the PC that’s right for you.
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|