Re: Fedora Live images and old hardware

2023-03-11 Thread Vitaly Zaitsev via devel
On 11/03/2023 18:36, Adam Williamson wrote: It's not really as simple as "old hardware", it's just some specific firmwares. It's already documented: https://discussion.fedoraproject.org/t/f37-install-media-dont-boot-in-uefi-mode-on-certain-motherboards/71376 A problem was identified and fixed

Re: Fedora Live images and old hardware

2023-03-11 Thread Adam Williamson
On Sat, 2023-03-11 at 14:18 +0100, Vitaly Zaitsev via devel wrote: > Hello all. > > Modern Fedora ISOs, including Fedora 38 Beta, have the following error > on legacy hardware (tested on Haswell) when booted in UEFI mode: > > Invalid image > Failed to read header: Unsupported > Failed to load im

Re: Fedora Live images and old hardware

2023-03-11 Thread Vitaly Zaitsev via devel
RHBZ ticket: https://bugzilla.redhat.com/show_bug.cgi?id=2113005 Workaround (UEFI Secure Boot won't work): sudo mkdir /run/media/flash sudo mount -t auto /dev/sdX2 /run/media/flash sudo rm -f /run/media/flash/{BOOTIA32,BOOTX64}.EFI sudo mv /run/media/flash/grubia32.efi /run/media/flash/BOOTIA32.

Fedora Live images and old hardware

2023-03-11 Thread Vitaly Zaitsev via devel
Hello all. Modern Fedora ISOs, including Fedora 38 Beta, have the following error on legacy hardware (tested on Haswell) when booted in UEFI mode: Invalid image Failed to read header: Unsupported Failed to load image: Unsupported start_image() returned Unsupported A lot of users have this pro