Hello guys!

I am trying to install the new Kali 2019.4, it will be the only OS in the machine (dedicated notebook)
Everything works well (setup, install and all) until it boots. Instead of the usual GRUB2 menu, it shows "System BootOrder Not found" error for like half a second (had to take a video to read it) and then it stays with the GRUB2 Command SHell.
Never had any problems with previous versions.

I followed this guide -> https://www.linux.com/tutorials/how-...-grub-2-linux/

grub> set root=(hd0,2)
grub> linux /vmlinuz root=/dev/sda2
grub> initrd /initrd.img
grub> boot
and i was able to run the OS in the end.

Then
Code:
update-grub
and
Code:
grub-install /dev/sda
without any error, but when i reboot, I still get the same problem (GRUB2 menu).

Also tried the weekly, without success.

Any ideas?