HP 4530s - PXE-E3B
-
Hello -
I’m currently trying to image a HP ProBook 3530s with the most recent kernel and FOG 1.1.0 – I’m not sure if it worked with 1.0.1 but did with 0.33b.
I’m getting a E3B TFTP error when it’s trying to find the file, but a ProBook 4540s works. I’m currently running on a 12.02 environment, fresh install.
-
What, if any, “undionly/ipxe” files have you tried in place of the default undionly.kpxe?
-
I haven’t tried any – using the newer version of FOG has thrown me off a bit. I’ve tried to search around a bit but couldn’t find anything really similar to my problem. You’re suggesting to change the pxe file?
066 is set to 10.5.1.20
067 is set to undionly.kpxe -
Anything worth noting I could try? Worse case I can revert to an older version – unfortunately our district has hundreds of these HPs.
-
One method that might work for your scenario is following one of the WIKI articles and seeing if it helps you out:
[url]http://www.fogproject.org/wiki/index.php/Building_undionly.kpxe[/url]
OR
[url]http://www.fogproject.org/wiki/index.php/Chainloading_PXE_to_iPXE_using_pxelinux.0[/url]
Preferably try the First link and see if that helps, if it doesn’t try the second.
-
I went through and tried both of these, neither of them ended up working. The only way I could get it past the
“PXE-T01: No such file
PXE-E3B: TFTP Error - File Not Found”Was to use the Clonezilla live boot CD – but even then that was hit and miss on certain devices. For example, it would work on a HP 4540s but not a 4530s; see attached. It’s pointing to pxelinux.0 in the screenshot for some reason, but it works on other devices and pulls undionly.kpxe.
Currently using:
Unofficial Published Kernels
Kernel - 3.14.5 TomElliottCore
Date : June 5, 2014
Version: 3.14.5
FOG Type: TomElliottCore
Arch Type: (x86_64)[url=“/_imported_xf_attachments/0/947_photo.JPG?:”]photo.JPG[/url]
-
Do you have multiple TFTP server’s on the same subnet handing out files? It sounds to me like this is the case. That or the firmware for the PXEBoot on those systems is programmed to seek out pxelinux.0 specifically, one way to test that theory would be to create a link to the undionly.kpxe as pxelinux.0
[code]sudo ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0[/code] -
[quote=“Tom Elliott, post: 29658, member: 7271”]Do you have multiple TFTP server’s on the same subnet handing out files? It sounds to me like this is the case. That or the firmware for the PXEBoot on those systems is programmed to seek out pxelinux.0 specifically, one way to test that theory would be to create a link to the undionly.kpxe as pxelinux.0
[code]sudo ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0[/code][/quote]Strangely enough, no. This is an entire new network structure and this is the only TFTP server on the entire network. With that said, this change did work, perhaps this was a very old model. Question though, we have over 120 HP ProBook 4530s - is there a way to add the driver to the kernel to actually get it working? Using a flash drive is fine, but if there’s a better/easier way to make it work, please let me know.
Thanks Tom - Love FOG and the entire project.
-
With the link in place, can you try net booting the systems? It’s most likely attempting to look specifically for the pxelinux.0 which now exists.
Unfortunately, if this doesn’t fix it, there’s nothing I can really do. Your issues are occurring before the system even boot’s to the kernel.
-
I guess my main question to you then would be (disregarding the previous picture) – why would it boot off a flash drive with a Clonezilla to ipxe verse through a network boot? Would this be caused by the wireless interface taking place of net0 instead of net1, thus not allowing the ethernet to actually be bootable? See attached screenshot -
HP ProBook 4530s:
-
My hunch was correct… on these 4530s it appears net0 is the wireless --I know this only because
- the MAC address 2) wireless subnet is 10.145.x.x
Oddly enough, this only works when using the Clonezilla live USB. Is there a way to modify something in FOG for these devices specifically to select net1 as the default so it can boot [I]without[/I] having to use the USB?
[url=“/_imported_xf_attachments/0/956_photo 1.JPG?:”]photo 1.JPG[/url]
-
will they boot to the network if you disable the wireless in bios?
-
[quote=“Junkhacker, post: 29715, member: 21583”]will they boot to the network if you disable the wireless in bios?[/quote]
That does not unfortunately, without the Clonezilla USB it goes back to the original PXE-E3B error.
-
For what it’s worth - now my problem is very weird. If I register them for the first time, booting from the live USB, it will work every time after that. It is not detected the first boot into the FOG menu, though.
-
RLane,
Can you try the svn of FOG? I added a couple more "param"s that I’d like to test your scenario with.
-
Absolutely, I went ahead and installed the newest SVN. Let me know what you would like me to further troubleshoot.
-
Just try booting your 4530’s without workaround please?
I added multi mac’s to be sent, hopefully they will send and find the host in either direction.
-
Without any workarounds, I still get the same PXE-E3B error claiming that there is no TFTP file found.
[url=“/_imported_xf_attachments/0/984_photo.JPG?:”]photo.JPG[/url]
-
Keep this change in place:
sudo ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0 -
Returned the same error. I’ve compared the bios revisions to the working 4540s model and everything is similar.