[bug #45794] another EFI PXE boot problem

2015-08-19 Thread Mark Salter
Follow-up Comment #2, bug #45794 (project grub): You're right. Sorry for the noise. I was debugging with a Fedora-patched version of upstream which erroneously adds the exclusive flag in grub_efi_net_config. I completely missed that and blamed the wrong party.

[bug #45204] EFI PXE boot fails for some firmware

2015-06-16 Thread Mark Salter
Follow-up Comment #7, bug #45204 (project grub): Works for me. Thanks! ___ Reply to this item at: http://savannah.gnu.org/bugs/?45204 ___ Message sent via/by Savannah

[bug #45204] EFI PXE boot fails for some firmware

2015-05-28 Thread Mark Salter
Follow-up Comment #5, bug #45204 (project grub): I added code to dump the filter info: +static void dump_snp_filter(grub_efi_simple_network_t *net) +{ + struct grub_efi_simple_network_mode *m = net-mode; + int i; + + grub_dprintf(efi, FilterMask[%x] FilterSetting[%x]

[bug #45204] EFI PXE boot fails for some firmware

2015-05-28 Thread Mark Salter
: Major Priority: 5 - Normal Item Group: Software Error Status: None Privacy: Public Assigned to: None Originator Name: Mark Salter Originator Email: msal...@redhat.com Open/Closed: Open

[bug #45204] EFI PXE boot fails for some firmware

2015-05-28 Thread Mark Salter
Additional Item Attachment, bug #45204 (project grub): File name: efinet-save-and-restore-SNP-rx-filters.patch Size:2 KB ___ Reply to this item at: http://savannah.gnu.org/bugs/?45204 ___

[bug #45204] EFI PXE boot fails for some firmware

2015-05-28 Thread Mark Salter
Follow-up Comment #3, bug #45204 (project grub): I originally did explicitly add UNICAST/BROADCAST rather than previous settings. But I wasn't sure if MULTICAST would be needed since ipv6 was supported on the platform. MULTICAST was allowed for both ipv4 and ipv6, so I ended up saving/restoring

[bug #42996] grub_exit to EFI firmware broken for arm/aarch64

2014-08-15 Thread Mark Salter
Severity: Major Priority: 5 - Normal Item Group: Software Error Status: None Privacy: Public Assigned to: None Originator Name: Mark Salter Originator Email: msal...@redhat.com Open/Closed: Open

[bug #41731] 64bit EFI PXE boot fails with 'error: timeout reading'

2014-04-08 Thread Mark Salter
Follow-up Comment #3, bug #41731 (project grub): This sounds like a problem I recently ran into. Does the attached patch help? (file #31140) ___ Additional Item Attachment: File name: