hashicorp / hashicorp/packer-plugin-hyperv
I've also found this issue, but in my case I can confirm it comes from different ISO versions. For example 2 different revisions of MS2016 Partner ISO gave me different results:
- Dominant language
- Go
- Stars
- 27
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
_This issue was originally opened by @Lionz01 as hashicorp/packer#10184. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._
I've also found this issue, but in my case I can confirm it comes from different ISO versions. For example 2 different revisions of MS2016 Partner ISO gave me different results:
The config that works for them both is (in my case) :
```json
"boot_wait": "0s",
"boot_command": [
"a"
],
```
_Originally posted by @marcinbojko in https://github.com/hashicorp/packer/issues/6208#issuecomment-384936851_
Contributor guide
Assessment
This issue has not been assessed yet.