boilerplates icon indicating copy to clipboard operation
boilerplates copied to clipboard

error when boot commands are sent

Open edbg opened this issue 2 months ago • 0 comments

Issue Reporting

Error running boot command

After I run the following command build command: packer build -var-file='..\credentials.pkr.hcl' .\ubuntu-server.pkr.hcl

using this iso ubuntu-24.04-live-server-amd64.iso

the following boot command is sent loud-net;s=http://172.26.64.1:8122

and every time I get the following error err: can't find command 'loud-net'

here are my packer boot commands

PACKER Boot Commands

boot_command = [
    "<esc><wait><esc><wait>",
    "<f6><wait><esc><wait>",
    "<bs><bs><bs><bs><bs>",
    "autoinstall ds=nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ",
    "--- <enter>"

Screenshots

provided screenshot brave_EzQ5lZsCqC

Environment

I am running ProxMox 8.2.2 Packer v1.11.0

Any help is greatly appreciated.

edbg avatar Jun 15 '24 22:06 edbg