You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing a migration from Centos8 at the moment. The first attempt would not reboot and was throwing an error with Grub/bootloader, subsequent restarts of that machine did not do anything new. I deleted that VM and tried again, running this command after the migration completed. The initial reboot failed but the second reboot worked as expected. Just adding this in case anyone else stumbles upon this same issue.
I disabled secure boot (as it's not yet available) but I wasn't able to boot yet.
this command fixed it:
grub2-mkconfig --output=/boot/efi/EFI/rocky/grub.cfg
I found it here:
https://forums.rockylinux.org/t/solved-grub-prompt-after-centos-8-rl8-migration/2578
The text was updated successfully, but these errors were encountered: