Bug 661559
Summary: | hitting [esc] with rhgb quiet does not show boot messages | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Toshio Ernie Kuratomi <a.badger> |
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | j, lpoetter, metherid, mschmidt, notting, plautrba |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-02-16 23:03:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Toshio Ernie Kuratomi
2010-12-08 23:58:13 UTC
Well, systemd hides its output if you boot with "quiet". This is in a way a change of behaviour, but I think a quite sensible one. Something we should document, but not necessarily revert. Yeah, should document that you have to reboot without quiet in order to see boot messages and also should disable the ESC key blanking the screen... otherwise you're lead to believe that ESC was supposed to do something but didn't. What happens if there are errors in the services started while booting? Does that also n longer trigger display of messages? By typing "systemctl" after boot you should be able to see what failed. But during boot we don't show anything by default now if "quiet" is passed. With systemd v18 plymouth boot logging of systemd will be enabled right when ply is started even if "quiet" is passed, so that pressing Esc should give you lots of output. |