Skip to content

Commit

Permalink
Fix the bug when booting ALT Linux in UEFI mode. (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed May 28, 2022
1 parent 9b14b41 commit ddf0617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ function distro_specify_initrd_file_phase2 {
vt_linux_specify_initrd_file /initrd0.img
elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then
vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img

elif [ -f (loop)/boot/full.cz ]; then
vt_linux_specify_initrd_file /boot/full.cz

fi
}
Expand Down

0 comments on commit ddf0617

Please sign in to comment.