<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Building FOS to include Wi-Fi support?]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">Our newest machines from HP do not have built in Ethernet. However, they do support iPXE over Wi-Fi. I am able to boot to the FOG Menu, up to “Full Host Registration and Inventory”, but then I am not able to continue with registration and imaging. It is my understanding that this process is performed by FOS. I have cloned the Git repo of FOS and I am prepared to build using custom components, but I am unsure what kernel options I need to enable and what packages to include to make this work over Wi-Fi.</p>
<p dir="auto">I am aware of a thread on here from several years ago with these processes detailed, but the attached files are no longer available.</p>
<p dir="auto">Thanks for any insight you can provide.</p>
]]></description><link>http://forums.fogproject.org/topic/17846/building-fos-to-include-wi-fi-support</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 14:57:03 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/17846.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Apr 2025 14:18:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Building FOS to include Wi-Fi support? on Fri, 26 Jun 2026 12:05:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a></p>
<p dir="auto">I’m interested in creating a working WiFi or USB network solution for device registration in FOG.</p>
<p dir="auto">I have approximately 160 laptops to add to FOG that do not have a built-in Ethernet port. I’ve already tried using USB network adapters, but this has introduced extra complexity. In addition, a second laptop I tested is not consistently able to boot from the USB NIC, even though it worked on the first device.</p>
<p dir="auto">To clarify, I am not attempting to image over WiFi. I only need network connectivity in the FOG environment so I can register each device and capture the correct MAC address. I will then image via Clonezilla using a USB-C NVME, which takes under three minutes to image each device</p>
<p dir="auto">If possible, I would appreciate guidance on modifying the kernel so I can include future WiFi drivers.</p>
<p dir="auto">I’ve attached the relevant information I believe you will need.<br />
<img src="/assets/uploads/files/1782474734675-whatsapp-image-2026-06-26-at-12.51.26-resized.jpeg" alt="WhatsApp Image 2026-06-26 at 12.51.26.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>http://forums.fogproject.org/post/158280</link><guid isPermaLink="true">http://forums.fogproject.org/post/158280</guid><dc:creator><![CDATA[tmleafs]]></dc:creator><pubDate>Fri, 26 Jun 2026 12:05:25 GMT</pubDate></item><item><title><![CDATA[Reply to Building FOS to include Wi-Fi support? on Sun, 06 Apr 2025 12:57:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/46041">@lucancurtismahoney</a> First let me start with the yada-yada-yada. Imaging over wifi is not supported by the developers of FOG. Imaging over wifi has its use cases but also is not advised because wifi is a shared resource and your entire wifi network will suffer if you try to image over wifi. You would be better served to get a supported (by the manufacturer) usb ethernet adapter and pxe boot over that.</p>
<p dir="auto">With that said it might be possible to image over wifi if FOS is configured in an (unsupported) way. It will require a custom FOS Linux kernel and some tweaks to the virtual hard drive to add in the needed bits to configure wifi.</p>
<p dir="auto">Below is a FOG USB debug image that contains a modified bzImage and init.xz files. Use rufus to burn to a 1GB usb drive. The image is less than 500MB so don’t waste a large usb on this boot image.</p>
<p dir="auto">Understand this boot image WILL NOT WORK out of the box. We will use this for debugging your network adapter. Many network adapters need specific drivers to work with a linux kernel. We will find out what that firmware is with this debug usb.</p>
<ol>
<li>Use rufus to write the image file to the usb drive.</li>
<li>Edit the grub.cfg file with notepad++ (not windows notepad) its located in the /boot/grub directory. At the top set the IP address of your fog server, and half way down the variable add in your wifi ssid and password. Remove the curly braces.</li>
<li>Save the config file and then take it to your target computer.</li>
<li>USB boot this image file on the target computer. You may see some error messages about networking, but that is expected.</li>
<li>After a few screens you need to clear by pressing the enter key you will be dropped to a linux command prompt.</li>
<li>See if you can see the wifi adapter with this command <code>ip a s</code>  If you see something like wlXXXXX then the driver is loaded and you are done.</li>
<li>If you only see the loop back (lo) adapter then continue.</li>
<li>Key in the following command it will look through the startup messages for anything that mentions firmware. <code>grep -i -e firmw /var/log/messages</code> My bet is there will be a message from the intel wireless (iwlwifixxxxx) saying that it needs a specific firmware to load. Take a clear snapshot of the name of the firmware name with a mobile phone and post it here. I will patch the kernel with the required firmware and upload it with additional instructions.</li>
</ol>
<p dir="auto"><a href="https://drive.google.com/file/d/1psCrPVzBTvlakLkCMvhdoScAEZp1CKE6/view?usp=drive_link" target="_blank" rel="noopener noreferrer nofollow ugc">https://drive.google.com/file/d/1psCrPVzBTvlakLkCMvhdoScAEZp1CKE6/view?usp=drive_link</a></p>
]]></description><link>http://forums.fogproject.org/post/156630</link><guid isPermaLink="true">http://forums.fogproject.org/post/156630</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Sun, 06 Apr 2025 12:57:54 GMT</pubDate></item></channel></rss>