|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Failed to install HVM Ubuntu on Xen 3.04 due to "noscree
> I am installing Ubuntu 6.06 on Core 2 Duo, with Xen 3.04. The
> installation failed with message "Failed to start the X server".
> Closer look shows that it complains something like "no screens found".
>
> How can I fix it?
Removing "stdvga=1" will probably help. You may wish to upgrade to 3.1
anyhow.
Ian
> System is 32 bit compiled. Below is the configuration file:
>
> .....
> kernel = "/usr/lib/xen/boot/hvmloader"
> builder='hvm'
> memory = 600
> shadow_memory = 8
> name = "ubuntu"
> vif = ['type=ioemu, bridge=xenbr0']
> disk =
>
['file:/home/jun/xen/Ubuntu.img,ioemu:hda,w','file:/home/jun/setup/ubunt
> u-6.06.1-desktop-i386.iso,hdc:cdrom,r']
> boot = 'd'
> device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
> sdl=0
> vnc=0
> serial='pty'
> localtime=1
> stdvga=1
> acpi=0
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|