Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank VNC output with freebsd 13 qcow image #613

Open
nicolaspernoud opened this issue Oct 23, 2024 · 0 comments
Open

Blank VNC output with freebsd 13 qcow image #613

nicolaspernoud opened this issue Oct 23, 2024 · 0 comments

Comments

@nicolaspernoud
Copy link

Operating system

Ubuntu 22.04.5 LTS

Description

When trying to boot a freebsd qcow2, no vnc output is displayed.
The VNC connection seems to be working, but there is a blank screen (see screenshot).
The image is from https://download.freebsd.org/releases/VM-IMAGES/13.3-RELEASE/amd64/Latest/FreeBSD-13.3-RELEASE-amd64.qcow2.xz

Docker compose

services:
qemu:
container_name: qemu
image: qemux/qemu-docker
environment:
BOOT_MODE: "legacy"
DEBUG: "Y"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
volumes:
- ./FreeBSD-13.3-RELEASE-amd64.qcow2:/storage/data.qcow2
ports:
- 8006:8006
stop_grace_period: 2m

Docker log

SeaBIOS (version 1.16.3-debian-1.16.3-2)
qemu | Booting from Hard Disk...
qemu | -
qemu |

Screenshots (optional)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant