I have recently uninstalled Ubuntu 17.10 by formatting the partition and when I rebooted I got a message saying: error: no such partition entering rescue mode... grub rescue > No commands worked So I am wondering, is there a way to uninstall the bootloader so I can boot back into Windows?
Asked
Active
Viewed 1,096 times
0
-
https://superuser.com/questions/949219/how-to-fix-the-windows-10-boot-loader-from-windows/1021657 - basically boot windows (from installation media) and reinstall windows' boot sector. – vidarlo Oct 28 '17 at 08:10
-
Have you tried changing the Boot Order in the CMOS yet? I'm wondering since you said "Formatted the Partition" Which partition did you format? – EODCraft Staff Oct 28 '17 at 08:15
-
1Possible duplicate of How to remove Ubuntu and put Windows back on? (answers have instructions for repairing the Windows bootloader without reinstalling Windows) – karel Oct 28 '17 at 08:26
-
Don't have install media or the possibility to make any at the moment – BloxDash - ROBLOX and More Oct 28 '17 at 08:45
-
I will in 10-20 minutes – BloxDash - ROBLOX and More Oct 28 '17 at 08:45
1 Answers
2
Make a live usb with ubuntu 17.10 and insert following commands to remove grub error
sudo apt-get install lilo
sudo lilo -M /dev/sda mbr
It always have worked for me

Amir
- 591
-
-
Well I'm going to make a install media soon when I have the possibility – BloxDash - ROBLOX and More Oct 28 '17 at 09:52