[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Xen-Tools and error about "Guest has not initialized the display yet"
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? _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |