Remove the grub bootloader step.
Remove the grub bootloader step.
Hi, I installed kali Linux on the same drive as Windows 10. Since I rarely used it, I thought about deleting it. I found online instructions to remove the kali partition and then the grub installation. I followed the steps but kept getting a grub rescue message after rebooting. I tried running "bootrec.exe /fixmbr" in the command prompt, hoping it would fix the Windows boot loader. The issue persists, and nothing seems to work. I’m considering a clean Windows 10 installation by making a USB installer and wondering if this will erase everything, including the grub and other partitions. Any advice would be appreciated. Thanks in advance.
During installation, you’ll typically see an option to format the drive, allowing you to choose how it’s set up. Otherwise, you may need to handle formatting manually afterward.
When you reach the drive selection in the installer, delete every partition on the disk and ensure it’s fully unpartitioned. Then click next. Windows will automatically generate the necessary partitions. If you wish to erase the disk beforehand, run the clean command in DiskPart via the command prompt inside the installer. The command should be: Diskpart List disk Select disk [correct drive number] Clean Exit Remember, if other drives are connected, disconnect them during installation. The boot sector isn’t assured to be formed on the same drive where the OS installs, and any existing boot sectors on other drives won’t be replaced.
Thank you, I'll give it another shot if ShadowPony's approach isn't suitable.
Apologies, I didn't notice your message when I replied. I've already attempted this command, but it didn't work for me. It seems a fresh installation might be the best option.