On Wed, Apr 17, 2024 at 10:48 AM Klaus-Peter Schrage via users
<users@lists.fedoraproject.org> wrote:
> But rebooting still gets me to the dreaded grub>.
> So what am I missing?
> BTW, I did NOT use the grub2-install command which shoud not be used on
> UEFI systems.

I recently had similar problems.  These are the things to check:
o use blkid to get the current UUID(s)
o check /etc/kernel/cmdline if it exists - make sure the UUID (if
used) is correct for the new root disk
o check /boot/efi/EFI/fedora/grub.cfg for correct UUID(s) - as far as
I am aware you would have to edit the file to fix
o check /boot/grub2/grub.cfg for correct UUID(s) - you should be able
to update if needed with "grub2-mkconfig -o /boot/grub2/grub.cfg"
o update /etc/fstab with any changed UUIDs
o these things get recorded in the initramfs - update with "dracut
--force --regenerate-all"  [or use "man dracut" for commands to just
regenerate a single initramfs]

As I recall at least one of the above things has tripped me up in the
past when moving disks/partitions around.
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to