grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] util/grub.d/30_os-prober.in: Conditionally show or hide chai


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [PATCH] util/grub.d/30_os-prober.in: Conditionally show or hide chain and efi menu entries
Date: Wed, 17 Jan 2024 06:15:06 +0300

>           onstr="$(gettext_printf "(on %s)" "${DEVICE}")"
>         cat << EOF
> +if [ "\$grub_platform" != "efi" ]; then

This is not the right check. Only "pc" platform supports chainloadin
boot sector. All other: coreboot, qemu, emu, ieee1275, xen and
non-x86. The only one which might is xen_pvh but this needs to be
checked



reply via email to

[Prev in Thread] Current Thread [Next in Thread]