mirror of
https://github.com/croit/load-virtio-scsi-on-boot.git
synced 2026-09-24 07:50:08 +01:00
fixed second driver didn't get installed
on Windows Server 2016 and older the second driver wasn't installed with option -Driver both. This was fixed
This commit is contained in:
Binary file not shown.
@@ -629,7 +629,7 @@ public class ConfigManager {
|
||||
Write-Host "`nManual removal required:" -ForegroundColor Cyan
|
||||
Write-Host "- Device Manager: devmgmt.msc -> Uninstall $($drv.DeviceDesc)" -ForegroundColor Gray
|
||||
Write-Host "- devcon.exe: devcon remove ROOT\\$($drv.Name.ToUpper())\0000" -ForegroundColor Gray
|
||||
return
|
||||
continue
|
||||
}
|
||||
|
||||
Write-Host "`nStep 1: Finding VirtIO phantom devices..." -ForegroundColor Yellow
|
||||
|
||||
Reference in New Issue
Block a user