-1

I had an old linux partition which I hadn’t used for quite some time, and I realized that I didn’t need it anymore. I then decided to format the whole partition and get on with my life. It was all good, until I restarted my PC. Upon restarting I was greeted with this:

“error: no such device: 0119b88c-c450-41d6-9ddf-a4e5140f74fa error: unknown filesystem. Entering rescue mode... grub rescue>”

I am now very frustrated and out of ideas. I tried using my Windows boot USB to use command prompt and try some things though that didn’t work. Any help is appreciated. Thanks!

1 Answers1

1

Here are some steps you could do:

  • Boot into a windows installation media, for example from an USB. So insert the USB which have windows installer flashed on it and boot the PC up from this USB. You can flash windows on a USB by downloading the Media Creation Tool from Microsoft.

  • When you have booted from the USB, press Shift + F10 to open CMD.

  • Type "Diskpart".

  • Type "List vol"

  • Select the system volume by typing the system volume number. So if the system volume is 3, type "sel vol 3".

  • Type "Assign letter k".

  • Type "Exit" to exit diskpart.

  • Type "k:" (remember the colon) to enter the directory we just assigned the letter to.

  • Type "dir" and you should see a dir called EFI, now type "cd EFI", then type "dir" again.

  • You should now see a dir called Ubuntu, now type "rmdir /S ubuntu" or "rmdir ubuntu" to remove ubuntu. Ubuntu should now be removed and windows should load now, but first we will remove the assigned letter.

  • Type "diskpart" again, then "list vol", then select the vol which we assigned the letter to, i.e. the system volume, for example "sel vol 3", then type "remove letter k".

  • Done, try rebooting, Ubuntu should be gone from boot now.

To check what operating systems you have installed, you can boot into BIOS and see the boot order, if Ubuntu is still there, you have not uninstalled Ubuntu or the above did not work.