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] how to install Ubuntu DomU on CentOS

To: Tapas Mishra <tapas@xxxxxxxxxxxx>
Subject: Re: [Xen-users] how to install Ubuntu DomU on CentOS
From: Tait Clarridge <tait@xxxxxxxxxxxx>
Date: Thu, 26 Nov 2009 10:51:28 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 26 Nov 2009 07:52:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <d3020560911260734k6eb08dcbh32163ae2dbd0b318@xxxxxxxxxxxxxx>
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: <d3020560911260734k6eb08dcbh32163ae2dbd0b318@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2009-11-26 at 21:04 +0530, Tapas Mishra wrote:
> I installed CentOS 5.04 on my machine
> and loop mounted Ubuntu 9.04 iso in /mnt then wanted to install Ubuntu
> as DomU but while doing so I got an error
> following is the command that I used
> [root@supercomputer ~]# virt-install -n 26Nov -r 600 --arch=x86
> --vcpus=1 --check-cpu --os-type=linux --hvm -l /mnt/
> ERROR    Host does not support virtualization type 'hvm' for arch 'x86'
> 
> 

Check that your CPU has hardware virtualization support:

Intel:

# cat /proc/cpuinfo | grep vmx

AMD:

# cat /proc/cpuinfo | grep svm

If it returns anything, there is a different problem.

If it doesn't return anything, check the BIOS to see if there is an
option to enable Virtualization Support and enable it.

You can also check your processor information online (at either Intel or
AMDs website) to see if they indeed have virtualization support.

What CPU do you have in the CentOS host?


Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>