0

So i had windows and Ubuntu on my HDD, initially. Recently i got SSD alongside HDD and tried to install a new Ubuntu on SSD. The process went smoothly until the very end, but when i booted the grub menu was showing up. I tried to repair by

  1. using bcdedit

'''bcdedit /set {bootmgr} \EFI\boot\shimx64.efi'''

It didn't work

  1. Got live Ubuntu on pendrive, got into the os. Tried updating grub.

Unfortunately, This also didn't work.

1 Answers1

0

siva surya's answer solved the issue. https://askubuntu.com/a/1134107/1370321[1]

However, additionaly, i had to do some other stuff. since we've installed ubuntu on SSD, the grub is now confused between the previous installed ubuntu on HDD, and new installed ubuntu on SSD. (we have to change BIOS setting (later)).

Follow the steps of using a bootabe USB to get into ubuntu. use boot-repair. Till this part its same.

Next, while boot-repair is ongoing, do use the advanced options: opt for boot from HDD, instead of boot from SSD.