the installation finished with an error about grub-install dummy i finished the installation without grub
when running kali linux on live dvd i tried to do the following commands to install grub
mount /dev/sda* /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
mkdir /mnt/sys/firmware/efi/efivars
mount --bind /sys/firmware/efi/efivars /mnt/sys/firmware/efi/efivars
mkdir /mnt/boot/efi
mount /dev/sda+ /mnt/boot/efi
mount -o remount,rw /dev/sda+ /mnt/boot/efi
mkdir /mnt/hostrun
mount --bind /run /mnt/hostrun
chroot /mnt
mkdir /run/lvm
mount --bind /hostrun/lvm /run/lvm
grub-install /dev/sda
update-grub
exit
umount /mnt/dev
umount /mnt/proc
umount /mnt/sys/firmware/efi/efivars
umount /mnt/sys
umount /mnt/boot/efi
umount /mnt/hostrun
umount /mnt/run/lvm
umount /mnt
REBOOT


/dev/sda* is your linux filesystem. Like mine is /dev/sda6
/dev/sda+ is your EFI partition which is most likely /dev/sda1.
Use fdisk -l to list all partitions.
but i get stuck at mount --bind /hostrun/lvm /run/lvm
i m running dvd on UEFI
+ THIS IS THE RESULT OF fdisk :
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 08B61F24-4A4F-455E-8E37-3CA938F1C637

Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery e
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 511687707 510526492 243.4G Microsoft basic da
/dev/sda5 511688704 513781759 2093056 1022M Windows recovery e
/dev/sda6 513783808 955801599 442017792 210.8G Microsoft basic da
/dev/sda7 955801600 968603647 12802048 6.1G Linux filesystem
/dev/sda8 968603648 976771071 8167424 3.9G Linux swap


Disk /dev/loop0: 612.2 MiB, 641912832 bytes, 1253736 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
please i need it to work tonight, thank you in advance