Bug 983758
Summary: | systemd-vconsole-setup fails to set keymap and font during boot-up | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark Harig <tpeplt> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | johannbg, lnykryn, msekleta, notting, plautrba, pomidorabelisima, systemd-maint, thomas, tpeplt, vpavlin, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-29 18:17:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mark Harig
2013-07-11 22:02:34 UTC
A solution to the problem is to add GRUB_GFXPAYLOAD_LINUX to /etc/default/grub and regenerate /boot/grub2/grub.cfg: $ sudo grub2-mkconfig -o /boot/grub2/grub.cfg GRUB_GFXPAYLOAD_LINUX is set to a quoted-string of comma-separated list of graphic resolutions supported by the graphics hardware. One possible source for these resolutions is in /var/log/Xorg.0.log, following the line: "Supported established timings:" Example to add to /etc/default/grub: GRUB_GFXPAYLOAD_LINUX="1280x1024,1024x768,800x600" Once a new /boot/grub2/grub.cfg is generated, rebooting sets the resolution and systemd-vconsole-setup.service is able to change the font without errors. Hmm, and if you run "/usr/lib/systemd/systemd-vconsole-setup" manually from the shell, do things work then? *** This bug has been marked as a duplicate of bug 1001411 *** |