Hey, sorry for being MIA, had really no time to look further into the issue(s)... Hopefully this weekend I'll be able to dig into it
Regarding udev thing, looks to me it's either due to lvm, udev or grub itself.
Found another report here: https://forums.kali.org/showthread.php?38315-Problems-Dual-Booting-Kali-Linux-with-Windows-10-(No-signs-of-GRUB-bootloader)&p=75818
If you have time/make it before I do, it'd be good to at least eliminate grub by reinstalling it manually from an already installed system followed from live as well.Just do the usual mantra:
If you don't get the timeouts, then it's probably not a grub issue
Regarding udev thing, looks to me it's either due to lvm, udev or grub itself.
Found another report here: https://forums.kali.org/showthread.php?38315-Problems-Dual-Booting-Kali-Linux-with-Windows-10-(No-signs-of-GRUB-bootloader)&p=75818
If you have time/make it before I do, it'd be good to at least eliminate grub by reinstalling it manually from an already installed system followed from live as well.Just do the usual mantra:
Code Select
# live only:
# mount the root partition at /mnt and then:
mount --bind /dev /mnt/devmount --bind /sys /mnt/sysmount --bind /proc /mnt/proc
# /live only
grub-install --recheck /dev/sdX #for BIOS, adapt for UEFI as usual
update-grub
If you don't get the timeouts, then it's probably not a grub issue