From: Guillaume Pellerin Date: Mon, 10 Mar 2025 13:54:07 +0000 (+0100) Subject: mv line X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dd760ec0cf6011030a343f2bee9aadbf627b751c;p=clone-me.git mv line --- diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index f139b5a..82a4676 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -126,9 +126,9 @@ mount --bind /sys $CLONE/sys mount --bind /proc $CLONE/proc mount --bind /dev $CLONE/dev mount --bind /dev/pts $CLONE/dev/pts +mount -t efivarfs none $CLONE/sys/firmware/efi/efivars # GRUB EFI -mount -t efivarfs none $CLONE/sys/firmware/efi/efivars chroot $CLONE apt install grub-efi chroot $CLONE grub-install /dev/$DISK chroot $CLONE update-initramfs -u