cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
675 stars 227 forks source link

BSOD on windows server 2019 #282

Closed VuNgocTan closed 4 years ago

VuNgocTan commented 5 years ago

Hi guys, I use this script to generate windows server 2019, everything was fine until I boot it up, it has BSOD, I followed this link and make some change on nova.cfg, but it won't work

ilenghel commented 5 years ago

Hello,

Can you please make sure you have the correct VirtIO drivers installed? Usually the missing viostor driver can cause this. Please note that currently we don't support automatic installation of 2019 VirtIO drivers, so you might need to install them manually. There is a PR opened for this feature, but some more testing is needed before merging. Let us know if this helps.

ader1990 commented 5 years ago

@VuNgocTan you said in a previous issue that you are not using KVM acceleration. Can you paste here the output of the following command on the Linux server where you started the machine?

ps auxf | grep -i 'qemu'

Thank you, Adrian Vladu

ader1990 commented 4 years ago

Closing the issue, as there is no activity in the last months.