I had removed my linux from my system but had not removed GRUB.Everytime i power on my laptop i have to type exit to load up windows.I am unable to find a proper fix for this i have windows 10 Home.How can i remove GRUB and boot directly to my windows?
Asked
Active
Viewed 2.1k times
0
-
1You can change UEFI boot order in UEFI settings menu and boot tab. But should delete Ubuntu entry in UEFI and /EFI/ubuntu folder in ESP. See details: Uninstall Ubuntu from menu, Really UEFI boot menu http://askubuntu.com/questions/63610/how-do-i-remove-ubuntu-in-the-bios-boot-menu-uefi & https://askubuntu.com/questions/429610/uninstall-grub-and-use-windows-bootloader – oldfred Nov 15 '20 at 18:59
2 Answers
1
Assuming you have deleted all the partitions linux was in (if you haven't you can do it from windows later) you will need to make the windows bootloader the standard, the easiest way of doing this is with windows itself, you should make a new windows recovery usb, and then use it to repair the bootloader.
You should boot your system from the recovery usb (the way to do this depends on your particular system) and then do the following:
- Click on the Repair your Computer link at the bottom of the Install Now screen.
- Click on Troubleshoot
- Select Command Prompt
- Enter the following three commands in turn, following each by pressing the Enter key:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
- Restart the PC with the installation media removed to check if the repair worked

SantiMar
- 21
-
yeah i will give it a try but i font have windows recovery usb – Rakshith baskar Nov 19 '20 at 18:15
-
you can create one yourself, see this Microsoft instructive . (you don't necesarily need to do it from the same computer, if you search you'll find how to do it from another pc) – SantiMar Nov 20 '20 at 02:26
0
Delete the entire partition that you had installed linux on it or just forms=at it. Windows partition will be safe and you have deleted linux

Python is cool
- 144
-
-
-
-
Rakshith baskar sorry to hear that. It wirked for me. I think you have chosen the entire disk while installing ubuntu for boot loader that is the reason – Python is cool Nov 16 '20 at 09:58
-
-
I know. That is the default option. When you choose no partition it chooses the entire partition. – Python is cool Nov 19 '20 at 08:57