I have 2 SSDs: 500GB SSD splitted to 250GB of Windows 10 and 250GB of Ubuntu 20.04
The other 250GB SSD is only Windows 10.
I installed Ubuntu 20.04 and the GRUB was somehow installed on the wrong drive (The one that does not have Ubuntu on it - it has Windows 10 on it)
I currently see 2 GRUBs: One on the wrong drive which is a working GRUB menu, and other on the drive with Ubuntu, but when I launch it, it shows me "GRUB minimal bash"
I followed this post to remove GRUB via Windows: Uninstall GRUB and use Windows bootloader
Then I tried to reinstall GRUB on the correct drive using this article:
But it doesn't work, after a restart, I once again get 2 GRUBs with same configuraton: 1 working GRUB on the wrong drive, and 1 "minimal bash" grub on the drive with Ubuntu.
What I'm trying to achieve is to have the working GRUB on the drive with Ubuntu installed on it, and remove the GRUB from the wrong drive without Ubuntu
ubuntu
, then use your ubuntu bootable drive to reinstall ubuntu and point the boot partition to the right partition in the advanced options during the install. – jedi Apr 15 '22 at 13:04