8.0.29
After long debug, we finally understood why system installed with krill don't worked with UEFI. /** * I know, that's very old thread, but maybe will help for someone. * Most guides suggest the same solution to mount virtual filesystems before chroot: * for i in /dev /dev/pts /proc /sys /run; do sudo mount -B i /mnti; done * But now (maybe related to efivars/efivarfs changes) this loop skips one very special sub-mountpoint * - /sys/firmware/efi/efivars and efibootmgr/grub fails. * * https://unix.stackexchange.com/questions/91620/efi-variables-are-not-supported-on-this-system */
Thanx a lot Ted