Re: [PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-13 Thread Thomas Schmitt via Grub-devel
Hi, Mingcong Bai wrote: > I was testing for loongarch64-efi. As noted in the commit message, I > found that Loongson's firmware incapable of handling non-upper-case EFI > boot paths If no test reports emerge about other platforms, then i would consider to reduce the patch to what was tested and i

Re: [PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-13 Thread Thomas Schmitt via Grub-devel
Hi, Mingcong Bai wrote: > Thanks for your review. I will now submit v2. Well, it's not actually a review but rather pointing out a problem which would probably cause a failure of the xorriso run, when the option -hfs-bless-by i /System/Library/CoreServices/boot.efi does not find "boot.efi" beca

Re: [PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-13 Thread jeffbai
Hi Thomas, 在 2024-06-13 16:30,Thomas Schmitt via Grub-devel 写道: Hi, Mingcong Bai wrote: Thanks for your review. I will now submit v2. Well, it's not actually a review but rather pointing out a problem which would probably cause a failure of the xorriso run, when the option -hfs-bless-by

Re: [PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-13 Thread Mingcong Bai
在 2024-06-12 02:35,Thomas Schmitt via Grub-devel 写道: Hi, Mingcong Bai wrote: While FAT < 32 filesystems are not case sensitive (which grub-mkrescue creates as a FAT12 image via mformat with a size of 2.88MiB), it seems that some of Loongson's LoongArch-based firmware (namely those found on the

Re: [PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images

2024-06-11 Thread Thomas Schmitt via Grub-devel
Hi, Mingcong Bai wrote: > While FAT < 32 filesystems are not case sensitive (which grub-mkrescue > creates > as a FAT12 image via mformat with a size of 2.88MiB), it seems that > some of Loongson's LoongArch-based firmware (namely those found on their > latest XA61200 boards) seems to treat this f