WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Can not boot into console with HVM domU?

To: TungDH <tungdh@xxxxxxxxxxx>
Subject: Re: [Xen-users] Can not boot into console with HVM domU?
From: Alexander Schreiber <als@xxxxxxxxxxxxxxx>
Date: Tue, 18 Nov 2008 10:44:29 +0100
Cc: Xen-user mailing list <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 18 Nov 2008 01:45:51 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49222606.1080801@xxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <49222606.1080801@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
On Tue, Nov 18, 2008 at 09:18:46AM +0700, TungDH wrote:
> Hi friends,
> 
> I installed a HVM domU, but i can not boot into the console (can not use 
> /xm console centos4/).Ofcourse, i can connect to domU via ssh.
> In the config file, i attach the line "/extra = 'xencons=tty'/"
> 
> When i run '/xm console centos4/', i see the error:
> /xmconsole: Could not read tty from store: No such file or directory
> /DomU installs centos4(minimum installation)
> 
> With the same configuration with normal domU (not use HVM), i can boot 
> into console easily
> 
> What are the different between HVM domU and normal domU?
> 
> How can i boot into console of HVM domU?

With HVM, the console is treated differently from PVM. Where for PVM,
Xen simply provides a 'serial alike' console to the domU that you
can connect to from the outside with 'xm console', for HVM Xen actually
simulates a physical console (keyboard, videocard/framebuffer). To
access this simulated console, you need to configure and use VNC.

The "xm console" command for HVM a domU connects to what is usually
presented to the domU as a simulated serial console. If you run Linux
inside the HVM domU, simply attach a getty (via inittab) to /dev/ttyS0
and run it at 9600. For Windows, you can also set up a kind of serial
console.

Regards,
      Alex.
-- 
"Opportunity is missed by most people because it is dressed in overalls and
 looks like work."                                      -- Thomas A. Edison

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>