From 828c511413ae4f5001f7d52e2559959ec21c40e6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 11 Mar 2025 10:03:58 +0100 Subject: [PATCH] add apt update --- tc_clone_nuc_nv_efi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index 80fde3f..e89e47f 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -135,6 +135,7 @@ mount --bind /dev/pts $CLONE/dev/pts mount -t efivarfs none $CLONE/sys/firmware/efi/efivars # GRUB EFI +chroot $CLONE apt update chroot $CLONE apt install grub-efi chroot $CLONE grub-install /dev/$DISK chroot $CLONE update-initramfs -u -- 2.39.5