UEFI-PXE-Boot (Asus t100 Tablet)
-
@Scott-Adams yessir
-
@K.Hays Ok. Let’s try this. Remove the “has_usb_nic=1” from FOG_KERNEL_ARGS.
Next, manually create a host from the Web UI with the MAC address of the USB nic you are using (the one that you found should work).
On that host, change your Host Kernel to bzImage32 (as I believe the T100 is a 32bit device). Then, enter “has_usb_nic=1” (minus the quotes) for Host Kernel Arguments.
-
@K.Hays Can we have a photo of what you’re seeing?
-
@Scott-Adams same thing happened.
-
-
@K.Hays Anything happening before that?
-
-
@K.Hays Can you try to change the firmware mode? If it’s in BIOS, put it in UEFI, if it’s in UEFI, try BIOS. Also can you check for firmware updates?
What do the other adapters do?
-
@Wayne-Workman the two adapters do that, and the other one isn’t recognized as a boot option. It’s only capable of uefi also.
-
@K.Hays Firmware update.
-
@Wayne-Workman I can attempt to update the firmware, but I feel like that probably isn’t the issue. We have an HP laptop that we put into UEFI mode to help us troubleshoot and it is doing the same thing as the tablets, and it’s not using a USB adapter.
-
and you’ve been able to use fog with non-uefi systems prior to these tests with uefi, right?
-
@K.Hays Well, the problem you’re describing isn’t a fog problem. It’s a firmware or adapter or network issue. You’re not even getting to the point of communicating with the fog server at all.
-
@K.Hays said in UEFI-PXE-Boot (Asus t100 Tablet):
all other computers work just fine to image.
-
@Wayne-Workman I am currently updating the firmware. If it is a network issue as you’re thinking, could it be caused by the fact that we’re running a Sever 2008 DHCP?
-
@Wayne-Workman Firmware update was ineffective.
-
@K.Hays well, i know that you can get BIOS and UEFI to coexist and work with Windows 2012 server or a linux DHCP, but you should be able to get BIOS or UEFI (but not both at the same time) to work on Windows 2008 server as DHCP. I’d like to see the exact configuration you have the server set to, is it anything but options 66/67?
-
@Junkhacker What exactly do you mean by that?
-
@K.Hays He’s talking about your dhcp server’s scope options. Option 066 should already be correct as you said fog works for other computers. Option 067 needs set to
ipxe.efi
for this device only, or tosnponly.efi
@Scott-Adams hit on this point earlier.It might be worthwhile to run wireshark on the DHCP server to see if it’s even getting a request for DHCP from the device. Also, what are you connecting to as far as the network goes? We know you’re using the adapter, but can you put a dumb-switch (aka a mini-switch) between the adapter and the rest of the network and see what that does?
-
@K-Hays said:
>>Start PXE over IPv4
This is way before any kernel options and even before iPXE binaries are being loaded. To me it seems like it does not get an IP via DHCP. Wonder if it does send a DHCP discovery request at all?!
The only thing that can help is wireshark/tcpdump I suppose. Are you aware on how to use those tools? Please take a packet dump and upload here to the forum.