How to solve the issue of the GRUB appearing after deleting Ubuntu from a dual boot system?
If you have removed the Ubuntu system but still see the GRUB bootloader, you can follow these steps to resolve the issue:
- Boot up the computer and enter the Windows operating system.
- Open the command prompt (run as administrator).
- “Enter the following command in the command prompt to reset the Windows Boot Manager as the default boot manager:”
bcdedit /set {bootmgr} path \EFI\Microsoft\Boot\bootmgfw.efi
- After restarting the computer, it should directly boot into the Windows system without seeing the GRUB boot screen.
If the above steps do not work, you can also try using a Windows installation disc or USB drive to repair the boot record. For detailed instructions, you can refer to the relevant documentation for the Windows system or search for related tutorials.