How to boot with PXE using USB 3.0 to Gigabit Network Adapter
|
2020-04-22, 03:07
Post: #1
|
|||
|
|||
How to boot with PXE using USB 3.0 to Gigabit Network Adapter
Hi,
I would like to share some notes that allow me to use an USB to Network Adapter to boot using PXE. I have a TPLINK UE300 v3 adapter (https://www.tp-link.com/en/home-networki...ory/ue300/) with a RLT8153 chip https://www.realtek.com/en/products/comm...em/rtl8153 I would like to use it to boot PXE on a lenovo laptop without Ethernet port. If you use Debian, make sure that you have build-essential and git. Code: apt install git build-essential Code: git clone https://github.com/ipxe/ipxe Code: cd ipxe/src; make bin/ecm.usb Code: dd if=bin/ecm.usb of=/dev/sdc Now, on your device, plug the usb memory, the network adapter, and make sure that you boot up from the usb memory. it should be enough to boot up using PXE. Other devices that may work with this driver: Dell USB-C Network Adapter 470-ABND Lenovo USB 3.0 Ethernet 4X90E51405 Microsoft 1663 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)