You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warn about outdated distro virtio-win packages and the Windows Server 2025 smbus driver issue
The Enterprise Linux distribution virtio-win packages can be old enough
to contain no drivers for recent Windows releases, in which case
virt-v2v converts the guest without a virtio storage driver and the
imported VM cannot boot. Document overwriting the ISO with the latest
upstream build, and document the Windows Server 2025 first-boot reboot
loop caused by the rejected smbus driver signature, with its
workaround.
Windows Server 2025 enforces a stricter driver-signature policy at runtime and, as of
115
+
virtio-win 0.1.285, rejects the optional ``smbus`` driver's certificate during the
116
+
first-boot driver installation. virt-v2v retries the failed installation on every
117
+
boot, which leaves the imported guest in a reboot loop. Until this is resolved in the
118
+
virtio-win project, remove ``smbus.inf`` and ``smbus.cat`` from the driver set on the
119
+
conversion host before converting Windows Server 2025 guests; the driver is a
120
+
non-essential SMBus stub and the essential storage and network drivers install fine.
121
+
100
122
On some distros, the Windows helper binary "rhsrvany.exe", which is used for Windows-based VM firstboot scripts and some other actions, might be missing.
101
123
102
124
To avoid virt-v2v error like ``virt-v2v: error: One of rhsrvany.exe or pvvxsvc.exe is missing in /usr/share/virt-tools`` - check if the file exists (it's actually a symbolic link):
0 commit comments