I had a working ubuntu 16.04 LTS and windows 10 dual boot setup with spare space, so after booting up with a usb 20.04 image to ensure it worked fine I decided to install it to a new empty partition.
I now find that I'm unable to boot any partition, even after following various boot-repair tutorials.
My current boot-repair diagnostic file is on
https://paste.ubuntu.com/p/9fc8q8hbpq/
My BIOS say's I have legacy mode enabled, but boot-repair claims it's set to UEFI. Don't understand why that is.
If I set UEFI (secure mode or insecure mode) I don't get any options other than booting the HD, which when selected just goes back to the error.
The message I get when the BIOS is set to legacy shows:
'System BootOrder not nofound'
'Creating boot entry "Boot0000" with label "ubuntu" for file "\EFI\ubuntu\sGNU GRUB version 2.04"'
I have tried the following from grub:
grub> ls
(proc) (hd0) (hd0,msdos7) (hd0,msdos6) (hd0,msdos5) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)
grub> set root=(hd0,msdos1)
grub> linux /vmlinuz
grub> initrd /initrd.gz
grub> boot
this will take me to initramfs with the error "can't find /root in /etc/fstab"
I'm totally stumped, and would appreciate help on getting my O/S's booting agian.
Thanks.