computer_science:windows:windows_fixes:uninstall_grub_fix_windows_bootloader

Uninstall GRUB and use / fix Windows Bootloader

To restore Win 10 default bootloader follow these steps:

  • Log into Win 10
  • Open Command Prompt (Admin)
  • c:\> bootsect /nt60 <drive name>: /mbr

<drive name> is the drive letter where the Master Boot Record (MBR) will be updated

For example to update C master boot record this is the command:

c:\> bootsect /nt60 c: /mbr

For more help about bootsect command see here - https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/bootsect-command-line-options

  • computer_science/windows/windows_fixes/uninstall_grub_fix_windows_bootloader.txt
  • Last modified: 2023/12/01 12:07
  • by 127.0.0.1