"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e031caf4eac5a5082d8421a7a8c750b48f0018a1"
Commit 97312d35 authored by longpanda's avatar longpanda
Browse files

fix issue #516

Arch 2020.10.1 iso boot failed in UEFI mode.
parent 906dc4cd
...@@ -496,6 +496,8 @@ function uefi_linux_menu_func { ...@@ -496,6 +496,8 @@ function uefi_linux_menu_func {
if [ -d (loop)/arch ]; then if [ -d (loop)/arch ]; then
if [ -f (loop)/arch/boot/x86_64/archiso.img ]; then if [ -f (loop)/arch/boot/x86_64/archiso.img ]; then
vt_add_replace_file $vtindex "EFI\\archiso\\archiso.img" vt_add_replace_file $vtindex "EFI\\archiso\\archiso.img"
elif [ -f (loop)/arch/boot/x86_64/initramfs-linux.img ]; then
vt_add_replace_file $vtindex "arch\\boot\\x86_64\\initramfs-linux.img"
elif [ -f (loop)/boot/initramfs_x86_64.img ]; then elif [ -f (loop)/boot/initramfs_x86_64.img ]; then
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img" vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment