Skip to content

Instantly share code, notes, and snippets.

View lideming's full-sized avatar
💭
I may be slow to respond.

lideming lideming

💭
I may be slow to respond.
View GitHub Profile
@rikka0w0
rikka0w0 / pxe_win10_winpe.md
Last active May 5, 2024 23:31
Boot Windows 10 and WinPE from PXE (IPXE)

Pre-requests:

  1. TFTP server
  2. IPXE Make sure ipxe.lkrn is in the TFTP root.
  3. iSCSI target (Server) Assume we have an iSCSI target "1:net.cszombie.au:windows" that is ready to be connected. 1 is LUN id, "net.cszombie.au:windows" is the target name.
  4. HTTP server (To speed up loading boot.wim, http is faster than tftp, http is supported by IPXE, however this is optional)

1. Download wimboot to the root of the TFTP server

2. Create scripts: