From 27aa5c2909209f5b7bbf6a7479be2d18d14aba38 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 1 Aug 2024 20:53:07 +0300 Subject: [PATCH] Attempt 0 at fixing UEFI --- .github/push-iso | 2 +- build.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/push-iso b/.github/push-iso index f64f5d8..9902f17 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -27 +28 diff --git a/build.sh b/build.sh index 7ca6567..d521add 100755 --- a/build.sh +++ b/build.sh @@ -76,9 +76,11 @@ done mkdir -p ./output xorriso \ + -iso-level 3 \ -as mkisofs \ -V $LIVE_BOOT_VOLUME_NAME \ - -e "$LIVE_BOOT_PATH/efiboot.img" \ + -append_partition 2 0xef "$LIVE_BOOT_PATH/efiboot.img" \ + -J -joliet-long \ -no-emul-boot \ -o "./output/$ISO_IMAGE" \ "$LIVE_BOOT_DATA_PATH"