Skip to content

8.0.29

Piero Proietti requested to merge 8.0.29 into master

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

https://unix.stackexchange.com/users/24024/ted

Merge request reports

Loading