New Question

volviq's profile - activity

2016-11-11 22:17:22 +0300 received badge  Famous Question (source)
2016-07-22 10:49:20 +0300 received badge  Notable Question (source)
2016-07-21 18:50:23 +0300 received badge  Popular Question (source)
2016-07-21 18:42:02 +0300 commented answer nano server kvm build fails

> https://github.com/ader1990/cloudbase-init-offline-install/tree/fix-unsigned-driver-install Solves the problem! thank you. Please add this as the main answer, because that was the initial problem I assume.

2016-07-21 17:11:10 +0300 commented answer nano server kvm build fails

I followed the repo instructions. They work fine with the default options (.\NewNanoServerImage.ps1 -IsoPath $isoPath -TargetPath $targetPath -AdministratorPassword $password), but as soon as I add the switch: -Platform "KVM" It fails. See: https://gist.github.com/anonymous/9349392421a5715037fa2cd

2016-07-21 11:47:20 +0300 received badge  Editor (source)
2016-07-21 11:45:22 +0300 asked a question nano server kvm build fails

I just followed your descriptions on: https://cloudbase.it/nano-server-on-k... to set up a kvm based Nano Server image. The build failed with the error "dism /Add-Driver failed for path: $driverPath" with Driver path referring to "D:\Balloon\w10\amd64"

-> this path seems to be hardcoded somewhere, but I don't find where the "D:" comes from. the Ballon is part of a DriverExtension list. -> I don't know what would be the purpose of the Balloon folder and the others in the list. Is it expected to have further files prepared for the build - apart from providing a path to the WindowsServer2016 image? I am using the TP5 image.

Following the repo readme instructions with with the default options produces a valid HyperV image (vhdx): .\NewNanoServerImage.ps1 -IsoPath $isoPath -TargetPath $targetPath -AdministratorPassword $password)

As soon as I add the switch: -Platform "KVM" It fails. See: https://gist.github.com/anonymous/934...

The breaking point seems to be:

Installing 1 of 1 - G:\Balloon\w10\amd64\balloon.inf: Error - The driver package contains x64 boot-critical drivers, but the drivers are not properly signed.
Use the /forceunsigned option to install the drivers.

I assume I need to disable the signature check for drivers - It would be good if this would be documented somewhere.