[bug #42631] 64bit EFI net_bootp fails to configure network

2014-06-28 Thread Curtis Larsen
Follow-up Comment #2, bug #42631 (project grub): Attached is the git-diff output for 3 changes to make GRUB Netboot EFI correctly and automatically configure the network. Be sure that your ISC DHCP server has the "dynamic-bootp" option for the "range" directive affecting your systems that use thi

[bug #42631] 64bit EFI net_bootp fails to configure network

2014-06-28 Thread Curtis Larsen
Follow-up Comment #1, bug #42631 (project grub): Updated information: In grub-core/net/bootp.c:grub_cmd_bootp() I believe that choice to return if one of the network cards has an error could be improved by skipping that card, but continue to attempt to use the other card(s). But that is not my c

[bug #42632] ZFS pool not detected when multiple pools exist

2014-06-28 Thread Tim Chase
Follow-up Comment #3, bug #42632 (project grub): For some reason, the output from the fixed version was dropped in the last comment. Here it is: grub rescue> search.fs_uuid 309552130814F499 hd2,gpt2 hd3,gpt2 hd4,gpt2 grub rescue> grub rescue> search.fs_uuid 9CF96F0E0B19F229 hd5,gpt2 __

[bug #42632] ZFS pool not detected when multiple pools exist

2014-06-28 Thread Tim Chase
Follow-up Comment #2, bug #42632 (project grub): I've done some more experimentation and believe my fix is correct. Some pool combinations will "work" because the extra vdevs being included in the pool don't harm anything so long as the correct vdev is referenced when a file is accessed. Here's