-
Notifications
You must be signed in to change notification settings - Fork 160
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 boot_command not working #114
Comments
Can you share your vm configuration and vm startup screenshots? |
Hey, here is the vm config. If you are wondering why there are 2 iso files, it's a hack I'm using to get around limitations in the Packer SDK (hashicorp/packer-plugin-sdk#119) Also, the key presses in the boot command aren't entirely correct as I changed it when testing. I can post screenshots later.
|
I'm not good at the Packer. |
I'm not sure if this is an issue with Pimox specifically, but I'm not sure where else to ask this.
I'm trying to use Packer to automatically create templates from ISOs, however during the
boot_command
(https://developer.hashicorp.com/packer/plugins/builders/proxmox/iso#boot-command) phase where it performs key presses on the grub menu, it doesn't work. Nothing happens, as if the key presses are being ignored.It works fine on regular Proxmox. I'm happy to post my definition files etc but just wanted to see if anyone else was using Packer and had experienced similar issues.
The text was updated successfully, but these errors were encountered: