Stuck on lanaguage selection (no cloud-init usage)
3sky opened this issue · 1 comments
Code of Conduct
- I have read and agree to the project's Code of Conduct.
Project Version
latest
VMware vSphere
8.0.2.0
HashiCorp Packer
1.9.4
HashiCorp Packer Plugin for VMware vSphere
1.2.2
Guest Operating System
Ubuntu server 20.04 LTS
Environment Details
New testing environment, 3 hosts, for testing packer build.
Description
I'm trying to build Ubuntu image, based on ISO from internet(iso_url
added), and without serving server, so common_data_source
= disk
.
I stuck on loading cloud-init, it just stops on language selection window.
Expected Behavior
Use cloud-init script(user-data) to auto install the system.
Actual Behavior
VM stuck on language selection window, however I'm able to see that under /dev/sr1 i have use-data as well as meta-data copied.
Packer stuck on waiting for IP stage.
Steps to Reproduce
Use disk
data_source, and iso from URL. No other changes from my side.
Log Fragments and Files
No response
Screenshots
No response
Additional Context
No response
This issue would be best served on the plugin's repository as this is outside the scope of the examples based on the change to iso_url
, which was removed from this project due to prior issues.