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
Thanks for your work!
I am trying packer build --only=qemu --var virtio_win_iso=./virtio-win.iso ./windows_2019_docker.json and it stuck at ==> qemu: Waiting for WinRM to become available...
I used vncviewer and foud the image build vm can't find the boot disk:
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
The problem is qemu args and default packer behavior.
when -drive or -device qemu args are passed packer will no longer add it's default options including adding the Win install iso as a drive so it's trying to boot with no win install iso attached.
"
Warning: The qemu command line allows extreme flexibility, so beware of conflicting arguments causing failures of your run. For instance adding a "--drive" or "--device" override will mean that none of the default configuration Packer sets will be used. To see the defaults that Packer sets, look in your packer.log file (set PACKER_LOG=1 to get verbose logging) and search for the qemu-system-x86 command. The arguments are all printed for review, and you can use those arguments along with the template engines allowed by qemu-args to set up a working configuration that includes both the Packer defaults and your extra arguments.
"
Thanks for your work!
I am trying
packer build --only=qemu --var virtio_win_iso=./virtio-win.iso ./windows_2019_docker.json
and it stuck at==> qemu: Waiting for WinRM to become available...
I used vncviewer and foud the image build vm can't find the boot disk:
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: