On 11/28/20 9:27 PM, Fulko Hew wrote: > Any idea what happened to my HD boot info in my BIOS, or how to restore it? > PS. It is a Dell laptop.
Hi, I'm assuming you're booting off a UEFI-based system and that you lost the menu entry stored in NVRAM corresponding to "Fedora". You can recover your boot menu entry by searching some of the logs that Anaconda creates during installation. Try booting once again with the USB stick; mount your root filesystem say in /mnt and try this: grep efibootmgr /mnt/var/log/anaconda/storage.log There you'll see the command that was used by Anaconda to "register" the boot menu entry. Something like this: efibootmgr -c -w -L Fedora -d ... Run that same command until the end (...shimx64.efi) Confirm the entry was created by simply typing efibootmgr. Let us know if that works. -- Jorge _______________________________________________ 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