This is fresh install ISO and do first update.
Anyone encouter when updating via "dnf update" and reboot then it's not boot, "grub>" terminal show instead ?
So lucky this is just my test server
it's be something like this

###To fixed this problem ###
#fresh install from ISO and execute these command
Anyone encouter when updating via "dnf update" and reboot then it's not boot, "grub>" terminal show instead ?
So lucky this is just my test server

it's be something like this

###To fixed this problem ###
#fresh install from ISO and execute these command
Code:
reboot # Ensure new installed from ISO should working fine.
dnf update grub2-common -y
grub2-install /dev/xvda #this command should return "no error"
reboot # Ensure new "grub2" should working fine.
Last edited: