[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Grub2 EFI PXE getting "error: timeout reading" when it attempts to l
From: |
Rivard, Matthew T |
Subject: |
RE: Grub2 EFI PXE getting "error: timeout reading" when it attempts to load kernel files from tftp server |
Date: |
Wed, 16 Sep 2015 16:51:18 +0000 |
Thanks, didn't get a chance to update yesterday, but the patch for the endian
issue in tftp.c has resolved the timeout problem I was experiencing :). I'll
pull and recompile again if it crops up with other systems.
-----Original Message-----
From: Andrei Borzenkov [mailto:address@hidden
Sent: Tuesday, September 15, 2015 8:27 PM
To: Rivard, Matthew T; address@hidden
Subject: Re: Grub2 EFI PXE getting "error: timeout reading" when it attempts to
load kernel files from tftp server
16.09.2015 01:01, Rivard, Matthew T пишет:
> Using Grub2 with x86_64-efi built grub.efi, when I select a menu option (or
> even execute the linux (tftp)/Linux/vmlinuz command manually) it will locate
> the file and then timeout reading the file.
>
> I've tried a variety of methods, including set root=(tftp,10.0.0.3) first,
> and then executing linux Linux/vmlinuz, but I get the exact same behavior.
>
> The in.tftp server log shows the request for the file and if I manually tftp
> to the server and do a get, it has no problem getting the file.
>
> Any advice on what might be the hiccup would be greatly appreciated.
>
Please test current GIT. There were several changes to EFI net driver in
attempt to fix similar issue.