Can't dualboot

I installed kali for dual boot but I couldn’t see boot menu on startup, I somehow got it from cmd on windows but then I only saw my windows on boot menu, I got into my linux with live usb then and mounted nvme0n1p1 (efi) and nvme0n1p5 (linux partition)

sudo mount /dev/nvme0n1p1 /mnt sudo mount /dev/nvme0n1p5 /mnt

then binded dev,proc,sys,run and runned sudo chroot /mnt

then I runned

grub-install --target=x86_64-efi --efi-directory=/boot/efi

and got

Installing for x86_64-efi platform. grub-install: warning: EFI variables cannot be set on this system. grub-install: warning: You will have to complete the GRUB setup manually. Installation finished. No error reported

what should I do help

kali dual boot with windows