Skip to content

Commit 28cc852

Browse files
committed
Clarified that ppc64le supports secure boot but not UEFI, and added location of its GRUB bootloader
1 parent 2f663e5 commit 28cc852

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

articles/sles-pxe-server-setup.asm.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
<revision><date>2026-03-19</date>
4949
<revdescription>
5050
<para>
51-
Clarified that Secure Boot applies only to UEFI-based architectures (&x86-64;, &aarch64;). Added <package>shim</package> package as alternative source for signed EFI files.
51+
Clarified that Secure Boot applies to UEFI-based architectures (&x86-64;, &aarch64;), as
52+
well as &ppc64le; which is non-UEFI. Added <package>shim</package> package as alternative source for signed EFI
53+
files.
5254
</para>
5355
</revdescription>
5456
</revision>

tasks/sles-pxe-server-netboot-directories-uefi-secure-boot.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
architecture-specific directories under <filename>/srv/tftpboot/boot/grub2/</filename> for
4343
different platforms. For example, &x86-64; systems generate both UEFI
4444
(<filename>x86_64-efi</filename>) and legacy BIOS (<filename>i386-pc</filename>) directories,
45-
while &aarch64; and &ppc64le; systems create their respective UEFI directories
46-
(<filename>arm64-efi</filename> and <filename>powerpc-ieee1275</filename>).
45+
and &aarch64; create their UEFI directory
46+
<filename>arm64-efi</filename>. &ppc64le; systems (<filename>powerpc-ieee1275</filename>) supports secure boot too, but not UEFI; the grub bootloader is in <filename>/boot/grub2/grub.elf</filename> on the ISOs.
4747
</para>
4848
<important>
4949
<para>

0 commit comments

Comments
 (0)