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’