xen Windows guest in xen freezes on splash

Recently I installed a xen Dom-0 on FreeBSD box.
All works fine until installing Windows PV Drivers in guest (Windows 8.1, Windows Server 2012 r2 or Windows Server 2016) and reboot.
Next the Windows vnc session starting, showing boot process, Windows splash with spinning dots then hanging up.

Code:
builder = "hvm"
memory = 4096
vcpus = 4
name = "Windows2012"
disk = [ '/data/vhd/windows2012.img,raw,hda,w',
         '/data/iso/windows_server_2012_r2_with_update_9600.19920.iso,,hdc,,cdrom' ]

#boot = "c" # Boot to hard disk image
boot = "d" # Boot to ISO image
vif = [ 'mac=00:16:3E:74:34:32,bridge=bridge0' ]
vnc = 1
vnclisten = "0.0.0.0"
vncdisplay=1 # VNC Port 5901
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
acpi = 1
usbdevice='tablet'

win2016.png

 
Back
Top