I was recently trying to add a second GPU to my desktop when I started getting booted into GRUB. No matter which GPU I use now, I boot into it.
I installed Ubuntu 20.04 on to my USB and installed boot-repair:
I did not get a Recommended Repair
option, but only an Apply
option.
I generated a report before clicking Apply
: https://paste.ubuntu.com/p/FG4nNZ6wqB/
And here is the report after clicking Apply
: https://paste.ubuntu.com/p/jGfqrkF6q7/
Unfortunately the repair failed as I tried rebooting without the live USB and was put into GRUB once again.
NOTE: I am NOT dual booting Windows. Any ideas? Thanks.
This live-session is not in EFI-mode.
– Feb 14 '21 at 17:21/sys/firmware/efi/
exists, so I'm pretty sure it is booting in EFI mode. (according to https://askubuntu.com/questions/162564/how-can-i-tell-if-my-system-was-booted-as-efi-uefi-or-bios) – AmourK Feb 14 '21 at 23:39This live-session is not in EFI-mode.
. Didn't notice it at first in the pastebin... I retried and attempted another boot repair: (this time in EFI mode) http://paste.ubuntu.com/p/KFTysGhzpR/ – AmourK Feb 14 '21 at 23:44sudo blkid
and I am getting a PARTUUID forsda2
whereas forsda3
I am getting aUUID
as well as aPARTUUID
. I only have whatever auto backups were created as a result ofdeja-dup
. Not sure how I can access them given that the partition appears to be deleted though – AmourK Feb 14 '21 at 23:47sudo gdisk -l /dev/sda
– oldfred Feb 15 '21 at 03:29