mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Check if the Windows guest has Group Policy Objects installed, or one of several popular pieces of anti-virus software. If we are installing a virtio block driver, then experience has shown this may cause a 7B boot failure. Print a warning when this combination happens. The warnings look like this: [ 19.9] Converting Windows Server 2008 R2 Enterprise to run on KVM virt-v2v: warning: this guest has Windows Group Policy Objects (GPO) and a new virtio block device driver was installed. In some circumstances, Group Policy may prevent new drivers from working (resulting in a 7B boot error). If this happens, try disabling Group Policy before doing the conversion. virt-v2v: warning: this guest has Anti-Virus (AV) software and a new virtio block device driver was installed. In some circumstances, AV may prevent new drivers from working (resulting in a 7B boot error). If this happens, try disabling AV before doing the conversion. virt-v2v: This guest has virtio drivers installed.