[bug #43062] boot-directory not in core.img

2014-11-19 Thread Jay Michael
Follow-up Comment #3, bug #43062 (project grub): What was supposed to change? I've lost track of where I was and what I was doing. I believe I reported the "bug" while trying to get a handle on doing a BIOS boot from and external drive that uses 4k sectors. Since then, I have managed

[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2014-11-19 Thread Rob
Follow-up Comment #2, bug #43633 (project grub): Uploaded a new patch. Changes to bootp.c have been simplified and net_get_dhcp_option documentation has been updated. (file #32481) ___ Additional Item Attachment: File name: add-ip-type-to

[bug #43632] GRUB crashes on the Raspberry Pi

2014-11-19 Thread David Kozub
Follow-up Comment #2, bug #43632 (project grub): Hi. I tested the patch but it results in a hang. I adapted your version so that it works again. And I have added some perhaps superflous comments, so feel free to edit it. There could be more variations on the theme, like using r8 for the address

[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2014-11-19 Thread Andrei Borzenkov
Follow-up Comment #1, bug #43633 (project grub): You do not really need endian conversion. Just print each byte directly. grub_printf("%d.%d.%d.%d", ptr[0], ptr[1], ptr[2], ptr[3]) Please update documentation too. ___ Reply to this item a