xbgmsharp / ipxe-buildweb

iPXE Prebuilt binary web interface
GNU General Public License v3.0
156 stars 61 forks source link

Advanced .rom download doesn't recognize Marvell 88E8056 vendor/device #33

Closed klui2k1 closed 8 years ago

klui2k1 commented 8 years ago

I needed to get an iPXE flashable ROM through the Advanced radio button but the website does not recognize vendor 11AB, device 4364 when I click on "Proceed >>." The error "Invalid or Unsupported pci_vendor_code or pci_device_code" is displayed. If I click "Save buildcfg" and click on the URL, the site builds and allows me to download the ROM file. https://www.rom-o-matic.eu/build.fcgi?BINARY=11ab4364.rom&BINDIR=bin&REVISION=master&DEBUG=&EMBED.00script.ipxe=&

Earlier I downloaded all the drivers in a bootable ISO file and it works for the NIC in question, so the vendor/device combination should work.

xbgmsharp commented 8 years ago

Should be fix by pull request #32.

klui2k1 commented 8 years ago

It works now. Thank you.