I have deleted my ubuntu volume in hard disk. Now each time I restart I get in grub recovery mode. How can I solve this problem?
Asked
Active
Viewed 418 times
0
-
2What are you then trying to boot ? – Soren A Oct 25 '17 at 09:28
-
@SorenA Each time I stat my laptop I got into grub recovery mode. – hitesh Oct 25 '17 at 09:30
-
do you mean you want to boot back into windows? Maybe telling us what your goal is could help us find a solution. – Peetah Oct 25 '17 at 09:40
-
@Peetah yes I want to boot again in windows – hitesh Oct 25 '17 at 09:42
-
EFI or Legacy install? – ravery Oct 25 '17 at 09:44
-
@ravery EFI install – hitesh Oct 25 '17 at 09:45
-
go into the EFI firmware settings, select windows if it allows you to select OS. Then delete /efi/ubunut in the EFI System Partition. – ravery Oct 25 '17 at 09:49
-
To remove Ubuntu from your system, you can follow this guide. – Peetah Oct 25 '17 at 09:50
-
@Peetah -- all those solutions are for Legacy Boot – ravery Oct 25 '17 at 09:54
1 Answers
0
It goes directly to GRUB because probably it's the first choice on the BIOS boot settings.
Go to your BIOS settings, then boot options. From there, you can move Windows boot to top of the list. After changing the boot order, save and reboot. It should boot directly to Windows now.
(I'd like to give you the exact key combinations and/or screenshots but I don't know your computer model.)
After booting into Windows, you can use this answers to this question to totally remove grub from your computer: How to remove Ubuntu and put Windows back on?.
-
@Ahmetasabanci -- the answer you linked is for Legacy boot not UEFI. FYI -- EFI firmware is not BIOS. BIOS is the Legacy boot system – ravery Oct 25 '17 at 21:27
-
I know but depending on the computer itself, this might work too. That answer helped me to solve the same problem on a couple of EFI dual booted Lenovo laptops. – Ahmet A. Sabancı Oct 26 '17 at 13:29