0

I made a fresh bootable drive by using the following command:

sudo umount /dev/sda1
sudo dd bs=4M if=ubuntu-22.04.4-desktop-amd64.iso of=/dev/sda1 status=progress conv=fsync

and when I tried installing Ubuntu on my PC, I got a Grub Rescue error.

I faced this error earlier on the same PC when I was trying to install One of Ubuntu Flavors so decided to fix this by Rufus as earlier it was a Windows system, where it popped up with a warning message that there is some issue with the version of Grub that is being there in the iso file that I downloaded from the official site.

So I checked with the latest version of Ubuntu 22.04 whose code is mentioned above and suspect it has the same issue. Kindly guide me on how to resolve this issue.

0 Answers0