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
I want to pack a basic Debian 12. When starting the process, after entering the boot command, I see a black screen with a white cursor. I haven't been able to get more verbose details.
If I don't include auto url=... in the kernel parameters, the installer starts normally, but as soon as auto is in the play, the blinking cursor appears and the installer TUI doesn't start. I suspect something might be wrong with my network configuration. I don't know how to confirm its requesting the preseed.cfg. I've tried various permutations of different settings without success.
The text was updated successfully, but these errors were encountered:
Overview of the Issue
I want to pack a basic Debian 12. When starting the process, after entering the boot command, I see a black screen with a white cursor. I haven't been able to get more verbose details.
Reproduction Steps
packer build -machine-readable -on-error cleanup /Users/areitzel/Downloads/debian.json
Plugin and Packer version
Simplified Packer Buildfile
debian.json: https://gist.github.com/FunTimeCoding/6a49aa9a219f1f7e041007598d853342
Operating system and Environment details
Log Fragments and crash.log files
Packer log: https://gist.github.com/FunTimeCoding/21c4c9b901921c06b1e96daad237c3f9
What works
If I don't include
auto url=...
in the kernel parameters, the installer starts normally, but as soon asauto
is in the play, the blinking cursor appears and the installer TUI doesn't start. I suspect something might be wrong with my network configuration. I don't know how to confirm its requesting the preseed.cfg. I've tried various permutations of different settings without success.The text was updated successfully, but these errors were encountered: