Run these commands using cmd (Administrator):
- this will list all stored boot configuration
bcdedit /enum all /v
- locate our beloved linux efi bootloader from the list. I use linux mint and I found this
\EFI\ubuntu\grubx64.efi
. next thing, you need to set it:
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
you're done here, restart and you'll meet again with grub boot loader display
thank you so much