This article explains how to add EloPOS Ethernet drivers to WinPE image
If you're looking to incorporate EloPOS, EloPOS Pack, and I-Series 2.0 for Windows Ethernet drivers into your current WinPE image, we have instructions that can help you achieve network connectivity for accessing resources such as device imaging services. To obtain the drivers, you have two options: you can download them either from our Elo Downloads portal or directly from Intel's official website. The specific driver you will need is the Intel Ethernet Connection I219LM.
Please keep in mind that it's recommended to keep the drivers loaded into the boot.win file to essentials since adding too many drivers may result in increased boot loading time.
These instructions are applicable to the following boot images used for:
- Oracle Retail Xstore
- NCR Imaging Suite Software
- Microsoft System Center Configuration Manager (SCCM)
Location of driver in the Elo System Driver Pack:
Extract System_Driver_Pack_EloPOS_WLIDS_2.0_E3E5_i3i5_221114.zip, then extract LAN.zip from the list of perpherals folders.
Go to \LAN\23.5\PROWinx64.exe\PRO1000\Winx64\NDIS64\e1d64x64.inf
Instructions
To verify driver with existing PE image
- Add \PROWinx64\PRO1000\Winx64\NDIS64 driver folder to USB
- Boot into PE environment
- cd e:\PROWinx64\PRO1000\Winx64\NDIS64
- drvload e1d64x64.inf
- wpeutil initializeNetwork
- ipconfig /all
To add driver to existing PE image
- Extract WinPEimage.iso to C:\Temp
- Create folder directories C:\Temp\DISM\winpe_mount
- Dism /Mount-Image /ImageFile:"C:\Temp\WinPEimage\sources\boot.wim" /index:1 /MountDir:"C:\Temp\DISM\winpe_mount"
- Dism /Add-Driver /Image:"C:\Temp\DISM\winpe_mount" /Driver:"C:\Temp\PROWinx64\PRO1000\Winx64\NDIS64\e1d64x64.inf"
- Dism /Get-Drivers /Image:"C:\Temp\DISM\winpe_mount"
- Dism /Unmount-Wim /MountDir: C:\Temp\DISM\winpe_mount /commit
If you encounter any difficulties or have further questions, our dedicated support team is available to assist you. Feel free to reach out for any additional assistance you may require.
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article