@JJ-Fullmer it’s a dell usb-c ethernet adapter.
I don’t understand what is wrong. I’ve ever managed to wake up the laptop but it don’t work at all time.
I thought it came from the New fog but i was wrong. I’ve tested with old one, doesn’t work.
As i’m using VM for fog, i’m able to switch between the two version using Snapshot.
Even with old fog, it doesn’t start. Very strange.
Another laptop with builtin ethernet port is working fine.
The specs of the usb-c ethernet adapter is quite clear, it supports wake on lan https://www.dell.com/fr-fr/shop/adaptateur-dell-usb-c-vers-ethernet-25-gbit-s/apd/470-bcfv/wi-fi-et-gestion-de-réseau
Posts made by pbriec
-
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
-
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
Ok, i’ve updated the init.xz and init_32.xz files. I confirm that i do not have to set the kernel args now.
I’ve registered the laptop from scratch and now it’s the correct mac address.I’ve noticed some bad things with this new FOG.
An old laptop can be woken up and FOG create a task that is not automatically deleted after.
This new laptop with USB adapter cannot be woken up and the task is remaining in the actives tasks.I’ve never managed to wake up this new laptop
In the new Fog, i have the following error: “DataTables warning: table id=host-snapin-history-table - Ajax error. For more information about this error, please see https://datatables.net/tn/7”
So it doesn’t start the PC, and if i wake up it manually, it will boot to fog trying to do something that failed.
refind also doesn’t boot correctly the PC.So the new fog is fine about the mac address problem but the fonctionnalities are strange
Have you noticed that?Pierre
-
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
Hi @Tom-Elliott,
So i’ve tested and it seems to work.
Now, i’ve the same MAC address both in compatibiliy mode and after dhcp process.
I’ve read again my notes and i can’t manager to wake up with WOL.
I don’t know what is wrong.
I will contact Dell tomorrow. I remember it was working before.
I’ve tested another laptop with ethernet, and it’s working fine.
The WOL processus could be unmanaged with usb ethernet adapter?thanks
Pierre -
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
i’ve downloaded and installed the last kernel 6.1.63 (both x64 & x86).
I still get the mac’s dongle address in the compatibility menu. In debug menu, all is fine. -
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
how to check that?
I’ve seen that in FOG Configuration: bzImage and bzImage32
I’ve never updated kernel in FOG -
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
yes, in FOG Configuration > FOG Settings > General Settings > KERNEL ARGS
domacset=1I hope it’s in the right place.
Pierre -
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
Hi, sorry for the late answer, i’m not everyday in that office, and i can’t make tests at any time.
Ok, so i’ve downloaded and installed the init.xz provided in the other thread.
Now, if i set the PC in debug mode, and run the two command lines.
The laptop is now recognized with 28:xxxxxxxx mac address.
But if i run the compatibility mode in FOG menu, MAC address is 0C:xxxxxxxxx
So i’ve deleted the PC in fog UI, and try a full inventory. The mac address is 0C:xxxxxxxx
So it still doesn’t work -
RE: Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
Hi @Tom-Elliott
i’ve run the debug mode and tried the two command lines
The result is the same: mac 0C:xxxxxxxxanyway, dhcp and tftp before fog menu is using 28:xxxxxxxx mac address
-
Dell Latitude 3340 with USB-C Ethernet Adapter - bad mac address registered
Hi,
i have a question related to FOG and USB-C Ethernet Adapter.
The USB-C Ethernet Adapter has his own MAC Address (0C:xxxxxxxxx)
The Laptop Dell Latitude 3340 (without built-in ethernet port) has all options related to WOL and PXE in the BIOS. The MAC Address passthrough is also configured.
In Windows, with command line “ipconfig /all”, i can see the MAC Address from the PC with passthrough (28:xxxxxxxx)If i boot to NIC USB, i can see the DHCP check the mac address (28:xxxxxxxxx). FOG doesn’t recognize the PC so i’m starting the full inventory.
When, i check back the inventory in FOG, i can see FOG has registered the PC with the USB-C adapter Mac address (0C:xxxxxxxxx)
If i manually change the mac address in FOG UI then it is recognized by FOG and i can WOL it. I have to check if i can boot it to PXE from WOL.
How FOG can register the good mac address (28:xxxxxxxx) and not the bad one (0C:xxxxxxx)All the 30 laptops will be in charging cart with ethernet connections. So i want to use ethernet WOL to PXE to deploy images to PCs.
thanks for your answer. I’ve search in the forums but i didn’t find the same case.
Pierre -
RE: Problems with Optiplex 5260 in an advanced PXE environment
good job! you are the best.
it seems to work with my VM. I will try with the Opliplex 5260 very soon. I’m not on the same working place today.
thanks
Pierre -
RE: Problems with Optiplex 5260 in an advanced PXE environment
@george1421
only that#!ipxe chain tftp://172.16.4.8/default.ipxe
-
RE: Problems with Optiplex 5260 in an advanced PXE environment
Hi @george1421, thanks for taking time to solve this problem
here is my lan where x=0 for site1 and x=4 for site2. They have both the same configuration.
my DHCP/DNS server are 172.16.x.3
my FileServer/TFTPBOOT are 172.16.x.5
my FOG Server are 172.16.x.8:call_fog set next-server 172.16.4.8 iseq ${platform} efi && set filename ipxe.efi || set filename undionly.kpxe chain tftp://${next-server}/${filename}
here is the output from my vm when i hit the new item call_fog
thanks
Pierre -
RE: Problems with Optiplex 5260 in an advanced PXE environment
Ok, i’ve made some changes on my systems
As i’ve already a pxe server on my enterprise, i’ve tried to swap the PXE server in the configuration so now, the FOG pxe server is the main pxe server. I’ve made changes on the dhcp server.
I’ve deleted the host with FOG gui and now, i can access the full inventory.How can i use 2 pxe server by using pxe chainloading?
BOOT --> 1st PXE server --> chainloading to FOG iPXE server
What is the best practices?
here is what i have on the pxe menu config:fogpxe dhcp cpuid --ext 29 && set arch x86_64 || set arch i386 params param mac0 ${net0/mac} param arch ${arch} param platform ${platform} param product ${product} param manufacturer ${product} param ipxever ${version} param filename ${filename} isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme :bootme #chain http://172.16.6.157/fog/service/ipxe/boot.php?mac=${net0/mac} chain http://172.16.0.8/fog/service/ipxe/boot.php?mac=${net0/mac}
in fact, all was commented except last line.
If the lines are uncommented, it does’nt boot to FOG from my iPXE serverI’m using the other pxe server for other purposes than FOG
Can you help me? -
RE: Problems with Optiplex 5260 in an advanced PXE environment
I’ve updated the bios firmware, nothing change.
I’ve tried your FOS and it is starting so the problem come from ipxe
Pierre
-
RE: Problems with Optiplex 5260 in an advanced PXE environment
I’ve run again the installer. It is the same
in fact, i’m new in the FOG world. I’ve tested the pxe with another PC and i can access the Full Inventory. With VMs, it also works. Now i have to deploy 50Pcs with Optiplex 5260 configuration :-(. I hope i will not have to deploy by hands
I don’t have to make videos as here is the output (no bootloop)
Kernel.SR.SKIP_PCI.4.8.11.64... ok init.xz... ok done exit_boot..._
thanks
Pierre -
RE: Problems with Optiplex 5260 in an advanced PXE environment
Hi @george1421
thanks for you answer.
I’ve tried to change the kernel by the FOG Configuration page. I also try by hand, but it’s the same.
As soon as the kernel and inits are sent, it returns to the FOG pxe menu. It’s very fast.What do you mean by latest firmware, the latest BIOS of the PC?
Of course, i’ve disabled the Secure boot.So i will try tomorrow the kernel 4.15.2, it should work?
thanks
Pierre -
Problems with Optiplex 5260 in an advanced PXE environment
Hi,
i’m trying to use FOG (1.5.4) with several Dell Optiplex 5260.
I can access the FOG pxe boot menu.
If i’m trying to set “Perform Full Host registration and inventory” or “Quick Registration” or anything else, i can only see
bzImage32.xz ok
init_32.xz ok
and bootloop on the FOG pxe menu.
I’ve tried several kernel, but it doesn’t change anything.
How can i solve this problem or debug it.thanks
Pierre