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] Re: xm create error - Unable to allocate memory

To: "Glen Eustace" <geustace@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Re: xm create error - Unable to allocate memory
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Sun, 11 May 2008 21:44:52 -0400
Cc: Xen users list <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sun, 11 May 2008 18:45:25 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=kgcHcxucTbR1QwzGTM6gmUMD/v/oiAgedZnpHJddiJQ=; b=UuBLMb088ROHyWv2PTtUeXzXV9RAxTiDeoJYXNYmIhkRjUVdjPgGAsc4SiZfX5gKp8ludaEE/5L9ERbgOSzXYPTWJ4V4ol8OjEWYvGpz3Y+dmD6bRG3Tb8MNCkmjJwFpfGbgxfruEkKW9+qUEkqPYi8T6jKzZ3RwPamdzaFjynQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=VAjWOP1QmNhQ6Wg7cG6dwLwQswR/W/BShf9KPm9/Vf7x3FIlzZucmyc8f24+6CcvWkWOrIZQDZ4q+98FzYL7VQR6RokOrdBVFd5FxzWsb2VHH1XSL4tp+/Vm9FbWX023IZD1SedoU3laZuTwYB7V2cyqfez2gevyBon8cXyWPbs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <48279DF1.1010108@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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4827868B.8030007@xxxxxxxxxxxxxx> <1e16a9ed0805111703u706a4a2aya4129a040a308d5d@xxxxxxxxxxxxxx> <48279DF1.1010108@xxxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Sun, May 11, 2008 at 9:31 PM, Glen Eustace <geustace@xxxxxxxxxxxxxx> wrote:
What I currently have is below, if I comment out the 'boot =', the vnc listener starts, if I have it in it doesn't.  But to install windows, I need to boot off of the CD.

check the /var/log/xen/qemu* log that is created with the boot= and the without the boot= case

I think you might be able to get rid of the stdvga line and also the vncunused line.

You should also be able to get rid of the vfb= line.

Try changing the boot= line to
boot="d"
alternatively, boot="cd"

Cheers,
Todd


name = "agree-20"
device_model = "/usr/lib64/xen/bin/qemu-dm"
kernel = "/usr/lib/xen/boot/hvmloader"
builder = "hvm"
memory = 512
vcpus = 1
> > > sdl = 0
vnc = 1
vncunused = 1
disk = [ "tap:aio:/var/lib/VirtualMachines/agree-20.img,hda,w","phy:/dev/sr0,hdc:cdrom,r" ]
boot = [ 'd' ]

vif = [ 'type=ioemu, bridge=xenbr0' ]
apic=0
acpi=0
pae=0
stdvga = 1
vfb = [ 'type=vnc' ]


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