]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
cfg2cmd: turn smm off when SeaBIOS and serial display are used
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 5 Nov 2021 13:06:11 +0000 (14:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Nov 2021 09:32:17 +0000 (10:32 +0100)
commite5a6919c38209d830e8d9bad4621675e6824ae8d
tree59c6c25b7ebf6305d191dc15b4a527a2474bbb67
parentbf67da2bf7d746dce29c5ab798116fe6a4cb8cec
cfg2cmd: turn smm off when SeaBIOS and serial display are used

Since commit 277d33454f77ec1d1e0bc04e37621e4dd2424b67 in pve-qemu,
smm=off is no longer the default, but with SeaBIOS and serial display,
this can lead to a boot loop.

Reported in the community forum [0] and reproduced with a Debian 10
VM.

[0]: https://forum.proxmox.com/threads/pve-7-0-all-vms-with-cloud-init-seabios-fail-during-boot-process-bootloop-disk-not-found.97310/post-427129

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm
test/cfg2cmd/seabios_serial.conf [new file with mode: 0644]
test/cfg2cmd/seabios_serial.conf.cmd [new file with mode: 0644]