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

[Xen-users] HVM error on booting

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] HVM error on booting
From: David Cemin <davidcemin@xxxxxxxxx>
Date: Mon, 22 Nov 2010 15:22:05 -0200
Delivery-date: Mon, 22 Nov 2010 09:23:39 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=4u0HIKHyJheJbuMAlGlHiOvqitpM+NLT1BJZySP2D2I=; b=HSkyyQ6tNXoNVYWrjEPt6TYxOStKp11E3ExYmmso9o4EQ34AlV38aPeIQ+B5H8FWtT HhRSycvyLUjKM8jWJsMfdGG3rPifykCSkO7nntIp+/OB3yhyONuqC4L3a0Jo/ITMsU54 hQ5T9Ex87iEjqGSgGVM21z5uG0ABimUvweLbA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SNr7ZgzMNPYAoZVkJ4kt6bXPw+D/cWUjjWCAi//UuvduaV65CBB+d+CuG8T4qcjSxg NtS3LtQ2MruxvREQWiElPXXb37ltpFz4GDiL+tem3g9RatTxurom18IKJQ4OGhQ+n8sZ 9LL3cBwGuJs0J3XuRrETjcnbrcbJozih3wszM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello everybody, 

I am trying to install an Ubuntu inside a lvm partition as a HVM. 

Here's my config:

% cat /etc/xen/hvm1 

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1024
name = "hvm1"
vif = [ 'bridge=xenbr0' ]
disk = ['phy:/dev/lvm-vol/hvm1,sda,w','file:/home/xen/util/iso/ubuntu.iso,hda:cdrom,r']
#d #c
boot="dc"

sdl=0
vnc=1
vnclisten="0.0.0.0"
vncpasswd=''
stdvga=0
serial='pty'
usbdevice='tablet'


I can manage to install it on the partition, but it just never boots. Am I configuring something wrong? 

Other interesting information:

If I try to install a windows inside this partition, windows just doesnt recognize the partition .. It says that I dont have any drive where to install windows to. 

Any Ideas? 

Thank you guys!

-- 
David Cemin
mobile: +55 51 93523097
home:   +55 51 32763785
email: davidcemin@xxxxxxxxx
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] HVM error on booting, David Cemin <=