failing package builds for custom images with packer-maas

No matter what I adjust, and my lack of understanding. I am not able to build custom images with packer-maas. I’ve tried to tweak the pkr.hcl and ks files. No, dice. … help please. I am executing this via ‘make’. Here is the log without any changes to the current repo.
Here is the output without package modifications. I have followed the README and installed all necessary packages to include make.

I am on a bare metal server running Ubuntu 22.04 that is headless. So, running this via MAAS CLI.

2025/06/12 20:23:28 [INFO] Packer version: 1.13.1 [go1.23.2 linux amd64]
2025/06/12 20:23:28 [INFO] PACKER_CONFIG env var not set; checking the default config file path
2025/06/12 20:23:28 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/dmcadmin/.packerconfig
2025/06/12 20:23:28 [WARN] Config file doesn't exist: /home/dmcadmin/.packerconfig
2025/06/12 20:23:28 [INFO] Setting cache directory: /home/dmcadmin/.cache/packer
2025/06/12 20:23:28 [TRACE] listing potential installations for "github.com/hashicorp/qemu" that match "~> 1.0". plugingetter.ListInstallationsOptions{PluginDirectory:"/home/dmcadmin/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.digest)(0xc000163080)}}, ReleasesOnly:false}}
2025/06/12 20:23:29 [TRACE] Found the following "github.com/hashicorp/qemu" installations: [{/home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 v1.1.2 x5.0}]
2025/06/12 20:23:29 [INFO] found external [-packer-default-plugin-name-] builders from qemu plugin
2025/06/12 20:23:29 [TRACE] listing potential installations for <nil> that match "". plugingetter.ListInstallationsOptions{PluginDirectory:"/home/dmcadmin/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.digest)(0xc0008ae180)}}, ReleasesOnly:false}}
2025/06/12 20:23:29 [INFO] found external [-packer-default-plugin-name-] builders from qemu plugin
2025/06/12 20:23:29 [TRACE] validateValue: not active for architecture, so skipping
2025/06/12 20:23:29 [TRACE] validateValue: not active for host_is_arm, so skipping
2025/06/12 20:23:29 [TRACE] validateValue: not active for ovmf_suffix, so skipping
2025/06/12 20:23:29 [TRACE] validateValue: not active for filename, so skipping
2025/06/12 20:23:29 [TRACE] validateValue: not active for ks_proxy, so skipping
2025/06/12 20:23:29 [TRACE] validateValue: not active for ks_mirror, so skipping
2025/06/12 20:23:29 [TRACE] validateValue: not active for timeout, so skipping
2025/06/12 20:23:29 [TRACE] Using protobuf for communication with plugins
2025/06/12 20:23:29 [INFO] Starting external plugin /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 start builder --protobuf -packer-default-plugin-name-
2025/06/12 20:23:29 Starting plugin: /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 []string{"/home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64", "start", "builder", "--protobuf", "-packer-default-plugin-name-"}
2025/06/12 20:23:29 Waiting for RPC address for: /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64
2025/06/12 20:23:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:29 Plugin address: unix /tmp/packer-plugin3752337147
2025/06/12 20:23:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:29 Waiting for connection...
2025/06/12 20:23:29 Received unix RPC address for /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64: addr is /tmp/packer-plugin3752337147
2025/06/12 20:23:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:29 Serving a plugin connection...
2025/06/12 20:23:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:29 [TRACE] starting builder -packer-default-plugin-name-
2025/06/12 20:23:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:29 [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/12 20:23:29 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/12 20:23:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:29 use detected accelerator: kvm
2025/06/12 20:23:30 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:30 [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/12 20:23:30 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/12 20:23:30 [INFO] Starting external plugin /usr/bin/packer execute --protobuf packer-post-processor-shell-local
2025/06/12 20:23:30 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "execute", "--protobuf", "packer-post-processor-shell-local"}
2025/06/12 20:23:30 Waiting for RPC address for: /usr/bin/packer
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: [INFO] Packer version: 1.13.1 [go1.23.2 linux amd64]
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/dmcadmin/.packerconfig
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: [WARN] Config file doesn't exist: /home/dmcadmin/.packerconfig
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: [INFO] Setting cache directory: /home/dmcadmin/.cache/packer
2025/06/12 20:23:30 Received unix RPC address for /usr/bin/packer: addr is /tmp/packer-plugin2379304535
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: Plugin address: unix /tmp/packer-plugin2379304535
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: Waiting for connection...
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: Serving a plugin connection...
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/12 20:23:30 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/12 20:23:30 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/12 20:23:30 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/12 20:23:30 ui: e[1;32mqemu.rocky9: output will be in this color.e[0m
2025/06/12 20:23:30 ui: 
2025/06/12 20:23:30 Build debug mode: false
2025/06/12 20:23:30 Force build: false
2025/06/12 20:23:30 On error: 
2025/06/12 20:23:30 Waiting on builds to complete...
2025/06/12 20:23:30 Starting build run: qemu.rocky9
2025/06/12 20:23:30 Running builder: qemu
2025/06/12 20:23:30 [INFO] (telemetry) Starting builder qemu.rocky9
2025/06/12 20:23:30 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:30 Qemu path: /usr/bin/qemu-system-x86_64, Qemu Image path: /usr/bin/qemu-img
2025/06/12 20:23:30 ui: e[1;32m==> qemu.rocky9: Retrieving ISOe[0m
2025/06/12 20:23:30 ui: e[1;32m==> qemu.rocky9: Trying http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.isoe[0m
2025/06/12 20:23:30 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:23:30 Acquiring lock for: http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.iso?checksum=sha256%3A0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067 (packer_cache/Rocky-x86_64-boot.iso.lock)
2025/06/12 20:23:30 ui: e[1;32m==> qemu.rocky9: Trying http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.iso?checksum=sha256%3A0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067e[0m
2025/06/12 20:25:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:24 closing
2025/06/12 20:25:34 ui: e[1;32m==> qemu.rocky9: http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.iso?checksum=sha256%3A0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067 => packer_cache/Rocky-x86_64-boot.isoe[0m
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Leaving retrieve loop for ISO
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 No floppy files specified. Floppy disk will not be made.
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 No CD files specified. CD disk will not be made.
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 [INFO] Creating disk with Path: output-rocky9/packer-rocky9 and Size: 45G
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Executing qemu-img: []string{"create", "-f", "qcow2", "output-rocky9/packer-rocky9", "45G"}
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 stdout: Formatting 'output-rocky9/packer-rocky9', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=48318382080 lazy_refcounts=off refcount_bits=16
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 stderr:
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Found available port: 8017 on IP: 0.0.0.0
2025/06/12 20:25:34 ui: e[1;32m==> qemu.rocky9: Starting HTTP server on port 8017e[0m
2025/06/12 20:25:34 ui: e[1;32m==> qemu.rocky9: No communicator is set; skipping port forwarding setup.e[0m
2025/06/12 20:25:34 ui: e[1;32m==> qemu.rocky9: Looking for available port between 5900 and 6000 on 127.0.0.1e[0m
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Looking for available port between 5900 and 6000 on 127.0.0.1
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Found available port: 5964 on IP: 127.0.0.1
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Found available VNC port: 5964 on IP: 127.0.0.1
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Qemu --version output: QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.26)
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Qemu version: 6.2.0
2025/06/12 20:25:34 ui: e[1;32m==> qemu.rocky9: Starting VM, booting from CD-ROMe[0m
2025/06/12 20:25:34 ui: e[1;32m==> qemu.rocky9: The VM will be run headless, without a GUI. If you want to
==> qemu.rocky9: view the screen of the VM, connect via VNC without a password to
==> qemu.rocky9: vnc://127.0.0.1:5964e[0m
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 CPU count at default value, setting to topology maximum: 4
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Qemu Builder has no floppy files, not attaching a floppy.
2025/06/12 20:25:34 ui: e[1;32m==> qemu.rocky9: Overriding default Qemu arguments with qemuargs template option...e[0m
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Executing /usr/bin/qemu-system-x86_64: []string{"-boot", "strict=off", "-machine", "accel=kvm", "-smp", "4,cores=4", "-vnc", "127.0.0.1:64", "-serial", "stdio", "-device", "qemu-xhci", "-device", "usb-kbd", "-device", "virtio-net-pci,netdev=net0", "-device", "virtio-blk-pci,drive=drive0,bootindex=0", "-device", "virtio-blk-pci,drive=cdrom0,bootindex=1", "-device", "virtio-gpu-pci", "-netdev", "user,id=net0", "-cpu", "host", "-global", "driver=cfi.pflash01,property=secure,value=off", "-drive", "if=pflash,format=raw,unit=0,id=ovmf_code,readonly=on,file=/usr/share/OVMF/OVMF_CODE.fd", "-drive", "if=pflash,format=raw,unit=1,id=ovmf_vars,file=x86_64_VARS.fd", "-drive", "file=output-rocky9/packer-rocky9,if=none,id=drive0,cache=writeback,discard=ignore,format=qcow2", "-drive", "file=packer_cache/Rocky-x86_64-boot.iso,if=none,id=cdrom0,media=cdrom", "-name", "packer-rocky9", "-m", "2048M"}
2025/06/12 20:25:34 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:34 Started Qemu. Pid: 734090
2025/06/12 20:25:36 ui: e[1;32m==> qemu.rocky9: Waiting 5s for boot...e[0m
2025/06/12 20:25:37 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:37 Qemu stdout: e[2Je[01;01He[=3he[2Je[01;01HBdsDxe: failed to load Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x5,0x0): Not Found
2025/06/12 20:25:37 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:37 Qemu stdout: BdsDxe: loading Boot0003 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x6,0x0)
2025/06/12 20:25:37 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:37 Qemu stdout: BdsDxe: starting Boot0003 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x6,0x0)
2025/06/12 20:25:38 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:38 Qemu stdout: e[0me[30me[40me[2Je[01;01He[0me[37me[40me[02;32HGRUB version 2.06
2025/06/12 20:25:38 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:38 Qemu stdout:
2025/06/12 20:25:38 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:38 Qemu stdout: 
e[04;02H����������������������������������������������������������������������������Ŀe[05;02H�e[05;79H�e[06;02H�e[06;79H�e[07;02H�e[07;79H�e[08;02H�e[08;79H�e[09;02H�e[09;79H�e[10;02H�e[10;79H�e[11;02H�e[11;79H�e[12;02H�e[12;79H�e[13;02H�e[13;79H�e[14;02H�e[14;79H�e[15;02H�e[15;79H�e[16;02H�e[16;79H�e[17;02H�e[17;79H�e[18;02H������������������������������������������������������������������������������e[19;02He[20;02H     Use the ^ and v keys to select which entry is highlighted.
2025/06/12 20:25:38 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:38 Qemu stdout: 
      Press enter to boot the selected OS, `e' to edit the commands
2025/06/12 20:25:41 ui: e[1;32m==> qemu.rocky9: Connecting to VM via VNC (127.0.0.1:5964)e[0m
2025/06/12 20:25:41 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:41 Connected to VNC desktop: QEMU (packer-rocky9)
2025/06/12 20:25:41 ui: e[1;32m==> qemu.rocky9: Typing the boot commands over VNC...e[0m
2025/06/12 20:25:41 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:41 Special code '<up>' found, replacing with: 0xFF52
2025/06/12 20:25:42 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:42 [INFO] Waiting 1s
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Sending char 'e', code 0x65, shift false
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Qemu stdout: 
      before booting or `c' for a command-line.                           e[05;80H e[05;03H Install Rocky Linux 9.6                                                    e[05;78He[0me[30me[47me[06;03H*Test this media & install Rocky Linux 9.6                                  e[0me[37me[40me[06;78He[07;03H Troubleshooting -->                                                        e[07;78He[08;03H                                                                            e[08;78He[09;03H                                                                            e[09;78He[10;03H                                                                            e[10;78He[11;03H                                                                            e[11;78He[12;03H                                                                            e[12;78He[13;03H                                                                            e[13;78He[14;03H                                                                            e[14;78He[15;03H                                                                            e[15;78He[16;03H                                                                            e[16;78He[17;03H                                                                            e[17;78He[17;80H e[06;78He[23;01H   The highlighted entry will be executed automatically in 60s.                e[06;78He[23;01H   The highlighted entry will be executed automatically in 59s.                e[06;78He[23;01H   The highlighted entry will be executed automatically in 58s.                e[06;78He[23;01H   The highlighted entry will be executed automatically in 57s.                e[06;78He[23;01H                                                                               e[24;01H                                                                               e[06;78He[06;03H Test this media & install Rocky Linux 9.6                                  e[06;78He[0me[30me[47me[05;03H*Install Rocky Linux 9.6                                                    e[0me[37me[40me[05;78He[0me[30me[40me[2Je[01;01He[0me[37me[40me[0me[30me[40me[2Je[01;01He[0me[37me[40me[02;32HGRUB version 2.06
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Qemu stdout:
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Special code '<down>' found, replacing with: 0xFF54
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Qemu stdout: 
e[04;02H����������������������������������������������������������������������������Ŀe[05;02H�e[05;79H�e[06;02H�e[06;79H�e[07;02H�e[07;79H�e[08;02H�e[08;79H�e[09;02H�e[09;79H�e[10;02H�e[10;79H�e[11;02H�e[11;79H�e[12;02H�e[12;79H�e[13;02H�e[13;79H�e[14;02H�e[14;79H�e[15;02H�e[15;79H�e[16;02H�e[16;79H�e[17;02H�e[17;79H�e[18;02H������������������������������������������������������������������������������e[19;02He[20;02H     Minimum Emacs-like screen editing is supported. TAB lists
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Qemu stdout: 
      completions. Press Ctrl-x or F10 to boot, Ctrl-c or F2 for a
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Special code '<down>' found, replacing with: 0xFF54
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Qemu stdout: 
      command-line or ESC to discard edits and return to the GRUB menu.   e[05;03Hsetparams 'Install Rocky Linux 9.6'                                         e[06;03H                                                                            e[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Special code '<down>' found, replacing with: 0xFF54
2025/06/12 20:25:43 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:43 Special code '<left>' found, replacing with: 0xFF51
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Sending char ' ', code 0x20, shift false
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Qemu stdout: 
e[08;03H_64-dvd quiet                                                               e[09;03H        initrdefi /images/pxeboot/initrd.img                                e[10;03H                                                                            e[11;03H                                                                            e[12;03H                                                                            e[13;03H                                                                            e[14;03H                                                                            e[15;03H                                                                            e[16;03H                                                                            e[17;03H                                                                            e[05;80H e[17;80H e[05;03He[06;03He[07;03He[09;03He[08;16He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Sending char 'c', code 0x63, shift false
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Qemu stdout: 
e[08;03H_64-dvd quiet                                                               e[08;17He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Sending char 'o', code 0x6F, shift false
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Qemu stdout: 
e[08;03H_64-dvd quiet c                                                             e[08;18He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Sending char 'n', code 0x6E, shift false
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Qemu stdout: 
e[08;03H_64-dvd quiet co                                                            e[08;19He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Sending char 's', code 0x73, shift false
2025/06/12 20:25:44 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:44 Qemu stdout: 
e[08;03H_64-dvd quiet con                                                           e[08;20He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Sending char 'o', code 0x6F, shift false
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Qemu stdout: 
e[08;03H_64-dvd quiet cons                                                          e[08;21He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Sending char 'l', code 0x6C, shift false
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Qemu stdout: 
e[08;03H_64-dvd quiet conso                                                         e[08;22He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Sending char 'e', code 0x65, shift false
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Qemu stdout: 
e[08;03H_64-dvd quiet consol                                                        e[08;23He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Sending char '=', code 0x3D, shift false
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Qemu stdout: 
e[08;03H_64-dvd quiet console                                                       e[08;24He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Sending char 't', code 0x74, shift false
2025/06/12 20:25:45 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:45 Qemu stdout: 
e[08;03H_64-dvd quiet console=                                                      e[08;25He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Sending char 't', code 0x74, shift false
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Qemu stdout: 
e[08;03H_64-dvd quiet console=t                                                     e[08;26He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Sending char 'y', code 0x79, shift false
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Qemu stdout: 
e[08;03H_64-dvd quiet console=tt                                                    e[08;27He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Sending char 'S', code 0x53, shift true
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Qemu stdout: 
e[08;03H_64-dvd quiet console=tty                                                   e[08;28He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Sending char '0', code 0x30, shift false
2025/06/12 20:25:46 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:46 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS                                                  e[08;29He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Sending char ' ', code 0x20, shift false
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0                                                 e[08;30He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Sending char 'i', code 0x69, shift false
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0                                                 e[08;31He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Sending char 'n', code 0x6E, shift false
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 i                                               e[08;32He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Sending char 's', code 0x73, shift false
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 in                                              e[08;33He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Sending char 't', code 0x74, shift false
2025/06/12 20:25:47 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:47 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 ins                                             e[08;34He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Sending char '.', code 0x2E, shift false
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst                                            e[08;35He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Sending char 'c', code 0x63, shift false
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.                                           e[08;36He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Sending char 'm', code 0x6D, shift false
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.c                                          e[08;37He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Sending char 'd', code 0x64, shift false
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cm                                         e[08;38He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Sending char 'l', code 0x6C, shift false
2025/06/12 20:25:48 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:48 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmd                                        e[08;39He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Sending char 'i', code 0x69, shift false
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdl                                       e[08;40He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Sending char 'n', code 0x6E, shift false
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdli                                      e[08;41He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Sending char 'e', code 0x65, shift false
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdlin                                     e[08;42He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Sending char ' ', code 0x20, shift false
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline                                    e[08;43He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Sending char 'i', code 0x69, shift false
2025/06/12 20:25:49 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:49 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline                                    e[08;44He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Sending char 'n', code 0x6E, shift false
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline i                                  e[08;45He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Sending char 's', code 0x73, shift false
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline in                                 e[08;46He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Sending char 't', code 0x74, shift false
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline ins                                e[08;47He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Sending char '.', code 0x2E, shift false
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst                               e[08;48He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Sending char 't', code 0x74, shift false
2025/06/12 20:25:50 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:50 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.                              e[08;49He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Sending char 'e', code 0x65, shift false
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.t                             e[08;50He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Sending char 'x', code 0x78, shift false
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.te                            e[08;51He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Sending char 't', code 0x74, shift false
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.tex                           e[08;52He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Sending char ' ', code 0x20, shift false
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text                          e[08;53He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Sending char 'i', code 0x69, shift false
2025/06/12 20:25:51 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:51 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text                          e[08;54He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Sending char 'n', code 0x6E, shift false
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text i                        e[08;55He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Sending char 's', code 0x73, shift false
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text in                       e[08;56He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Sending char 't', code 0x74, shift false
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text ins                      e[08;57He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Sending char '.', code 0x2E, shift false
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst                     e[08;58He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Sending char 'k', code 0x6B, shift false
2025/06/12 20:25:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:52 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.                    e[08;59He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Sending char 's', code 0x73, shift false
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.k                   e[08;60He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Sending char '=', code 0x3D, shift false
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks                  e[08;61He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Sending char 'h', code 0x68, shift false
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=                 e[08;62He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Sending char 't', code 0x74, shift false
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=h                e[08;63He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Sending char 't', code 0x74, shift false
2025/06/12 20:25:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:53 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=ht               e[08;64He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Sending char 'p', code 0x70, shift false
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=htt              e[08;65He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Sending char ':', code 0x3A, shift true
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http             e[08;66He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Sending char '/', code 0x2F, shift false
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http:            e[08;67He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Sending char '/', code 0x2F, shift false
2025/06/12 20:25:54 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:54 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http:/           e[08;68He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Sending char '1', code 0x31, shift false
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://          e[08;69He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Sending char '0', code 0x30, shift false
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://1         e[08;70He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Sending char '.', code 0x2E, shift false
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10        e[08;71He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Sending char '0', code 0x30, shift false
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.       e[08;72He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Sending char '.', code 0x2E, shift false
2025/06/12 20:25:55 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:55 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0      e[08;73He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Sending char '2', code 0x32, shift false
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.     e[08;74He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Sending char '.', code 0x2E, shift false
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2    e[08;75He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Sending char '2', code 0x32, shift false
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.   e[08;76He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Sending char ':', code 0x3A, shift true
2025/06/12 20:25:56 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:56 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2  e[08;77He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Sending char '8', code 0x38, shift false
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2: e[08;78He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Sending char '0', code 0x30, shift false
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[09;03H8                                                                           e[10;03H        initrdefi /images/pxeboot/initrd.img                                e[11;03H                                                                            e[12;03H                                                                            e[13;03H                                                                            e[14;03H                                                                            e[15;03H                                                                            e[16;03H                                                                            e[17;03H                                                                            e[17;80H e[09;04He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Sending char '1', code 0x31, shift false
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[09;03H80                                                                          e[09;05He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Sending char '7', code 0x37, shift false
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[09;03H801                                                                         e[09;06He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Sending char '/', code 0x2F, shift false
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[09;03H8017                                                                        e[09;07He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:57 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:57 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Sending char 'r', code 0x72, shift false
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[09;03H8017/                                                                       e[09;08He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Sending char 'o', code 0x6F, shift false
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[09;03H8017/r                                                                      e[09;09He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Sending char 'c', code 0x63, shift false
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[09;03H8017/ro                                                                     e[09;10He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Sending char 'k', code 0x6B, shift false
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[09;03H8017/roc                                                                    e[09;11He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Sending char 'y', code 0x79, shift false
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[09;03H8017/rock                                                                   e[09;12He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:58 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:58 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Sending char '9', code 0x39, shift false
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[09;03H8017/rocky                                                                  e[09;13He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Sending char '.', code 0x2E, shift false
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[09;03H8017/rocky9                                                                 e[09;14He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Sending char 'k', code 0x6B, shift false
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[09;03H8017/rocky9.                                                                e[09;15He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Sending char 's', code 0x73, shift false
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[09;03H8017/rocky9.k                                                               e[09;16He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Sending char ' ', code 0x20, shift false
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[09;03H8017/rocky9.ks                                                              e[09;17He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/12 20:25:59 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:25:59 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Special code '<f10>' found, replacing with: 0xFFC7
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Qemu stdout: 
e[09;03H8017/rocky9.ks                                                              e[09;18He[0me[30me[40me[2Je[01;01He[0me[37me[40m  Booting a command list
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Qemu stdout:
2025/06/12 20:26:00 ui: e[1;32m==> qemu.rocky9: No communicator is configured -- skipping StepWaitGuestAddresse[0m
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 [INFO] communicator disabled, will not connect
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Unable to load communicator config from state to populate provisionHookData
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Running the provision hook
2025/06/12 20:26:00 ui: e[1;32m==> qemu.rocky9: Halting the virtual machine...e[0m
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 VM shut down.
2025/06/12 20:26:00 ui: e[1;32m==> qemu.rocky9: Converting hard drive...e[0m
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Executing qemu-img: []string{"convert", "-O", "qcow2", "output-rocky9/packer-rocky9", "output-rocky9/packer-rocky9.convert"}
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 stdout:
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 stderr: qemu-img: Could not open 'output-rocky9/packer-rocky9': Failed to get shared "write" lock
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Is another process using the image [output-rocky9/packer-rocky9]?
2025/06/12 20:26:00 ui: e[1;32m==> qemu.rocky9: Error getting file lock for conversion; retrying...e[0m
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Retryable error: QemuImg error: qemu-img: Could not open 'output-rocky9/packer-rocky9': Failed to get shared "write" lock
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Is another process using the image [output-rocky9/packer-rocky9]?
2025/06/12 20:26:00 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:00 Qemu stdout:
2025/06/12 20:26:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:01 Executing qemu-img: []string{"convert", "-O", "qcow2", "output-rocky9/packer-rocky9", "output-rocky9/packer-rocky9.convert"}
2025/06/12 20:26:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:01 stdout:
2025/06/12 20:26:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:01 stderr:
2025/06/12 20:26:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/12 20:26:01 failed to unlock port lockfile: close tcp 127.0.0.1:5964: use of closed network connection
2025/06/12 20:26:01 [INFO] (telemetry) ending qemu.rocky9
2025/06/12 20:26:01 ui: e[1;32m==> qemu.rocky9: Running post-processor:  (type shell-local)e[0m
2025/06/12 20:26:01 [INFO] (telemetry) Starting post-processor shell-local
2025/06/12 20:26:01 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/12 20:26:01 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/12 20:26:01 packer-post-processor-shell-local plugin: [INFO] (shell-local): Prepending inline script with #!/bin/bash -e
2025/06/12 20:26:01 ui: e[1;32m==> qemu.rocky9 (shell-local): Running local shell script: /tmp/packer-shell91263045e[0m
2025/06/12 20:26:01 packer-post-processor-shell-local plugin: [INFO] (shell-local): starting local command: /bin/sh -c PACKER_BUILDER_TYPE='qemu' PACKER_BUILD_NAME='rocky9' PACKER_HTTP_ADDR='10.0.2.2:8017' PACKER_HTTP_IP='10.0.2.2' PACKER_HTTP_PORT='8017'  /tmp/packer-shell91263045
2025/06/12 20:26:01 packer-post-processor-shell-local plugin: [INFO] (shell-local communicator): Executing local shell command [/bin/sh -c PACKER_BUILDER_TYPE='qemu' PACKER_BUILD_NAME='rocky9' PACKER_HTTP_ADDR='10.0.2.2:8017' PACKER_HTTP_IP='10.0.2.2' PACKER_HTTP_PORT='8017'  /tmp/packer-shell91263045]
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ PACKER_OUTPUT=output-rocky9/packer-rocky9e[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ IMG_FMT=qcow2e[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' '!' -f output-rocky9/packer-rocky9 ']'e[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sync -f output-rocky9/packer-rocky9e[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): +++ mktemp -d /tmp/packer-maas-XXXXe[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ TMP_DIR=/tmp/packer-maas-4eKye[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ trap cleanup EXITe[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 5e[0m
2025/06/12 20:26:01 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ qemu-nbd --socket=/tmp/packer-maas-4eKy/qemu-img.sock --format=qcow2 --shared=10 output-rocky9/packer-rocky9e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mkdir -p /tmp/packer-maas-4eKy/roote[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): + source ../scripts/fuse-tar-roote[0m
2025/06/12 20:26:06 ui: e[1;32m==> qemu.rocky9 (shell-local): Mounting root partition...e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ ROOT_PARTITION=1e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ ROOT_MOUNT=/tmp/packer-maas-4eKy/roote[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ DETECT_BLS_BOOT=0e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ BOOT_MOUNT=/tmp/packer-maas-4eKy/boote[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ echo 'Mounting root partition...'e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mount_part 1 /tmp/packer-maas-4eKy/roote[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ PART=1e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ MOUNTPOINT=/tmp/packer-maas-4eKy/roote[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ FUSEDRV=fuse2fse[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ DEV=/tmp/packer-maas-4eKy/p1e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mkdir -p /tmp/packer-maas-4eKy/roote[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mkdir -p /tmp/packer-maas-4eKy/p1e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ retries=0e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ nbdfuse /tmp/packer-maas-4eKy/p1 --command nbdkit -s nbd socket=/tmp/packer-maas-4eKy/qemu-img.sock --filter=partition partition=1e[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): nbdkit: nbd: error: disk does not contain MBR or GPT partition table signaturee[0m
2025/06/12 20:26:06 ui error: e[1;31m==> qemu.rocky9 (shell-local): nbd_connect_command: handshake: server has no export named '': No such file or directorye[0m
2025/06/12 20:26:07 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:07 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:07 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:08 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:08 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:08 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:09 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:09 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:09 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:10 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:10 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:10 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:11 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:11 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:11 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:12 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:12 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:12 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:13 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:13 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:13 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:14 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:14 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:14 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:15 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:15 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:15 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:16 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:16 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-4eKy/p1/nbd ']'e[0m
2025/06/12 20:26:16 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ return 1e[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): + cleanupe[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): + for dev in "${TMP_DIR}"/p*/ "${TMP_DIR}"/disk/ "${TMP_DIR}"/boot/e[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): + dev=/tmp/packer-maas-4eKy/p1e[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): + '[' -d /tmp/packer-maas-4eKy/p1 ']'e[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): + fusermount -u -z /tmp/packer-maas-4eKy/p1e[0m
2025/06/12 20:26:17 ui error: e[1;31m==> qemu.rocky9 (shell-local): fusermount: entry for /tmp/packer-maas-4eKy/p1 not found in /etc/mtabe[0m
2025/06/12 20:26:17 packer-post-processor-shell-local plugin: error: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]
2025/06/12 20:26:17 [INFO] (telemetry) ending shell-local
2025/06/12 20:26:17 Deleting original artifact for build 'qemu.rocky9'
2025/06/12 20:26:17 ui error: e[1;31mBuild 'qemu.rocky9' errored after 2 minutes 47 seconds: 1 error(s) occurred:

* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]e[0m
2025/06/12 20:26:17 ui: 
==> Wait completed after 2 minutes 47 seconds
2025/06/12 20:26:17 machine readable: error-count []string{"1"}
2025/06/12 20:26:17 ui error: 
==> Some builds didn't complete successfully and had errors:
2025/06/12 20:26:17 machine readable: qemu.rocky9,error []string{"1 error(s) occurred:\n\n* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]"}
2025/06/12 20:26:17 ui error: --> qemu.rocky9: 1 error(s) occurred:

* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]
2025/06/12 20:26:17 ui: 
==> Builds finished but no artifacts were created.
2025/06/12 20:26:17 [INFO] (telemetry) Finalizing.
2025/06/12 20:26:17 waiting for all plugin processes to complete...
2025/06/12 20:26:17 /usr/bin/packer: plugin process exited
2025/06/12 20:26:17 /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64: plugin process exited

Can you try to install xorriso and retry?

@r00ta I installed xorriso and retried the build … it still fails. Going through the log I do see that qemu-img cannot open the output-rocky9/packer-rocky9 qemu-img: Could not open 'output-rocky9/packer-rocky9': Failed to get shared "write" lock . Then during the post processing fuse-tar-root nbdkit: nbd: error: disk does not contain MBR or GPT partition table signature. In a previous attempt I added a post-process command for qemu-img to access the generated output. Then manually set the SOURCE and OUTPUT. When I manually execute source ../scripts/fuse-nbd it creates the tmp space. But, when I run the source ../scripts/fuse-tar-root … Whoomp whoomp it fails due to the nbdkit error of the disk not containing MBR or GPT partition. I adjusted the rocky9.ks.pkrtpl file to add partitions. I’ve been banging my head on this for a while… any other suggestions. I am able to import Ubuntu and CentOS supported images. But, creating a custom image … FAIL.

log after the xorriso install

2025/06/13 12:13:52 [INFO] Packer version: 1.13.1 [go1.23.2 linux amd64]
2025/06/13 12:13:52 [INFO] PACKER_CONFIG env var not set; checking the default config file path
2025/06/13 12:13:52 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/dmcadmin/.packerconfig
2025/06/13 12:13:52 [WARN] Config file doesn't exist: /home/dmcadmin/.packerconfig
2025/06/13 12:13:52 [INFO] Setting cache directory: /home/dmcadmin/.cache/packer
2025/06/13 12:13:52 [TRACE] listing potential installations for "github.com/hashicorp/qemu" that match "~> 1.0". plugingetter.ListInstallationsOptions{PluginDirectory:"/home/dmcadmin/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.digest)(0xc0000d7080)}}, ReleasesOnly:false}}
2025/06/13 12:13:52 [TRACE] Found the following "github.com/hashicorp/qemu" installations: [{/home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 v1.1.2 x5.0}]
2025/06/13 12:13:52 [INFO] found external [-packer-default-plugin-name-] builders from qemu plugin
2025/06/13 12:13:52 [TRACE] listing potential installations for <nil> that match "". plugingetter.ListInstallationsOptions{PluginDirectory:"/home/dmcadmin/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.digest)(0xc0008ba180)}}, ReleasesOnly:false}}
2025/06/13 12:13:52 [INFO] found external [-packer-default-plugin-name-] builders from qemu plugin
2025/06/13 12:13:52 [TRACE] validateValue: not active for host_is_arm, so skipping
2025/06/13 12:13:52 [TRACE] validateValue: not active for ovmf_suffix, so skipping
2025/06/13 12:13:52 [TRACE] validateValue: not active for filename, so skipping
2025/06/13 12:13:52 [TRACE] validateValue: not active for ks_proxy, so skipping
2025/06/13 12:13:52 [TRACE] validateValue: not active for ks_mirror, so skipping
2025/06/13 12:13:52 [TRACE] validateValue: not active for timeout, so skipping
2025/06/13 12:13:52 [TRACE] validateValue: not active for architecture, so skipping
2025/06/13 12:13:52 [TRACE] Using protobuf for communication with plugins
2025/06/13 12:13:52 [INFO] Starting external plugin /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 start builder --protobuf -packer-default-plugin-name-
2025/06/13 12:13:52 Starting plugin: /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 []string{"/home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64", "start", "builder", "--protobuf", "-packer-default-plugin-name-"}
2025/06/13 12:13:52 Waiting for RPC address for: /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64
2025/06/13 12:13:52 Received unix RPC address for /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64: addr is /tmp/packer-plugin832982604
2025/06/13 12:13:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:52 Plugin address: unix /tmp/packer-plugin832982604
2025/06/13 12:13:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:52 Waiting for connection...
2025/06/13 12:13:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:52 Serving a plugin connection...
2025/06/13 12:13:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:52 [TRACE] starting builder -packer-default-plugin-name-
2025/06/13 12:13:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:52 [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:13:52 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:13:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:52 use detected accelerator: kvm
2025/06/13 12:13:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:53 [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:13:53 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:13:53 [INFO] Starting external plugin /usr/bin/packer execute --protobuf packer-post-processor-shell-local
2025/06/13 12:13:53 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "execute", "--protobuf", "packer-post-processor-shell-local"}
2025/06/13 12:13:53 Waiting for RPC address for: /usr/bin/packer
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: [INFO] Packer version: 1.13.1 [go1.23.2 linux amd64]
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/dmcadmin/.packerconfig
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: [WARN] Config file doesn't exist: /home/dmcadmin/.packerconfig
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: [INFO] Setting cache directory: /home/dmcadmin/.cache/packer
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: Plugin address: unix /tmp/packer-plugin2694775389
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: Waiting for connection...
2025/06/13 12:13:53 Received unix RPC address for /usr/bin/packer: addr is /tmp/packer-plugin2694775389
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: Serving a plugin connection...
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:13:53 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:13:53 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:13:53 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:13:53 ui: e[1;32mqemu.rocky9: output will be in this color.e[0m
2025/06/13 12:13:53 ui: 
2025/06/13 12:13:53 Build debug mode: false
2025/06/13 12:13:53 Force build: false
2025/06/13 12:13:53 On error: 
2025/06/13 12:13:53 Waiting on builds to complete...
2025/06/13 12:13:53 Starting build run: qemu.rocky9
2025/06/13 12:13:53 Running builder: qemu
2025/06/13 12:13:53 [INFO] (telemetry) Starting builder qemu.rocky9
2025/06/13 12:13:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:53 Qemu path: /usr/bin/qemu-system-x86_64, Qemu Image path: /usr/bin/qemu-img
2025/06/13 12:13:53 ui: e[1;32m==> qemu.rocky9: Retrieving ISOe[0m
2025/06/13 12:13:53 ui: e[1;32m==> qemu.rocky9: Trying http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.isoe[0m
2025/06/13 12:13:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:13:53 Acquiring lock for: http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.iso?checksum=sha256%3A0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067 (packer_cache/Rocky-x86_64-boot.iso.lock)
2025/06/13 12:13:53 ui: e[1;32m==> qemu.rocky9: Trying http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.iso?checksum=sha256%3A0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067e[0m
2025/06/13 12:14:03 ui: e[1;32m==> qemu.rocky9: http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-x86_64-boot.iso?checksum=sha256%3A0fad8d8b19a94a0222ea37152cdf5601229fe0178b651dc476e1cba41d2e6067 => packer_cache/Rocky-x86_64-boot.isoe[0m
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Leaving retrieve loop for ISO
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 No floppy files specified. Floppy disk will not be made.
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 No CD files specified. CD disk will not be made.
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 [INFO] Creating disk with Path: output-rocky9/packer-rocky9 and Size: 45G
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Executing qemu-img: []string{"create", "-f", "qcow2", "output-rocky9/packer-rocky9", "45G"}
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 stdout: Formatting 'output-rocky9/packer-rocky9', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=48318382080 lazy_refcounts=off refcount_bits=16
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 stderr:
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Found available port: 8241 on IP: 0.0.0.0
2025/06/13 12:14:03 ui: e[1;32m==> qemu.rocky9: Starting HTTP server on port 8241e[0m
2025/06/13 12:14:03 ui: e[1;32m==> qemu.rocky9: No communicator is set; skipping port forwarding setup.e[0m
2025/06/13 12:14:03 ui: e[1;32m==> qemu.rocky9: Looking for available port between 5900 and 6000 on 127.0.0.1e[0m
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Looking for available port between 5900 and 6000 on 127.0.0.1
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Found available port: 5982 on IP: 127.0.0.1
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Found available VNC port: 5982 on IP: 127.0.0.1
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Qemu --version output: QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.26)
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Qemu version: 6.2.0
2025/06/13 12:14:03 ui: e[1;32m==> qemu.rocky9: Starting VM, booting from CD-ROMe[0m
2025/06/13 12:14:03 ui: e[1;32m==> qemu.rocky9: The VM will be run headless, without a GUI. If you want to
==> qemu.rocky9: view the screen of the VM, connect via VNC without a password to
==> qemu.rocky9: vnc://127.0.0.1:5982e[0m
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 CPU count at default value, setting to topology maximum: 4
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Qemu Builder has no floppy files, not attaching a floppy.
2025/06/13 12:14:03 ui: e[1;32m==> qemu.rocky9: Overriding default Qemu arguments with qemuargs template option...e[0m
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Executing /usr/bin/qemu-system-x86_64: []string{"-serial", "stdio", "-netdev", "user,id=net0", "-cpu", "host", "-global", "driver=cfi.pflash01,property=secure,value=off", "-name", "packer-rocky9", "-m", "2048M", "-vnc", "127.0.0.1:82", "-smp", "4,cores=4", "-boot", "strict=off", "-device", "qemu-xhci", "-device", "usb-kbd", "-device", "virtio-net-pci,netdev=net0", "-device", "virtio-blk-pci,drive=drive0,bootindex=0", "-device", "virtio-blk-pci,drive=cdrom0,bootindex=1", "-device", "virtio-gpu-pci", "-machine", "accel=kvm", "-drive", "if=pflash,format=raw,unit=0,id=ovmf_code,readonly=on,file=/usr/share/OVMF/OVMF_CODE.fd", "-drive", "if=pflash,format=raw,unit=1,id=ovmf_vars,file=x86_64_VARS.fd", "-drive", "file=output-rocky9/packer-rocky9,if=none,id=drive0,cache=writeback,discard=ignore,format=qcow2", "-drive", "file=packer_cache/Rocky-x86_64-boot.iso,if=none,id=cdrom0,media=cdrom"}
2025/06/13 12:14:03 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:03 Started Qemu. Pid: 946397
2025/06/13 12:14:05 ui: e[1;32m==> qemu.rocky9: Waiting 5s for boot...e[0m
2025/06/13 12:14:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:06 Qemu stdout: e[2Je[01;01He[=3he[2Je[01;01HBdsDxe: failed to load Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x5,0x0): Not Found
2025/06/13 12:14:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:06 Qemu stdout: BdsDxe: loading Boot0003 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x6,0x0)
2025/06/13 12:14:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:06 Qemu stdout: BdsDxe: starting Boot0003 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x6,0x0)
2025/06/13 12:14:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:06 Qemu stdout: e[0me[30me[40me[2Je[01;01He[0me[37me[40me[02;32HGRUB version 2.06
2025/06/13 12:14:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:06 Qemu stdout:
2025/06/13 12:14:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:06 Qemu stdout: 
e[04;02H����������������������������������������������������������������������������Ŀe[05;02H�e[05;79H�e[06;02H�e[06;79H�e[07;02H�e[07;79H�e[08;02H�e[08;79H�e[09;02H�e[09;79H�e[10;02H�e[10;79H�e[11;02H�e[11;79H�e[12;02H�e[12;79H�e[13;02H�e[13;79H�e[14;02H�e[14;79H�e[15;02H�e[15;79H�e[16;02H�e[16;79H�e[17;02H�e[17;79H�e[18;02H������������������������������������������������������������������������������e[19;02He[20;02H     Use the ^ and v keys to select which entry is highlighted.
2025/06/13 12:14:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:06 Qemu stdout: 
      Press enter to boot the selected OS, `e' to edit the commands
2025/06/13 12:14:10 ui: e[1;32m==> qemu.rocky9: Connecting to VM via VNC (127.0.0.1:5982)e[0m
2025/06/13 12:14:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:10 Connected to VNC desktop: QEMU (packer-rocky9)
2025/06/13 12:14:10 ui: e[1;32m==> qemu.rocky9: Typing the boot commands over VNC...e[0m
2025/06/13 12:14:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:10 Special code '<up>' found, replacing with: 0xFF52
2025/06/13 12:14:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:10 [INFO] Waiting 1s
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Sending char 'e', code 0x65, shift false
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Qemu stdout: 
      before booting or `c' for a command-line.                           e[05;80H e[05;03H Install Rocky Linux 9.6                                                    e[05;78He[0me[30me[47me[06;03H*Test this media & install Rocky Linux 9.6                                  e[0me[37me[40me[06;78He[07;03H Troubleshooting -->                                                        e[07;78He[08;03H                                                                            e[08;78He[09;03H                                                                            e[09;78He[10;03H                                                                            e[10;78He[11;03H                                                                            e[11;78He[12;03H                                                                            e[12;78He[13;03H                                                                            e[13;78He[14;03H                                                                            e[14;78He[15;03H                                                                            e[15;78He[16;03H                                                                            e[16;78He[17;03H                                                                            e[17;78He[17;80H e[06;78He[23;01H   The highlighted entry will be executed automatically in 60s.                e[06;78He[23;01H   The highlighted entry will be executed automatically in 59s.                e[06;78He[23;01H   The highlighted entry will be executed automatically in 58s.                e[06;78He[23;01H   The highlighted entry will be executed automatically in 57s.                e[06;78He[23;01H                                                                               e[24;01H                                                                               e[06;78He[06;03H Test this media & install Rocky Linux 9.6                                  e[06;78He[0me[30me[47me[05;03H*Install Rocky Linux 9.6                                                    e[0me[37me[40me[05;78He[0me[30me[40me[2Je[01;01He[0me[37me[40me[0me[30me[40me[2Je[01;01He[0me[37me[40me[02;32HGRUB version 2.06
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Qemu stdout:
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Qemu stdout: 
e[04;02H����������������������������������������������������������������������������Ŀe[05;02H�e[05;79H�e[06;02H�e[06;79H�e[07;02H�e[07;79H�e[08;02H�e[08;79H�e[09;02H�e[09;79H�e[10;02H�e[10;79H�e[11;02H�e[11;79H�e[12;02H�e[12;79H�e[13;02H�e[13;79H�e[14;02H�e[14;79H�e[15;02H�e[15;79H�e[16;02H�e[16;79H�e[17;02H�e[17;79H�e[18;02H������������������������������������������������������������������������������e[19;02He[20;02H     Minimum Emacs-like screen editing is supported. TAB lists
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Special code '<down>' found, replacing with: 0xFF54
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Qemu stdout: 
      completions. Press Ctrl-x or F10 to boot, Ctrl-c or F2 for a
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Qemu stdout: 
      command-line or ESC to discard edits and return to the GRUB menu.   e[05;03Hsetparams 'Install Rocky Linux 9.6'                                         e[06;03H                                                                            e[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:11 Special code '<down>' found, replacing with: 0xFF54
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Special code '<down>' found, replacing with: 0xFF54
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Special code '<left>' found, replacing with: 0xFF51
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Sending char ' ', code 0x20, shift false
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Qemu stdout: 
e[08;03H_64-dvd quiet                                                               e[09;03H        initrdefi /images/pxeboot/initrd.img                                e[10;03H                                                                            e[11;03H                                                                            e[12;03H                                                                            e[13;03H                                                                            e[14;03H                                                                            e[15;03H                                                                            e[16;03H                                                                            e[17;03H                                                                            e[05;80H e[17;80H e[05;03He[06;03He[07;03He[09;03He[08;16He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Sending char 'c', code 0x63, shift false
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Qemu stdout: 
e[08;03H_64-dvd quiet                                                               e[08;17He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Sending char 'o', code 0x6F, shift false
2025/06/13 12:14:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:12 Qemu stdout: 
e[08;03H_64-dvd quiet c                                                             e[08;18He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Sending char 'n', code 0x6E, shift false
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Qemu stdout: 
e[08;03H_64-dvd quiet co                                                            e[08;19He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Sending char 's', code 0x73, shift false
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Qemu stdout: 
e[08;03H_64-dvd quiet con                                                           e[08;20He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Sending char 'o', code 0x6F, shift false
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Qemu stdout: 
e[08;03H_64-dvd quiet cons                                                          e[08;21He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Sending char 'l', code 0x6C, shift false
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Qemu stdout: 
e[08;03H_64-dvd quiet conso                                                         e[08;22He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Sending char 'e', code 0x65, shift false
2025/06/13 12:14:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:13 Qemu stdout: 
e[08;03H_64-dvd quiet consol                                                        e[08;23He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Sending char '=', code 0x3D, shift false
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Qemu stdout: 
e[08;03H_64-dvd quiet console                                                       e[08;24He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Sending char 't', code 0x74, shift false
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Qemu stdout: 
e[08;03H_64-dvd quiet console=                                                      e[08;25He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Sending char 't', code 0x74, shift false
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Qemu stdout: 
e[08;03H_64-dvd quiet console=t                                                     e[08;26He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Sending char 'y', code 0x79, shift false
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Qemu stdout: 
e[08;03H_64-dvd quiet console=tt                                                    e[08;27He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:14 Sending char 'S', code 0x53, shift true
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Qemu stdout: 
e[08;03H_64-dvd quiet console=tty                                                   e[08;28He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Sending char '0', code 0x30, shift false
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS                                                  e[08;29He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Sending char ' ', code 0x20, shift false
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0                                                 e[08;30He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Sending char 'i', code 0x69, shift false
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0                                                 e[08;31He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Sending char 'n', code 0x6E, shift false
2025/06/13 12:14:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:15 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 i                                               e[08;32He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Sending char 's', code 0x73, shift false
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 in                                              e[08;33He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Sending char 't', code 0x74, shift false
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 ins                                             e[08;34He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Sending char '.', code 0x2E, shift false
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst                                            e[08;35He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Sending char 'c', code 0x63, shift false
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.                                           e[08;36He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Sending char 'm', code 0x6D, shift false
2025/06/13 12:14:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:16 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.c                                          e[08;37He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Sending char 'd', code 0x64, shift false
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cm                                         e[08;38He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Sending char 'l', code 0x6C, shift false
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmd                                        e[08;39He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Sending char 'i', code 0x69, shift false
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdl                                       e[08;40He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Sending char 'n', code 0x6E, shift false
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdli                                      e[08;41He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Sending char 'e', code 0x65, shift false
2025/06/13 12:14:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:17 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdlin                                     e[08;42He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Sending char ' ', code 0x20, shift false
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline                                    e[08;43He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Sending char 'i', code 0x69, shift false
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline                                    e[08;44He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Sending char 'n', code 0x6E, shift false
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline i                                  e[08;45He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Sending char 's', code 0x73, shift false
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline in                                 e[08;46He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Sending char 't', code 0x74, shift false
2025/06/13 12:14:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:18 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline ins                                e[08;47He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Sending char '.', code 0x2E, shift false
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst                               e[08;48He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Sending char 't', code 0x74, shift false
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.                              e[08;49He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Sending char 'e', code 0x65, shift false
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.t                             e[08;50He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Sending char 'x', code 0x78, shift false
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.te                            e[08;51He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Sending char 't', code 0x74, shift false
2025/06/13 12:14:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:19 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.tex                           e[08;52He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Sending char ' ', code 0x20, shift false
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text                          e[08;53He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Sending char 'i', code 0x69, shift false
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text                          e[08;54He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Sending char 'n', code 0x6E, shift false
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text i                        e[08;55He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Sending char 's', code 0x73, shift false
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text in                       e[08;56He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Sending char 't', code 0x74, shift false
2025/06/13 12:14:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:20 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text ins                      e[08;57He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Sending char '.', code 0x2E, shift false
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst                     e[08;58He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Sending char 'k', code 0x6B, shift false
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.                    e[08;59He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Sending char 's', code 0x73, shift false
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.k                   e[08;60He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Sending char '=', code 0x3D, shift false
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks                  e[08;61He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Sending char 'h', code 0x68, shift false
2025/06/13 12:14:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:21 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=                 e[08;62He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Sending char 't', code 0x74, shift false
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=h                e[08;63He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Sending char 't', code 0x74, shift false
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=ht               e[08;64He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Sending char 'p', code 0x70, shift false
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=htt              e[08;65He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Sending char ':', code 0x3A, shift true
2025/06/13 12:14:22 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:22 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http             e[08;66He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Sending char '/', code 0x2F, shift false
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http:            e[08;67He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Sending char '/', code 0x2F, shift false
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http:/           e[08;68He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Sending char '1', code 0x31, shift false
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://          e[08;69He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Sending char '0', code 0x30, shift false
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://1         e[08;70He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Sending char '.', code 0x2E, shift false
2025/06/13 12:14:23 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:23 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10        e[08;71He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Sending char '0', code 0x30, shift false
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.       e[08;72He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Sending char '.', code 0x2E, shift false
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0      e[08;73He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Sending char '2', code 0x32, shift false
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.     e[08;74He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Sending char '.', code 0x2E, shift false
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2    e[08;75He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Sending char '2', code 0x32, shift false
2025/06/13 12:14:24 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:24 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.   e[08;76He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Sending char ':', code 0x3A, shift true
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2  e[08;77He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Sending char '8', code 0x38, shift false
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2: e[08;78He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Sending char '2', code 0x32, shift false
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Qemu stdout: 
e[09;03H8                                                                           e[10;03H        initrdefi /images/pxeboot/initrd.img                                e[11;03H                                                                            e[12;03H                                                                            e[13;03H                                                                            e[14;03H                                                                            e[15;03H                                                                            e[16;03H                                                                            e[17;03H                                                                            e[17;80H e[09;04He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Sending char '4', code 0x34, shift false
2025/06/13 12:14:25 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:25 Qemu stdout: 
e[09;03H82                                                                          e[09;05He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Sending char '1', code 0x31, shift false
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[09;03H824                                                                         e[09;06He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Sending char '/', code 0x2F, shift false
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[09;03H8241                                                                        e[09;07He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Sending char 'r', code 0x72, shift false
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[09;03H8241/                                                                       e[09;08He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Sending char 'o', code 0x6F, shift false
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[09;03H8241/r                                                                      e[09;09He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Sending char 'c', code 0x63, shift false
2025/06/13 12:14:26 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:26 Qemu stdout: 
e[09;03H8241/ro                                                                     e[09;10He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Sending char 'k', code 0x6B, shift false
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[09;03H8241/roc                                                                    e[09;11He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Sending char 'y', code 0x79, shift false
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[09;03H8241/rock                                                                   e[09;12He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Sending char '9', code 0x39, shift false
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[09;03H8241/rocky                                                                  e[09;13He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Sending char '.', code 0x2E, shift false
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[09;03H8241/rocky9                                                                 e[09;14He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Sending char 'k', code 0x6B, shift false
2025/06/13 12:14:27 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:27 Qemu stdout: 
e[09;03H8241/rocky9.                                                                e[09;15He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Sending char 's', code 0x73, shift false
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout: 
e[09;03H8241/rocky9.k                                                               e[09;16He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Sending char ' ', code 0x20, shift false
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout: 
e[09;03H8241/rocky9.ks                                                              e[09;17He[07;03H        linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Rocky-9-6-x86\
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout: 
e[08;03H_64-dvd quiet console=ttyS0 inst.cmdline inst.text inst.ks=http://10.0.2.2:\
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Special code '<f10>' found, replacing with: 0xFFC7
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout: 
e[09;03H8241/rocky9.ks                                                              e[09;18He[0me[30me[40me[2Je[01;01He[0me[37me[40m  Booting a command list
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout:
2025/06/13 12:14:28 ui: e[1;32m==> qemu.rocky9: No communicator is configured -- skipping StepWaitGuestAddresse[0m
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 [INFO] communicator disabled, will not connect
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Unable to load communicator config from state to populate provisionHookData
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Running the provision hook
2025/06/13 12:14:28 ui: e[1;32m==> qemu.rocky9: Halting the virtual machine...e[0m
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 VM shut down.
2025/06/13 12:14:28 ui: e[1;32m==> qemu.rocky9: Converting hard drive...e[0m
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Executing qemu-img: []string{"convert", "-O", "qcow2", "output-rocky9/packer-rocky9", "output-rocky9/packer-rocky9.convert"}
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 stdout:
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 stderr: qemu-img: Could not open 'output-rocky9/packer-rocky9': Failed to get shared "write" lock
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Is another process using the image [output-rocky9/packer-rocky9]?
2025/06/13 12:14:28 ui: e[1;32m==> qemu.rocky9: Error getting file lock for conversion; retrying...e[0m
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Retryable error: QemuImg error: qemu-img: Could not open 'output-rocky9/packer-rocky9': Failed to get shared "write" lock
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Is another process using the image [output-rocky9/packer-rocky9]?
2025/06/13 12:14:28 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:28 Qemu stdout:
2025/06/13 12:14:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:29 Executing qemu-img: []string{"convert", "-O", "qcow2", "output-rocky9/packer-rocky9", "output-rocky9/packer-rocky9.convert"}
2025/06/13 12:14:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:29 stdout:
2025/06/13 12:14:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:29 stderr:
2025/06/13 12:14:29 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:14:29 failed to unlock port lockfile: close tcp 127.0.0.1:5982: use of closed network connection
2025/06/13 12:14:29 [INFO] (telemetry) ending qemu.rocky9
2025/06/13 12:14:29 ui: e[1;32m==> qemu.rocky9: Running post-processor:  (type shell-local)e[0m
2025/06/13 12:14:29 [INFO] (telemetry) Starting post-processor shell-local
2025/06/13 12:14:29 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:14:29 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:14:29 packer-post-processor-shell-local plugin: [INFO] (shell-local): Prepending inline script with #!/bin/bash -e
2025/06/13 12:14:29 ui: e[1;32m==> qemu.rocky9 (shell-local): Running local shell script: /tmp/packer-shell3058844385e[0m
2025/06/13 12:14:29 packer-post-processor-shell-local plugin: [INFO] (shell-local): starting local command: /bin/sh -c PACKER_BUILDER_TYPE='qemu' PACKER_BUILD_NAME='rocky9' PACKER_HTTP_ADDR='10.0.2.2:8241' PACKER_HTTP_IP='10.0.2.2' PACKER_HTTP_PORT='8241'  /tmp/packer-shell3058844385
2025/06/13 12:14:29 packer-post-processor-shell-local plugin: [INFO] (shell-local communicator): Executing local shell command [/bin/sh -c PACKER_BUILDER_TYPE='qemu' PACKER_BUILD_NAME='rocky9' PACKER_HTTP_ADDR='10.0.2.2:8241' PACKER_HTTP_IP='10.0.2.2' PACKER_HTTP_PORT='8241'  /tmp/packer-shell3058844385]
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ PACKER_OUTPUT=output-rocky9/packer-rocky9e[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ IMG_FMT=qcow2e[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' '!' -f output-rocky9/packer-rocky9 ']'e[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sync -f output-rocky9/packer-rocky9e[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): +++ mktemp -d /tmp/packer-maas-XXXXe[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ TMP_DIR=/tmp/packer-maas-RZA4e[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ trap cleanup EXITe[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 5e[0m
2025/06/13 12:14:29 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ qemu-nbd --socket=/tmp/packer-maas-RZA4/qemu-img.sock --format=qcow2 --shared=10 output-rocky9/packer-rocky9e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mkdir -p /tmp/packer-maas-RZA4/roote[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): + source ../scripts/fuse-tar-roote[0m
2025/06/13 12:14:34 ui: e[1;32m==> qemu.rocky9 (shell-local): Mounting root partition...e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ ROOT_PARTITION=1e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ ROOT_MOUNT=/tmp/packer-maas-RZA4/roote[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ DETECT_BLS_BOOT=0e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ BOOT_MOUNT=/tmp/packer-maas-RZA4/boote[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ echo 'Mounting root partition...'e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mount_part 1 /tmp/packer-maas-RZA4/roote[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ PART=1e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ MOUNTPOINT=/tmp/packer-maas-RZA4/roote[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ FUSEDRV=fuse2fse[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ DEV=/tmp/packer-maas-RZA4/p1e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mkdir -p /tmp/packer-maas-RZA4/roote[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ mkdir -p /tmp/packer-maas-RZA4/p1e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ retries=0e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ nbdfuse /tmp/packer-maas-RZA4/p1 --command nbdkit -s nbd socket=/tmp/packer-maas-RZA4/qemu-img.sock --filter=partition partition=1e[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): nbdkit: nbd: error: disk does not contain MBR or GPT partition table signaturee[0m
2025/06/13 12:14:34 ui error: e[1;31m==> qemu.rocky9 (shell-local): nbd_connect_command: handshake: server has no export named '': No such file or directorye[0m
2025/06/13 12:14:35 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:35 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:35 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:36 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:36 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:36 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:37 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:37 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:37 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:38 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:38 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:38 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:39 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:39 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:39 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:40 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:40 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:40 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:41 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:41 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:41 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:42 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:42 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:42 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:43 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:43 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:43 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:44 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:44 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ '[' -f /tmp/packer-maas-RZA4/p1/nbd ']'e[0m
2025/06/13 12:14:44 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ sleep 1e[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): ++ return 1e[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): + cleanupe[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): + for dev in "${TMP_DIR}"/p*/ "${TMP_DIR}"/disk/ "${TMP_DIR}"/boot/e[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): + dev=/tmp/packer-maas-RZA4/p1e[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): + '[' -d /tmp/packer-maas-RZA4/p1 ']'e[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): + fusermount -u -z /tmp/packer-maas-RZA4/p1e[0m
2025/06/13 12:14:45 ui error: e[1;31m==> qemu.rocky9 (shell-local): fusermount: entry for /tmp/packer-maas-RZA4/p1 not found in /etc/mtabe[0m
2025/06/13 12:14:45 packer-post-processor-shell-local plugin: error: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]
2025/06/13 12:14:45 [INFO] (telemetry) ending shell-local
2025/06/13 12:14:45 Deleting original artifact for build 'qemu.rocky9'
2025/06/13 12:14:45 ui error: e[1;31mBuild 'qemu.rocky9' errored after 52 seconds 720 milliseconds: 1 error(s) occurred:

* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]e[0m
2025/06/13 12:14:45 ui: 
==> Wait completed after 52 seconds 720 milliseconds
2025/06/13 12:14:45 machine readable: error-count []string{"1"}
2025/06/13 12:14:45 ui error: 
==> Some builds didn't complete successfully and had errors:
2025/06/13 12:14:45 machine readable: qemu.rocky9,error []string{"1 error(s) occurred:\n\n* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]"}
2025/06/13 12:14:45 ui error: --> qemu.rocky9: 1 error(s) occurred:

* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]
2025/06/13 12:14:45 ui: 
==> Builds finished but no artifacts were created.
2025/06/13 12:14:45 [INFO] (telemetry) Finalizing.
2025/06/13 12:14:46 waiting for all plugin processes to complete...
2025/06/13 12:14:46 /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64: plugin process exited
2025/06/13 12:14:46 /usr/bin/packer: plugin process exited

I tried to build Alma8 … FAIL. Seems to be running into the same issues

2025/06/13 12:40:51 [INFO] Packer version: 1.13.1 [go1.23.2 linux amd64]
2025/06/13 12:40:51 [INFO] PACKER_CONFIG env var not set; checking the default config file path
2025/06/13 12:40:51 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/dmcadmin/.packerconfig
2025/06/13 12:40:51 [WARN] Config file doesn't exist: /home/dmcadmin/.packerconfig
2025/06/13 12:40:51 [INFO] Setting cache directory: /home/dmcadmin/.cache/packer
2025/06/13 12:40:51 [TRACE] listing potential installations for "github.com/hashicorp/qemu" that match "~> 1.0". plugingetter.ListInstallationsOptions{PluginDirectory:"/home/dmcadmin/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.digest)(0xc00018d080)}}, ReleasesOnly:false}}
2025/06/13 12:40:52 [TRACE] Found the following "github.com/hashicorp/qemu" installations: [{/home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 v1.1.2 x5.0}]
2025/06/13 12:40:52 [INFO] found external [-packer-default-plugin-name-] builders from qemu plugin
2025/06/13 12:40:52 [TRACE] listing potential installations for <nil> that match "". plugingetter.ListInstallationsOptions{PluginDirectory:"/home/dmcadmin/.config/packer/plugins", BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.digest)(0xc00089e000)}}, ReleasesOnly:false}}
2025/06/13 12:40:52 [INFO] found external [-packer-default-plugin-name-] builders from qemu plugin
2025/06/13 12:40:52 [TRACE] validateValue: not active for alma_iso_url, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for alma_sha256sum_url, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for ks_appstream_repos, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for filename, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for ks_extras_repos, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for ks_proxy, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for ks_mirror, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for timeout, so skipping
2025/06/13 12:40:52 [TRACE] validateValue: not active for ks_os_repos, so skipping
2025/06/13 12:40:52 [TRACE] Using protobuf for communication with plugins
2025/06/13 12:40:52 [INFO] Starting external plugin /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 start builder --protobuf -packer-default-plugin-name-
2025/06/13 12:40:52 Starting plugin: /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 []string{"/home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64", "start", "builder", "--protobuf", "-packer-default-plugin-name-"}
2025/06/13 12:40:52 Waiting for RPC address for: /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64
2025/06/13 12:40:52 Received unix RPC address for /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64: addr is /tmp/packer-plugin252024357
2025/06/13 12:40:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:52 Plugin address: unix /tmp/packer-plugin252024357
2025/06/13 12:40:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:52 Waiting for connection...
2025/06/13 12:40:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:52 Serving a plugin connection...
2025/06/13 12:40:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:52 [TRACE] starting builder -packer-default-plugin-name-
2025/06/13 12:40:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:52 [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:40:52 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:40:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:52 use detected accelerator: kvm
2025/06/13 12:40:52 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:52 [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:40:52 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:40:52 [INFO] Starting external plugin /usr/bin/packer execute --protobuf packer-post-processor-shell-local
2025/06/13 12:40:52 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "execute", "--protobuf", "packer-post-processor-shell-local"}
2025/06/13 12:40:52 Waiting for RPC address for: /usr/bin/packer
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: [INFO] Packer version: 1.13.1 [go1.23.2 linux amd64]
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/dmcadmin/.packerconfig
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: [WARN] Config file doesn't exist: /home/dmcadmin/.packerconfig
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: [INFO] Setting cache directory: /home/dmcadmin/.cache/packer
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: Plugin address: unix /tmp/packer-plugin3321723762
2025/06/13 12:40:52 Received unix RPC address for /usr/bin/packer: addr is /tmp/packer-plugin3321723762
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: Waiting for connection...
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: Serving a plugin connection...
2025/06/13 12:40:52 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:40:53 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:40:53 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:40:53 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:40:53 ui: e[1;32mqemu.alma8: output will be in this color.e[0m
2025/06/13 12:40:53 ui: 
2025/06/13 12:40:53 Build debug mode: false
2025/06/13 12:40:53 Force build: false
2025/06/13 12:40:53 On error: 
2025/06/13 12:40:53 Waiting on builds to complete...
2025/06/13 12:40:53 Starting build run: qemu.alma8
2025/06/13 12:40:53 Running builder: qemu
2025/06/13 12:40:53 [INFO] (telemetry) Starting builder qemu.alma8
2025/06/13 12:40:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:53 Qemu path: /usr/bin/qemu-system-x86_64, Qemu Image path: /usr/bin/qemu-img
2025/06/13 12:40:53 ui: e[1;32m==> qemu.alma8: Retrieving ISOe[0m
2025/06/13 12:40:53 ui: e[1;32m==> qemu.alma8: Trying https://repo.almalinux.org/almalinux/8/isos/x86_64/AlmaLinux-8-latest-x86_64-boot.isoe[0m
2025/06/13 12:40:53 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:40:53 Acquiring lock for: https://repo.almalinux.org/almalinux/8/isos/x86_64/AlmaLinux-8-latest-x86_64-boot.iso?checksum=sha256%3Acc3e61faf2dd6c9c80d3beeb47eaaba235ac13fe1b617209c3c1e546528ccb99 (/home/dmcadmin/.cache/packer/128fc5f6cdb6669b49f45c32e2f0a71dce83f93f.iso.lock)
2025/06/13 12:40:53 ui: e[1;32m==> qemu.alma8: Trying https://repo.almalinux.org/almalinux/8/isos/x86_64/AlmaLinux-8-latest-x86_64-boot.iso?checksum=sha256%3Acc3e61faf2dd6c9c80d3beeb47eaaba235ac13fe1b617209c3c1e546528ccb99e[0m
2025/06/13 12:41:01 ui: e[1;32m==> qemu.alma8: https://repo.almalinux.org/almalinux/8/isos/x86_64/AlmaLinux-8-latest-x86_64-boot.iso?checksum=sha256%3Acc3e61faf2dd6c9c80d3beeb47eaaba235ac13fe1b617209c3c1e546528ccb99 => /home/dmcadmin/.cache/packer/128fc5f6cdb6669b49f45c32e2f0a71dce83f93f.isoe[0m
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Leaving retrieve loop for ISO
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 No floppy files specified. Floppy disk will not be made.
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 No CD files specified. CD disk will not be made.
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 [INFO] Creating disk with Path: output-alma8/packer-alma8 and Size: 4G
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Executing qemu-img: []string{"create", "-f", "qcow2", "output-alma8/packer-alma8", "4G"}
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 stdout: Formatting 'output-alma8/packer-alma8', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=4294967296 lazy_refcounts=off refcount_bits=16
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 stderr:
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Found available port: 8143 on IP: 0.0.0.0
2025/06/13 12:41:01 ui: e[1;32m==> qemu.alma8: Starting HTTP server on port 8143e[0m
2025/06/13 12:41:01 ui: e[1;32m==> qemu.alma8: No communicator is set; skipping port forwarding setup.e[0m
2025/06/13 12:41:01 ui: e[1;32m==> qemu.alma8: Looking for available port between 5900 and 6000 on 127.0.0.1e[0m
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Looking for available port between 5900 and 6000 on 127.0.0.1
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Found available port: 5977 on IP: 127.0.0.1
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Found available VNC port: 5977 on IP: 127.0.0.1
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Qemu --version output: QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.26)
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Qemu version: 6.2.0
2025/06/13 12:41:01 ui: e[1;32m==> qemu.alma8: Starting VM, booting from CD-ROMe[0m
2025/06/13 12:41:01 ui: e[1;32m==> qemu.alma8: The VM will be run headless, without a GUI. If you want to
==> qemu.alma8: view the screen of the VM, connect via VNC without a password to
==> qemu.alma8: vnc://127.0.0.1:5977e[0m
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Qemu Builder has no floppy files, not attaching a floppy.
2025/06/13 12:41:01 ui: e[1;32m==> qemu.alma8: Overriding default Qemu arguments with qemuargs template option...e[0m
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Executing /usr/bin/qemu-system-x86_64: []string{"-serial", "stdio", "-drive", "file=output-alma8/packer-alma8,if=virtio,cache=writeback,discard=ignore,format=qcow2", "-drive", "file=/home/dmcadmin/.cache/packer/128fc5f6cdb6669b49f45c32e2f0a71dce83f93f.iso,media=cdrom", "-boot", "once=d", "-name", "packer-alma8", "-machine", "type=pc,accel=kvm", "-m", "2048M", "-smp", "1", "-device", "virtio-net,netdev=user.0", "-netdev", "user,id=user.0", "-vnc", "127.0.0.1:77"}
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Started Qemu. Pid: 952529
2025/06/13 12:41:01 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:01 Qemu stderr: qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
2025/06/13 12:41:03 ui: e[1;32m==> qemu.alma8: Waiting 3s for boot...e[0m
2025/06/13 12:41:06 ui: e[1;32m==> qemu.alma8: Connecting to VM via VNC (127.0.0.1:5977)e[0m
2025/06/13 12:41:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:06 Connected to VNC desktop: QEMU (packer-alma8)
2025/06/13 12:41:06 ui: e[1;32m==> qemu.alma8: Typing the boot commands over VNC...e[0m
2025/06/13 12:41:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:06 Special code '<up>' found, replacing with: 0xFF52
2025/06/13 12:41:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:06 Special code '<tab>' found, replacing with: 0xFF09
2025/06/13 12:41:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:06 Sending char ' ', code 0x20, shift false
2025/06/13 12:41:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:06 Sending char 'i', code 0x69, shift false
2025/06/13 12:41:06 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:06 Sending char 'n', code 0x6E, shift false
2025/06/13 12:41:07 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:07 Sending char 's', code 0x73, shift false
2025/06/13 12:41:07 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:07 Sending char 't', code 0x74, shift false
2025/06/13 12:41:07 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:07 Sending char '.', code 0x2E, shift false
2025/06/13 12:41:07 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:07 Sending char 'k', code 0x6B, shift false
2025/06/13 12:41:07 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:07 Sending char 's', code 0x73, shift false
2025/06/13 12:41:08 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:08 Sending char '=', code 0x3D, shift false
2025/06/13 12:41:08 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:08 Sending char 'h', code 0x68, shift false
2025/06/13 12:41:08 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:08 Sending char 't', code 0x74, shift false
2025/06/13 12:41:08 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:08 Sending char 't', code 0x74, shift false
2025/06/13 12:41:08 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:08 Sending char 'p', code 0x70, shift false
2025/06/13 12:41:09 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:09 Sending char ':', code 0x3A, shift true
2025/06/13 12:41:09 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:09 Sending char '/', code 0x2F, shift false
2025/06/13 12:41:09 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:09 Sending char '/', code 0x2F, shift false
2025/06/13 12:41:09 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:09 Sending char '1', code 0x31, shift false
2025/06/13 12:41:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:10 Sending char '0', code 0x30, shift false
2025/06/13 12:41:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:10 Sending char '.', code 0x2E, shift false
2025/06/13 12:41:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:10 Sending char '0', code 0x30, shift false
2025/06/13 12:41:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:10 Sending char '.', code 0x2E, shift false
2025/06/13 12:41:10 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:10 Sending char '2', code 0x32, shift false
2025/06/13 12:41:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:11 Sending char '.', code 0x2E, shift false
2025/06/13 12:41:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:11 Sending char '2', code 0x32, shift false
2025/06/13 12:41:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:11 Sending char ':', code 0x3A, shift true
2025/06/13 12:41:11 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:11 Sending char '8', code 0x38, shift false
2025/06/13 12:41:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:12 Sending char '1', code 0x31, shift false
2025/06/13 12:41:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:12 Sending char '4', code 0x34, shift false
2025/06/13 12:41:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:12 Sending char '3', code 0x33, shift false
2025/06/13 12:41:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:12 Sending char '/', code 0x2F, shift false
2025/06/13 12:41:12 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:12 Sending char 'a', code 0x61, shift false
2025/06/13 12:41:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:13 Sending char 'l', code 0x6C, shift false
2025/06/13 12:41:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:13 Sending char 'm', code 0x6D, shift false
2025/06/13 12:41:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:13 Sending char 'a', code 0x61, shift false
2025/06/13 12:41:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:13 Sending char '8', code 0x38, shift false
2025/06/13 12:41:13 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:13 Sending char '.', code 0x2E, shift false
2025/06/13 12:41:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:14 Sending char 'k', code 0x6B, shift false
2025/06/13 12:41:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:14 Sending char 's', code 0x73, shift false
2025/06/13 12:41:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:14 Sending char ' ', code 0x20, shift false
2025/06/13 12:41:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:14 Sending char 'c', code 0x63, shift false
2025/06/13 12:41:14 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:14 Sending char 'o', code 0x6F, shift false
2025/06/13 12:41:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:15 Sending char 'n', code 0x6E, shift false
2025/06/13 12:41:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:15 Sending char 's', code 0x73, shift false
2025/06/13 12:41:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:15 Sending char 'o', code 0x6F, shift false
2025/06/13 12:41:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:15 Sending char 'l', code 0x6C, shift false
2025/06/13 12:41:15 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:15 Sending char 'e', code 0x65, shift false
2025/06/13 12:41:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:16 Sending char '=', code 0x3D, shift false
2025/06/13 12:41:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:16 Sending char 't', code 0x74, shift false
2025/06/13 12:41:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:16 Sending char 't', code 0x74, shift false
2025/06/13 12:41:16 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:16 Sending char 'y', code 0x79, shift false
2025/06/13 12:41:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:17 Sending char 'S', code 0x53, shift true
2025/06/13 12:41:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:17 Sending char '0', code 0x30, shift false
2025/06/13 12:41:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:17 Sending char ' ', code 0x20, shift false
2025/06/13 12:41:17 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:17 Sending char 'i', code 0x69, shift false
2025/06/13 12:41:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:18 Sending char 'n', code 0x6E, shift false
2025/06/13 12:41:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:18 Sending char 's', code 0x73, shift false
2025/06/13 12:41:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:18 Sending char 't', code 0x74, shift false
2025/06/13 12:41:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:18 Sending char '.', code 0x2E, shift false
2025/06/13 12:41:18 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:18 Sending char 'c', code 0x63, shift false
2025/06/13 12:41:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:19 Sending char 'm', code 0x6D, shift false
2025/06/13 12:41:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:19 Sending char 'd', code 0x64, shift false
2025/06/13 12:41:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:19 Sending char 'l', code 0x6C, shift false
2025/06/13 12:41:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:19 Sending char 'i', code 0x69, shift false
2025/06/13 12:41:19 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:19 Sending char 'n', code 0x6E, shift false
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 Sending char 'e', code 0x65, shift false
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 Special code '<enter>' found, replacing with: 0xFF0D
2025/06/13 12:41:20 ui: e[1;32m==> qemu.alma8: No communicator is configured -- skipping StepWaitGuestAddresse[0m
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 [INFO] communicator disabled, will not connect
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 Unable to load communicator config from state to populate provisionHookData
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 Running the provision hook
2025/06/13 12:41:20 ui: e[1;32m==> qemu.alma8: Halting the virtual machine...e[0m
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 VM shut down.
2025/06/13 12:41:20 ui: e[1;32m==> qemu.alma8: Converting hard drive...e[0m
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 Executing qemu-img: []string{"convert", "-O", "qcow2", "output-alma8/packer-alma8", "output-alma8/packer-alma8.convert"}
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 stdout:
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 stderr: qemu-img: Could not open 'output-alma8/packer-alma8': Failed to get shared "write" lock
2025/06/13 12:41:20 ui: e[1;32m==> qemu.alma8: Error getting file lock for conversion; retrying...e[0m
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Is another process using the image [output-alma8/packer-alma8]?
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:20 Retryable error: QemuImg error: qemu-img: Could not open 'output-alma8/packer-alma8': Failed to get shared "write" lock
2025/06/13 12:41:20 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: Is another process using the image [output-alma8/packer-alma8]?
2025/06/13 12:41:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:21 Executing qemu-img: []string{"convert", "-O", "qcow2", "output-alma8/packer-alma8", "output-alma8/packer-alma8.convert"}
2025/06/13 12:41:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:21 stdout:
2025/06/13 12:41:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:21 stderr:
2025/06/13 12:41:21 packer-plugin-qemu_v1.1.2_x5.0_linux_amd64 plugin: 2025/06/13 12:41:21 failed to unlock port lockfile: close tcp 127.0.0.1:5977: use of closed network connection
2025/06/13 12:41:21 [INFO] (telemetry) ending qemu.alma8
2025/06/13 12:41:21 ui: e[1;32m==> qemu.alma8: Running post-processor:  (type shell-local)e[0m
2025/06/13 12:41:21 [INFO] (telemetry) Starting post-processor shell-local
2025/06/13 12:41:21 packer-post-processor-shell-local plugin: [DEBUG] - common: sending ConfigSpec as protobuf
2025/06/13 12:41:21 [DEBUG] - common: receiving ConfigSpec as protobuf
2025/06/13 12:41:21 packer-post-processor-shell-local plugin: [INFO] (shell-local): Prepending inline script with #!/bin/bash -e
2025/06/13 12:41:21 ui: e[1;32m==> qemu.alma8 (shell-local): Running local shell script: /tmp/packer-shell2346100919e[0m
2025/06/13 12:41:21 packer-post-processor-shell-local plugin: [INFO] (shell-local): starting local command: /bin/sh -c PACKER_BUILDER_TYPE='qemu' PACKER_BUILD_NAME='alma8' PACKER_HTTP_ADDR='10.0.2.2:8143' PACKER_HTTP_IP='10.0.2.2' PACKER_HTTP_PORT='8143'  /tmp/packer-shell2346100919
2025/06/13 12:41:21 packer-post-processor-shell-local plugin: [INFO] (shell-local communicator): Executing local shell command [/bin/sh -c PACKER_BUILDER_TYPE='qemu' PACKER_BUILD_NAME='alma8' PACKER_HTTP_ADDR='10.0.2.2:8143' PACKER_HTTP_IP='10.0.2.2' PACKER_HTTP_PORT='8143'  /tmp/packer-shell2346100919]
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ PACKER_OUTPUT=output-alma8/packer-alma8e[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ IMG_FMT=qcow2e[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' '!' -f output-alma8/packer-alma8 ']'e[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sync -f output-alma8/packer-alma8e[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): +++ mktemp -d /tmp/packer-maas-XXXXe[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ TMP_DIR=/tmp/packer-maas-6tLAe[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ trap cleanup EXITe[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 5e[0m
2025/06/13 12:41:21 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ qemu-nbd --socket=/tmp/packer-maas-6tLA/qemu-img.sock --format=qcow2 --shared=10 output-alma8/packer-alma8e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ mkdir -p /tmp/packer-maas-6tLA/roote[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): + source ../scripts/fuse-tar-roote[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ ROOT_PARTITION=1e[0m
2025/06/13 12:41:26 ui: e[1;32m==> qemu.alma8 (shell-local): Mounting root partition...e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ ROOT_MOUNT=/tmp/packer-maas-6tLA/roote[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ DETECT_BLS_BOOT=0e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ BOOT_MOUNT=/tmp/packer-maas-6tLA/boote[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ echo 'Mounting root partition...'e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ mount_part 1 /tmp/packer-maas-6tLA/roote[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ PART=1e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ MOUNTPOINT=/tmp/packer-maas-6tLA/roote[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ FUSEDRV=fuse2fse[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ DEV=/tmp/packer-maas-6tLA/p1e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ mkdir -p /tmp/packer-maas-6tLA/roote[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ mkdir -p /tmp/packer-maas-6tLA/p1e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ retries=0e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ nbdfuse /tmp/packer-maas-6tLA/p1 --command nbdkit -s nbd socket=/tmp/packer-maas-6tLA/qemu-img.sock --filter=partition partition=1e[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): nbdkit: nbd: error: disk does not contain MBR or GPT partition table signaturee[0m
2025/06/13 12:41:26 ui error: e[1;31m==> qemu.alma8 (shell-local): nbd_connect_command: handshake: server has no export named '': No such file or directorye[0m
2025/06/13 12:41:27 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:27 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:27 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:28 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:28 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:28 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:29 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:29 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:29 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:30 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:30 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:30 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:31 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:31 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:31 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:32 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:32 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:32 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:33 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:33 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:33 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:34 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:34 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:34 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:35 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:35 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:35 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:36 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:36 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ '[' -f /tmp/packer-maas-6tLA/p1/nbd ']'e[0m
2025/06/13 12:41:36 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ sleep 1e[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ (( ++retries > 10 ))e[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): ++ return 1e[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): + cleanupe[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): + for dev in "${TMP_DIR}"/p*/ "${TMP_DIR}"/disk/ "${TMP_DIR}"/boot/e[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): + dev=/tmp/packer-maas-6tLA/p1e[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): + '[' -d /tmp/packer-maas-6tLA/p1 ']'e[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): + fusermount -u -z /tmp/packer-maas-6tLA/p1e[0m
2025/06/13 12:41:37 ui error: e[1;31m==> qemu.alma8 (shell-local): fusermount: entry for /tmp/packer-maas-6tLA/p1 not found in /etc/mtabe[0m
2025/06/13 12:41:37 packer-post-processor-shell-local plugin: error: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]
2025/06/13 12:41:37 [INFO] (telemetry) ending shell-local
2025/06/13 12:41:37 Deleting original artifact for build 'qemu.alma8'
2025/06/13 12:41:37 ui error: e[1;31mBuild 'qemu.alma8' errored after 44 seconds 559 milliseconds: 1 error(s) occurred:

* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]e[0m
2025/06/13 12:41:37 ui: 
==> Wait completed after 44 seconds 559 milliseconds
2025/06/13 12:41:37 machine readable: error-count []string{"1"}
2025/06/13 12:41:37 ui error: 
==> Some builds didn't complete successfully and had errors:
2025/06/13 12:41:37 machine readable: qemu.alma8,error []string{"1 error(s) occurred:\n\n* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]"}
2025/06/13 12:41:37 ui error: --> qemu.alma8: 1 error(s) occurred:

* Post-processor failed: Script exited with non-zero exit status: 1. Allowed exit codes are: [0]
2025/06/13 12:41:37 ui: 
==> Builds finished but no artifacts were created.
2025/06/13 12:41:37 [INFO] (telemetry) Finalizing.
2025/06/13 12:41:37 waiting for all plugin processes to complete...
2025/06/13 12:41:37 /home/dmcadmin/.config/packer/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.2_x5.0_linux_amd64: plugin process exited
2025/06/13 12:41:37 /usr/bin/packer: plugin process exited