bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #24661] [patch] PXE module does not work with TFTP correctly


From: Alex Smith
Subject: [bug #24661] [patch] PXE module does not work with TFTP correctly
Date: Mon, 27 Oct 2008 16:57:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2

URL:
  <http://savannah.gnu.org/bugs/?24661>

                 Summary: [patch] PXE module does not work with TFTP
correctly
                 Project: GNU GRUB
            Submitted by: alexextreme
            Submitted on: Mon 27 Oct 2008 04:57:35 PM GMT
                Category: Network
                Severity: Major
                Priority: 5 - Normal
              Item Group: Software Error
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: svn-r1886
         Reproducibility: Every Time
         Planned Release: 

    _______________________________________________________

Details:

The PXE TFTP API only allows one open connection at any one time. The PXE
module in GRUB2 has code to handle this in some places, but in other places
(grub_pxefs_open and grub_pxefs_close) it is not handled, causing errors. For
example, when I try to insert the multiboot module from PXE, that wants to
insert the _multiboot module, resulting in the PXE call failing because 2
connections are being made.

I've attached a patch which handles this properly in grub_pxefs_open() and
grub_pxefs_close(). With these changes made I can successfully load GRUB2 from
PXE, and boot a kernel.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 27 Oct 2008 04:57:35 PM GMT  Name: pxe-fixup.diff  Size: 1kB   By:
alexextreme
PXE fix patch
<http://savannah.gnu.org/bugs/download.php?file_id=16740>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24661>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]