-
Notifications
You must be signed in to change notification settings - Fork 70
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
Boot command not typed properly #220
Comments
Hello @mcbenjemaa, I don't have templating using the ubuntu installer, but I see from my logs in myy context the default
In order to reproduce the bug the information about the ISO will be helpful, checksum and URL for the file. |
|
what do you mean? I see the |
@mcbenjemaa try to play with the FWIW, at rgl/proxmox-ve@6bcbb10 I've added support, using this provider, for installing proxmox in proxmox (its using proxmox 8; no idea if it works in your proxmox 7); it works in my machine, maybe give it a try to see if it works in yours too. |
I need to fix this, for kubernetes-sigs/image-builder#1282 |
Oh, in my last comment, I misunderstood that you were trying to install proxmox instead of ubuntu. The latest ubuntu 22.04.3 had some behavior changes. I had to change my vagrant template as-in the diff at: Maybe you should try with those changes. |
@rgl Thanks this actually works
|
Auto-install gets stuck on the language screen. How can this be resolved? |
I had this problem for quite some time, and was able to get past it by increasing |
There is something wrong, |
An update on this ? i keep ending on the language screen :( |
Please try this: If your installation got stuck in language selection, that means there's no DHCP. |
@tommy31 and anyone else that stumbles across this, I post in the hope someone else doesn't spend 3 hours chasing their own tail. I was following the video from Christian Lempa on using Proxmox and Packer and after running into the problem initially posted here (which I resolved by setting the boot_key_interval to 200ms) I started running into an issue hitting the select language page continuously, eventually I've discovered that was caused by omitting the |
Also make sure the Packer HTTP IP and Port are reachable from the network the VM is attached to.. I've also seen this issue occur where an IP is acquired via DHCP, but then there are references to a Packer HTTP server somewhere in the initrd config, eg kickstart/preseed file URL path, and the VM and Packer host are unable to talk directly to each other so the installation stalls at the language selection dialog. |
I'm trying to create Ubuntu 22.04 with autoinstall, but somehow the boot command is not typed properly
Overview of the Issue
I'm just trying to create Ubuntu 22.04 template, with the following.
when I execute this, a new VM created, and it's typing the boot command.
and then it's stuck.
when I check the VM UI, I see something like this.
Honestly, I don't know what's happening here.!
from time to time the typed command is different, while the code is the same.
Reproduction Steps
Steps to reproduce this issue.
execute packer build when you go to the VM UI,. you saw it.
Plugin and Packer version
From
packer version
Packer v1.9.4
Proxmox 7.4-3
Simplified Packer Buildfile
If the file is longer than a few dozen lines, please include the URL to the
gist of the log or use the Github detailed
format
instead of posting it directly in the issue.
Operating system and Environment details
OS, Architecture, and any other information you can provide about the
environment.
Log Fragments and crash.log files
Include appropriate log fragments. If the log is longer than a few dozen lines,
please include the URL to the gist of the log or
use the Github detailed format instead of posting it directly in the issue.
Set the env var
PACKER_LOG=1
for maximum log detail.The text was updated successfully, but these errors were encountered: