iPXE discussion forum

Full Version: Problems with ipxe and pxe-/syslinux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I like to boot my old Asus Laptop via ipxe. When I directly load the ipxe file via my dhcp Server all works fine. I have created the ipxe file via "make bin/undionly.kpxe".
Following vendor show up 9508:0070

Now I like to boot pxelinux first and than load my custom ipxe lkrn-file.
My pxelinux entry is this:
label ipxe
menu label ^Load iPXE
kernel pxe/undionly.lkrn

The ipxe-file is created via "make bin/undionly.lkrn".
I can load it and ipxe starts but no network card will detect! In a Virtualbox all works fine.
(2015-06-14 15:29)zeox Wrote: [ -> ]Hello,
I like to boot my old Asus Laptop via ipxe. When I directly load the ipxe file via my dhcp Server all works fine. I have created the ipxe file via "make bin/undionly.kpxe".
Following vendor show up 9508:0070

Now I like to boot pxelinux first and than load my custom ipxe lkrn-file.
My pxelinux entry is this:
label ipxe
menu label ^Load iPXE
kernel pxe/undionly.lkrn

The ipxe-file is created via "make bin/undionly.lkrn".
I can load it and ipxe starts but no network card will detect! In a Virtualbox all works fine.

Don't know if keeppxe is still a thing in pxelinux, otherwise you could try to build ipxe.lkrn (it has native drivers instead of using the UNDI PXE stack from the original rom)

Are you sure your nic have pciid 9508:0070 ? 9508 does not exist in the lspci database: http://pci-ids.ucw.cz/read/PC?restrict=9
Reference URL's