On Tue, Aug 2, 2022, at 7:44 PM, Adam Williamson wrote:
> Hey folks!
>
> As part of testing the switch to using grub2 for BIOS boot of live and
> installer images, I tried writing a recent image to USB with dd and
> booting it in native UEFI mode on my test box. It didn't work.
>
> However, Brian Lane says it's fine for him, and I haven't seen anyone
> else mention this issue. So maybe it's something odd with my test stick
> or system.
>
> Can anyone else try writing a recent Rawhide image - I used Fedora-
> Everything-netinst-x86_64-Rawhide-20220704.n.0.iso at the time, so a
> current equivalent would be
> https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20220802.n.0/compose/Everything/x86_64/iso/Fedora-Everything-netinst-x86_64-Rawhide-20220802.n.0.iso
> - to USB with dd then booting it in native UEFI mode on some system,
> and see if it works? It'd be good to know if there's a general issue or
> I just have some cranky hardware. Thanks!

Run this on the stick that's been dd'd

sudo parted /dev/sdb u s p

Is there a pmbr_boot disk flag? I forget how to remove it using parted, but 
maybe

parted /dev/sdb   disk_set pmbr_boot off

Now see if the stick boots the cranky hardware.



-- 
Chris Murphy
_______________________________________________
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to