[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xm console command doesn't work
Hi, if "running console environment" means, you can see the kernel booting and/or services starting, your domU just doesn't spawn a tty on hvc0. ssh into your domU (or mount the domU root filesystem), navigate to your domU /etc/init/ and cat tty1.conf | sed 's,tty1,hvc0,g' > hvc0.conf reboot your domU and you'll see a login prompt.
Ok 2012/8/3 Ian Tobin <itobin@xxxxxxxxxxxxx> Hello,
vif = [' ']
2012/8/2 Stephan Seitz <s.seitz@xxxxxxxxxxx>
On Wed, 2012-08-01 at 20:59 +0100, Lukas Laukamp wrote: > > he could also use the xl toolstack but the simple misstake is that the > hvc0.conf isn't needed in Dom0. The hvc0.conf is needed inside of the > DomU and in the config file must be set extra = 'console=hvc0' so that > the console kernel option for hvc0 is set. So the DomU can boot into a > hvc0 console and than xm and xl can use the console. pygrub should be getting the console=hvc0 from the grub cfg and hvc0.conf ought to already exist. If Ubuntu isn't setting these up by default during install when running under Xen then this should be reported as a bug to Ubuntu. I'm not familiar with current Ubuntu so I don't know if these are expected to be there i.e. I don't know if this is a wishlist/new-feature bug or just a bug in functionality which is expected to Just Work already. Ian. Current (12.04 LTS) Ubuntu, respectively the 3.2.0 linux-virtual Kernel as well as the grub-legacy-ec2 are
Attachment:
signature.asc _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |