2

I am not very clever and renamed my boot folder to boot1 to try out my own Boot folder which did not work. Now I am in rescue mode (terminal says grub rescue>) and I cannot start my system.

I can see using ls (hd0, msdos1) that this is where the files are. So how can I rename boot to something else and then rename boot1 to boot?

Thank you in advance!

Zanna
  • 72,312
proah
  • 121

1 Answers1

1

Boot with live USB or DVD. Find the your system's partition in Other Locations (XXGB Volume) and click on it. It will mount the file system. Find the UUID of your filesystem from /media/ubuntu/

run command on terminal:

sudo  mv /media/ubuntu/<your-partition UUID>/boot1 /media/ubuntu/<your-partition UUID>/boot

Shut down and (after removing the live DVD or USB drive) start.

If it does not boot normally then recover grub.

Vijay
  • 8,556