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

fix(systemd-ask-password): no graphical output in aarch64 (bsc#1224404) #331

Merged
merged 2 commits into from
May 27, 2024

Conversation

aafeijoo-suse
Copy link
Collaborator

A password cannot be entered if there is no graphical output during boot, as is the case in aarch64, where efifb does not work with qemu-system-aarch64:

  • virtio-gpu-pci does not expose a linear framebuffer
  • virtio-vga is not supported
  • ramfb is not enough

Therefore, depend on the drm module if virtio_gpu is loaded on the system.

(cherry picked from commit dracut-ng/dracut-ng@4cc962a)

A password cannot be entered if there is no graphical output during boot, as is
the case in aarch64, where efifb does not work with qemu-system-aarch64:
- virtio-gpu-pci does not expose a linear framebuffer
- virtio-vga is not supported
- ramfb is not enough

Therefore, depend on the drm module if virtio_gpu is loaded on the system.

(cherry picked from commit dracut-ng/dracut-ng@4cc962a)
@aafeijoo-suse aafeijoo-suse requested a review from tblume as a code owner May 27, 2024 06:59
@aafeijoo-suse aafeijoo-suse merged commit 4e951be into openSUSE:SUSE/059 May 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant