We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/kind feature
Describe the solution you'd like
There was an invalid UUID in the /etc/fstab file.
The machine did not boot, and we saw (when connecting to the hcloud server):
... Press enter for maintenance (or press Control-D to continue)
But we did not see an error message indicating that mounting /boot/efi failed.
The next time I want to see the root cause on the screen, so that I find the issue earlier.
How can we configure that?
Grub
/etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash debug verbose"
Remove quiet and splash.
Systemd
/etc/systemd/journald.conf ForwardToConsole=yes
The text was updated successfully, but these errors were encountered:
I think this is still valid and easy to implement.
Sorry, something went wrong.
No branches or pull requests
/kind feature
Describe the solution you'd like
There was an invalid UUID in the /etc/fstab file.
The machine did not boot, and we saw (when connecting to the hcloud server):
But we did not see an error message indicating that mounting /boot/efi failed.
The next time I want to see the root cause on the screen, so that I find the issue earlier.
How can we configure that?
Grub
Remove quiet and splash.
Systemd
The text was updated successfully, but these errors were encountered: