1

I've problem with my Fedora 32 boot.

Firstly, sorry for my ignorance in this topic and sorry if I wrote something wrong.


What's going on?

I don't see it as bootable in my Asus UEFI BIOS UTILITY, but I still can boot it from another PC with older BIOS. Instead of this, I see my disk as "non uefi", I can set it as "boot drive", but after restart I see alone blinking cursor in top left corner of the black screen. My motherboard: ASUS PB875-V


What did I before?

Few months ago I had same problem and I solved it reinstalling my Fedora (and I don't want to do this now). And it works fine... until yesterday when I changed my primary disk to another Fedora drive. Of course, I can't boot from it, because it is Linux. Nextly I tried to switch back to my primary drive but for now it still doesn't work.


What did I try?

  • disable Secure Booot mode,
  • edit CSM options
  • add fedora key (something like that I saw on yt on older BIOS systems) - always returns error. And it didn't change anything.

What should I do? Thank you in advance

Simon Jan
  • 11
  • 1

1 Answers1

0

This is probably a problem with your disk partition scheme.

Your disk being "not uefi" probably means that it uses the old MBR boot partition scheme - that's why it works on an older BIOS motherboard, but not on your newer UEFI motherboard. This implies that you should use GPT scheme for your new installation.

In windows, you can check the partition scheme with diskpart, on linux you can use tools like parted/gparted.

If there is an option in your UEFI to support BIOS/MBR, you should try that and see if it works. UEFI can support both GPT and MBR, but BIOS only supports MBR. If that's not possible, you'll have to reinstall your fedora in GPT mode - or try to convert your MBR boot partition into GPT boot partition. It can be done, but I wouldn't recommend it to an average user ...

GChuf
  • 1,327