[xen-tools-discuss] Xen-Tools and error about "Guest has not initialized the display yet"

Jason Long hack3rcon at yahoo.com
Tue Jun 7 07:43:19 CEST 2016


Hello.


I used Xen-Tools for create a VM via below link :
# xen-create-image --size=4Gb --swap=512Mb --ip=172.30.9.21 --netmask=255.255.255.0 --gateway=172.30.9.254 --dir=/home/jason --hostname=linux --dist=jessie --kernel /boot/vmlinuz-4.2.3-300.fc23.x86_64 --initrd /boot/initrd-plymouth.img

But when I run my VM and connect to it via VNC it show me an error about "Guest has not initialized the display yet".The config file that generated by "Xen-Tools" is :
##  Kernel + memory size#kernel      = '/boot/vmlinuz-4.2.3-300.fc23.x86_64'extra       = 'elevator=noop'ramdisk     = '/boot/initrd-plymouth.img'
vcpus       = '1'memory      = '128'

##  Disk device(s).#root        = '/dev/xvda2 ro'disk        = [                  'file:/home/jason/domains/linux/disk.img,xvda2,w',                  'file:/home/jason/domains/linux/swap.img,xvda1,w',              ]

##  Physical volumes#

##  Hostname#name        = 'linux'
##  Networking#vif         = [ 'ip=172.30.9.21 ,mac=00:16:3E:52:EF:69' ]

#
#  Behaviour#on_poweroff = 'destroy'on_reboot   = 'restart'on_crash    = 'restart'



How can I solve it?

  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://xen-tools.org/pipermail/xen-tools-discuss/attachments/20160607/a3185ed6/attachment.html>


More information about the xen-tools-discuss mailing list