@coconutit Did you run thie command?
wget https://koji.xcp-ng.org/repos/user/8/8.3/xcpng-users.repo -O /etc/yum.repos.d/xcpng-users.repo
@coconutit Did you run thie command?
wget https://koji.xcp-ng.org/repos/user/8/8.3/xcpng-users.repo -O /etc/yum.repos.d/xcpng-users.repo
@mickwilli said in Cannot Install Windows 10 in New VM:
@dinhngtu Thanks. I'll try and give that a go in the next few days and will report back.
Note that I have Windows 10 1803 installed without any issues. Trying to update to 22H2 fails with the same blue screen error as you'd expect. Sadly, no crash dump as it seems to fail very early in the boot process.
Do you get any additional BSOD details in xl dmesg
?
@mickwilli You can extract the ISO, run the following command:
bcdedit /store <extracted ISO path>\Boot\BCD /set debug on
bcdedit /store <extracted ISO path>\Boot\BCD /dbgsettings serial debugport:1 baudrate:115200
Then repack the ISO.
You can also create a new ISO using this guide: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-usb-bootable-drive then run the two commands above on media\Boot\BCD
before you run MakeWinPEMedia
.
Hello all, the new test build qemu-4.2.1-5.2.12.2~fixvwc2.1.xcpng8.3
is now available.
If you have tested the fix before, you can update with this command:
yum update --enablerepo=v8.3-u-ndinh1
@umbradark Hello, there are new fixed drivers in the latest bnxt_en driver disk. Could you specify modprobe.blacklist=bnxt_en
then apply the linked driver disk to see if it works?
@francesco-maria I haven't determined what exact conditions would trigger the issue. It seems to only happen on new installations for now, but it could very well change in the future. Though as long as you keep the Xen drivers installed, things should be OK.
Hi all, here's a pre-build of the fix for anyone who wants to test (8.3 only):
wget https://koji.xcp-ng.org/repos/user/8/8.3/xcpng-users.repo -O /etc/yum.repos.d/xcpng-users.repo
yum update --enablerepo=v8.3-u-ndinh1
@Henrik I see, that's unfortunately a known issue when upgrading from older versions. I think the problem should have been fixed when upgrading from 9.4.1 to a newer version. So I'd appreciate feedback on that too.