From c4c4d6c939eb15735f79513b42b8edc983c3c321 Mon Sep 17 00:00:00 2001 From: Alexandre BOTZUNG Date: Fri, 6 Sep 2024 18:38:06 +0000 Subject: [PATCH] =?UTF-8?q?BUG=20-=20Dans=20certains=20cas,=20avec=20certa?= =?UTF-8?q?ins=20ordinateurs,=20shim=20=C3=A9choue=20Il=20arrive=20que=20d?= =?UTF-8?q?ans=20certains=20cas,=20avec=20certains=20ordinateurs=20(=20htt?= =?UTF-8?q?ps://github.com/rhboot/shim/issues/649=20),=20=20=20shim=20?= =?UTF-8?q?=C3=A9choue=20au=20chargement=20de=20grub.=20Ce=20patch=20perme?= =?UTF-8?q?ts=20=C3=A0=20ces=20ordinateurs=20de=20pouvoir=20fonctionner=20?= =?UTF-8?q?en=20attendant=20un=20correctif=20stable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index ac1f889..6495b6d 100755 --- a/install.sh +++ b/install.sh @@ -352,6 +352,9 @@ if [[ "$question" == "y" || "$question" == "Y" ]]; then # # HERE, put the Apache installation block + # Workaround - shim in certain case, with certain specific computers will load a bad second loader : https://github.com/rhboot/shim/issues/649 + [[ -r "/tftpboot/grubx64.efi" ]] && ln "/tftpboot/grubx64.efi" "/tftpboot/$(printf "\xC2")Onboard" + echo "=> Copy GRUB files..." cp -rf "$basedir"/src/tftpboot/* /tftpboot/ chown -R fogproject:root /tftpboot