https://bugzilla.suse.com/show_bug.cgi?id=1194270 Bug ID: 1194270 Summary: [Leap15.3][aarch64][Install] PXE install, can't show full path name if kernel file is not found in grub2 Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.3 Hardware: aarch64 OS: openSUSE Leap 15.3 Status: NEW Severity: Normal Priority: P5 - None Component: Installation Assignee: yast2-maintainers@suse.de Reporter: richard.fan@suse.com QA Contact: jsrain@suse.com Found By: --- Blocker: --- Thanks Thomas Renninger pointing this as well. Bug description: When we tried to install Leap 15.3 system on aarch64 platform via PXE installation. After downloading the NBP file and boot up to grub2 phase. we need to loader kernel and initrd file there. Here comes the sample grub file: setparams 'test host name' ��� ��� ��� ��� echo 'Loading kernel ...' ��� ��� clinux (tftp,xx.xx.xx.xx)/p/openSUSE-Leap-15.3/x86_64/DVD1/boot/aarch64/l\��� ���inux If we failed to find the kernel file [e.g. file missing/not exist] It reported the below error: ________________________________________________ Loading kernel ... error: ../../grub-core/net/tftp.c:281:File not found. Loading initial ramdisk ... error: ../../grub-core/loader/arm64/efi/linux.c:333:you need to load the kernel first. ...done Press any key to continue..." ________________________________________________ However, it didn't print the full file path information there, only "File not found" error message seen. PS: This is only for this distro/arch combination. ---------------------------------------------- Expected result: Can we do some enhancement here to print the full path of the kernel file if it is not exist? -- You are receiving this mail because: You are on the CC list for the bug.