iPXE discussion forum

Full Version: Wlan boot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i am trying to network boot over WLAN with an IntelĀ® Wireless-AC 9560 adapter.
It is loading my ipxe.efi from server, initialising devices is OK. But it comes not further on "Waiting for link-up on net0......... Unknown (http:\\ipxe.org/1a086194).

Is this related due to missing card compability in ipxe for this WLANadpater ( is is a realy new model ) ?


My ipxe.efi is build with Embed script as follows :
#!ipxe
dhcp
set net0/ssid Networkname
set net0/key Networkpassword
chain http://Servername/efiboot.ipxe


Regards
Sascha
I assume that it is dhcp that fails,..
you of-course must set ssid and key first before running dhcp
also remember that only wep encryption is supported
Reference URL's