-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packer Qemu Rocky9 ssh connection refused #126
Comments
any updates on this issue, please?? |
I am seeing the same, using a Debian iso, on Apple ARM (From the bento repo). Full command :
From debug output :
When I connect to the VNC, I see the QEmu monitor prompt. Then I see the boot command being typed, but this clearly isn't the boot prompt from the booted ISO. |
Hi, you can try to change the qemuargs block as mentioned in the documentation https://developer.hashicorp.com/packer/plugins/builders/qemu#qemuargs
|
This issue was originally opened by @sreekanth-ragi in hashicorp/packer#12125 and has been migrated to this repository. The original issue description is below.
Packer Version: 1.8.4
QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.40)
Rocky-9.0-20220808.0-x86_64-dvd.iso
Trying to build Rocky 9 image using ISO with static IP assignment, but getting issues with packer not being able to SSH into the guest VM. I can login to the guest VM directly by using VNC.
If do not provide the flags for net configuration, then everything is working fine. I want to understand if the process I'm following to assign the gues VM with a specific IP Address is correct or am I missing additional steps that would make this work.
Seeing the following error.
Thanks in Advance for the help.
Sreekanth
The text was updated successfully, but these errors were encountered: