UEFI: https://en.wikipedia.org/
ESP: https://en.wikipedia.org/
GRUB: https://www.gnu.org/software/grub/
BCD: https://en.wikipedia.org/
Boot to Windows terminal mode, by typing this at
command prompt
shutdown.exe /r /o
other guide https://www.minitool.com/Rebuild
BCD
(swappingGRUB
toBCD
)
bootrec /rebuildbcd
bootsect /nt60 sys
bootrec /fixmbr
if all of that command is not successful, jump to step 3, then back again here to rename old BCD, and retry.
cd /d Z :/EFI/Microsoft/Boot
ren BCD BCD.old
Make
ESP
accessible
diskpart
typelist disk
if any other disk attached, else select disk 0
typelist volume
to find ESP
volume number
select volume number (e.g4
) and assign a letter (e.gZ
) asESP
volume alias.
select volume 4
assign letter= Z
exit
Remove
Kali GRUB
fromESP
cd /d **Z** :/efi
rmdir /r /s **kali**
Done
Bonus
Merging unused (old linux system) to single (nearest) partition.
Top comments (0)