[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2016-07-18 Thread Andrei Borzenkov
Follow-up Comment #17, bug #43396 (project grub): I do not know. Please ask Ubuntu and request to include this fix. Feel free to reopen this bug if you still observe this problem with current git master. ___ Reply to this item at:

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2016-07-18 Thread Robster
Follow-up Comment #16, bug #43396 (project grub): Thanks for getting back to me. I am using GRUB version 2.02~beta2-9 (Ubuntu signed grub) do you know if this fix is implemented in it? The reason why i can't build my own grub binary is because i am working on PXE boot that will be compatible wit

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2016-07-18 Thread Andrei Borzenkov
Follow-up Comment #15, bug #43396 (project grub): As you can see the fix *is* implemented. Make sure to use at least 2.02~beta3. ___ Reply to this item at: __

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2016-07-18 Thread Robster
Follow-up Comment #14, bug #43396 (project grub): anyone willing to give an advice on what to do if i am still having this issue... more info on this issue 1. DHCP and PXE server are NOT on the same subnet 2. Grub time out when it TFTP cause it is trying to TFTP to an invalid server (It tries to

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2016-07-15 Thread Robster
Follow-up Comment #13, bug #43396 (project grub): I am still having the same problem, I am using a DHCP relay. Do you know when this fix will be implemented? Thanks a lot :) ___ Reply to this item at:

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-07-17 Thread Daniel Dehennin
Follow-up Comment #12, bug #43396 (project grub): Sorry for not replying sooner: Yes, I used a DHCP releay which is the client default GATEWAY. I'll give a try to the patch next week. Thanks a lot. ___ Reply to this item at:

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Andrei Borzenkov
Update of bug #43396 (project grub): Status: Need Info => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #11: Fixed in a666c8bd18ae

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Rink Springer
Follow-up Comment #10, bug #43396 (project grub): Patch works correctly; the code comments are spot-on as well. Consider this a +1 for committing it. ___ Reply to this item at: _

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Andrei Borzenkov
Follow-up Comment #9, bug #43396 (project grub): Please test attached patch. I left code ifdef'd out in case we hit regression. (file #34034) ___ Additional Item Attachment: File name: 43396.patchSize:2 KB ___

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Rink Springer
Follow-up Comment #8, bug #43396 (project grub): Andrei, yes 10.13.13.254 is the relay and 10.22.11.1 is the DHCP server itself. I've captured 'dhcp.pcap' on the DHCP server itself, the other capture was made using a host on a mirrored port. The 'rogue address' is indeed the relay, and AFAICT GRU

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Andrei Borzenkov
Follow-up Comment #7, bug #43396 (project grub): @Rink: is 10.13.13.254 address of DHCP relay? Did you capture this on LAN between relay and DHCP server? Unfortunately original trace does not include DHCP replies as well, but it has final ARP for rogue address which is very similar to what you o

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Vladimir Serbinenko
Follow-up Comment #6, bug #43396 (project grub): AFAIR the meaning of field gateway is specifically on how to reach boot server. This is in contrast with the option "default route" which is for communications with other subnets ___ Reply to

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Rink Springer
Follow-up Comment #5, bug #43396 (project grub): @Andrei, the DHCP server is on another subnet. DHCP relaying is provided by a Cisco 2960G, which cannot perform IPv4 routing (nor does it need to, in this case). The DHCP server is isc-dhcpd-server 4.2.4. I've added a capture of what the DHCP serve

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Andrei Borzenkov
Follow-up Comment #4, bug #43396 (project grub): @Rink: Where is your DHCP server? Is it on different subnet? If yes, do you know what is your DHCP relay? Full pcap including DHCP server replies would be extremely useful. ___ Reply to thi

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2015-05-17 Thread Rink Springer
Follow-up Comment #3, bug #43396 (project grub): I'm hitting the exact same issue -and dug a little further: note how the pcap file ends with an ARP query for .254. I expect this to be the gateway IP address (the DHCP reply doesn't seem to be in the packet dump). I've attached my own dump (rnk-du

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2014-11-20 Thread Daniel Dehennin
Additional Item Attachment, bug #43396 (project grub): File name: grub-pxe.pcap Size:49 KB ___ Reply to this item at: ___ Message post

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2014-11-20 Thread Andrei Borzenkov
Update of bug #43396 (project grub): Status:None => Need Info ___ Follow-up Comment #2: Could you attach tcpdump capture? ___ Rep

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2014-10-13 Thread Daniel Dehennin
Follow-up Comment #1, bug #43396 (project grub): Hello, Chainloading iPXE[1] before running grub is working: card ROM -> iPXE -> Grub Regards. [1] http://ipxe.org/howto/chainloading ___ Reply to this item at:

[bug #43396] TFTP boot: error: time out opening '/grub/i386-pc/normal.mod'

2014-10-10 Thread Daniel Dehennin
URL: Summary: TFTP boot: error: time out opening '/grub/i386-pc/normal.mod' Project: GNU GRUB Submitted by: nebuchadnezzar Submitted on: ven. 10 oct. 2014 09:54:05 CEST Category: Netwo