You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing Flatcar Container Linux on Packer, running on qemu-system-aarch64, and the virt machine doesn't seem to support graphics out of the box - having to use virtio-gpu-pci, but still flatcar's qemu image doesn't have virtio gpu support. So, my last resort would be to, instead of using VNC to send commands to the VM, Packer could send them through UART.
Packer could allow sending boot commands through UART instead of VNC.
I am using this with qemu-system-aarch64 with no problems
I think the key is that I added the following to my source (and have no video devices added):
qemuargs = [
["-monitor","none"]
]
This causes the VNC server to connect to the serial console rather than the monitor
Description
I'm testing Flatcar Container Linux on Packer, running on qemu-system-aarch64, and the virt machine doesn't seem to support graphics out of the box - having to use virtio-gpu-pci, but still flatcar's qemu image doesn't have virtio gpu support. So, my last resort would be to, instead of using VNC to send commands to the VM, Packer could send them through UART.
Packer could allow sending boot commands through UART instead of VNC.
Potential References
https://qemu-discuss.nongnu.narkive.com/JazHBkGF/vnc-access-in-qemu-system-aarch64-binary
The text was updated successfully, but these errors were encountered: