I am a newbie to Ubuntu, on the top of that I am facing the following issue:
I recently deleted a 3GB partition on my Windows (which was empty), after which when I rebooted, I could not get to grub, instead I was landed at an Error:
Error: No such partition
Grub Rescue>
I immediately searched YouTube and accordingly enetered the following in the rescue CLI:
ls
ls (hd0,msdos7)
>>ext2 File System
set boot=(hd0,msdos7)
set prefix=(hd0,msdos7)/boot/grub
insmod normal
normal
I now landed in grub bootloader!! and selected Windows 10, it successfully booted. I rebooted again to check if Ubuntu is booting... I again landed on the Grub Rescue CLI, did the same process again, and I was again in grub bootloader and I booted Ubuntu.
EVERYTHING IS WORKING FINE but I am landing at the GRUB RESCUE CLI each time I boot my Laptop.
Please Help, ASAP!