From dd760ec0cf6011030a343f2bee9aadbf627b751c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 10 Mar 2025 14:54:07 +0100 Subject: [PATCH] mv line --- tc_clone_nuc_nv_efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5