Jun Koi
2007-Jul-02 06:20 UTC
[Xen-devel] Failed to install HVM Ubuntu on Xen 3.04 due to "no screens found"
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? 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/ubuntu-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@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Pratt
2007-Jul-02 09:38 UTC
RE: [Xen-devel] Failed to install HVM Ubuntu on Xen 3.04 due to "noscreens found"
> 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@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel