Booting after updating fedora

Hi folks,

I’ve installed fedora latest version on an external hard drive, working like a charm as long as I update fedora using dnf, the system won’t boot after that.

I always face the same situation when booting, it gives me options for different versions of fedora:

When I try to boot anyone of them it will stuck infinitely at the fedora Home Screen:

Thanks…

I could resolve the problem after removing
‘rhgb quiet’ in the GRUB menu then booting it again.

To make this change permanent, edit fie /etc/default/grub and make the following change:

GRUB_CMDLINE_LINUX=‘rhgb quiet’

to

# GRUB_CMDLINE_LINUX=‘rhgb quiet’

1 Like

Thanks so much

it’s so strange tho, just updated the system and faced the same issue. However I’ll try to make this change permanent as you mentioned above but any idea why and how this happens?

Depending on where in the boot process the error occurs, the system journal may have details. See
journalctl Command in the Linux Handbook. You will want to look at the previous boots that failed.

Your chances of getting useful help will be better if you post enough detail to allow others with similar hardware to reproduce the issue. Start by posting the output from inxi Fzxx (as pre-formatted text so it can be found with web searched).