From 6d3839e442789553e3018bf80775d27eef8d73c4 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Thu, 4 May 2023 21:45:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ks-trans.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ks-trans.cfg b/ks-trans.cfg index 9c9c4ca..a613e51 100644 --- a/ks-trans.cfg +++ b/ks-trans.cfg @@ -93,6 +93,9 @@ mount /dev/disk/by-label/installer /os/installer # 安装 grub2 basearch=$(uname -m) if [ -d /sys/firmware/efi ]; then + # el7的grub无法启动f38 arm的内核 + # https://forums.fedoraforum.org/showthread.php?330104-aarch64-pxeboot-vmlinuz-file-format-changed-broke-PXE-installs + # shellcheck disable=SC2164 cd /os/boot/efi download https://mirrors.aliyun.com/fedora/releases/38/Everything/$basearch/os/images/efiboot.img