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