• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    netbooting winbuilder WINPE 7 ISO

    Scheduled Pinned Locked Moved
    Tutorials
    1
    1
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      JCDinPGH
      last edited by Sebastian Roth

      Hopefully this helps some others. Through a tremendous amount of trial and error, I was able to netboot/IPXE boot an ISO created using winbuilder from theoven.org. You can build a WINPE 7 (or 10) using the plugins and WINBUILDER from THEOVEN.ORG. Tha advantage is that it can include a very large amount of apps like antivirus or several different disk imaging packages. Be sure that you configure the plugins to “RUN from RAM” so that they are included in the BOOT.WIM when building. Also, because the BOOT.WIM can be much larger than normal depending on the drivers and apps included, the system you are netbooting/IPXE booting from will need a large amount of memory. This is my MENU entry for booting an unpacked ISO built using winbuilder.

      kernel http://${fog-ip}/iso/winpe/wimboot
      # next two lines are from the AIK
      initrd http://${fog-ip}/iso/winpe/amd64/boot/bcd BCD
      initrd http://${fog-ip}/iso/winpe/amd64/boot/boot.sdi boot.sdi
      # this is the boot.wim built by Winbuilder (theoven.org) Extract from ISO
      initrd http://${fog-ip}/iso/winpe/boot.wim boot.wim
      # bootmgr.exe comes from the Windows 7 source CD by mounting sources\boot.wim via DISM /Mount-Wim /WimFile:sources\boot.wim /Index:1 /MountDir:e:\mount
      # and copying bootmgr.exe from e:\mount\Windows\Boot\PXE
      initrd http://${fog-ip}/iso/winpe/bootmgr.exe bootmgr.exe
      # imgstat
      # prompt
      boot
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post

      199

      Online

      12.0k

      Users

      17.3k

      Topics

      155.2k

      Posts
      Copyright © 2012-2024 FOG Project