|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] New Win10 Home reliably crashes every other boot?!?
On 12-07-2018 23:40, Kevin Wang wrote: Ubuntu Server 16, latest apt-get upgrade Specifically:ii xen-hypervisor-4.6-amd64 4.6.5-0ubuntu1.4 amd64 Xen Hypervisor on AMD64Sample config:# cat /etc/xen/pos21.hvm builder = "hvm" name = "pos21.hvm" memory = "4096" vcpus = 1 vif = [''] disk = ['phy:/dev/lvg/pos21-root,hda,w' ] vnc = 1 vncdisplay = 1 vnclisten = '10.10.22.15' usb = 1 usbdevice = ['tablet'] # fix mouse tracking problem vncpasswd = 'elided' boot = "dc" stdvga = 1 videoram = 16 localtime = 1 # also need to manually set time inside windows to make it sticklvg/lvm is just set up for raid 1 Windows 10 Home is also up-to-date wrt Windows Updates. According to System Information:Version 10.0.10240 Build 10240BIOS Version/Date Xen 4.6.5 10/13/2017A hypervisor has been detected... Can you replicate the crash after installing the Windows PV drivers? https://www.xenproject.org/downloads/windows-pv-drivers/winpv-drivers-8/winpv-drivers-821.html Other ideas: - Juggle with vif type and model in the domU config - Get rid of videoram and stdvga entriesIf it helps here's a domU configuration template I'm using for Win10, 2012R2 and 2016 on various dom0 Xen versions (4.6.6, 4.8.3, 4.10.1), all running on CentOS 6 and 7 builder = 'hvm' memory = 3072 shadow_memory = '8' cpu_weight = 256 name = 'win10' vif = ['type=ioemu, bridge=br0, vifname=win10.0'] localtime = 1 acpi = 1 apic = 1 vnc = 1 vcpus = 2 vncdisplay = 1 vncconsole = 1 vnclisten = '0.0.0.0' serial = 'pty' disk = ['phy:/dev/vm/win10_img,hda,w'] boot = 'c' sdl = 0 usb = 1 usbdevice = ['tablet'] HTH --- Adi Pircalabu _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |