• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. KnightRaven
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 68
    • Best 9
    • Controversial 0
    • Groups 0

    Topics created by KnightRaven

    • KnightRavenK

      Configuring dnsmasq with UEFI for PXE.

      General
      • • • KnightRaven
      16
      0
      Votes
      16
      Posts
      5.6k
      Views

      Tom ElliottT

      @KnightRaven What if you uncomment the “dhcp-no-override” and restart?

    • KnightRavenK

      Solved image capture ipxe error input/output 1d0c6139

      FOG Problems
      • • • KnightRaven
      20
      0
      Votes
      20
      Posts
      3.4k
      Views

      KnightRavenK

      @Tom-Elliott
      OK.
      Well, I think I figured it out. I may have missed updating the storage node info. The graphs/pie charts are back working now.

      Setup capture and is working. Ugh. the one thing I didn’t double check after it all. Being that its the only storage node I didn’t think to check it again.

      Thanks for all of y’alls time. sometimes it just needs more eyes and a better understanding of how this works. Y’all have a great day. I need a beverage.

      thanks,
      Jason

    • KnightRavenK

      skip partition size check use partclone -C ?

      FOG Problems
      • • • KnightRaven
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      KnightRavenK

      @Tom-Elliott
      Yeah that makes since. I just rem there being an issue with the resizable option with ntfs at one time. And the fixed size worked better or was more stable. I don’t remember exactly and I’ve slept alot since then. Old habits I suppose.

      Thanks.
      Jason

    • KnightRavenK

      fog pxe/iPxe boot win 7 wimboot CD/DVD missing issue

      Windows Problems
      • • • KnightRaven
      27
      0
      Votes
      27
      Posts
      13.3k
      Views

      Q

      @echo off rem The fileserver IP set FILESERVER=192.168.1.155 rem Share on the fileserver. set SHARE=INSTALLERS\ISOFILES\0-WINPE rem Username for the share set SHAREUSER=root rem Password for the share set SHAREPASS=root rem amd64 or x86 set ARCH=amd64 rem Path to hold working files. Needs about 500MB of free space. set PEPATH="c:\winpe_%ARCH%" rem ########################################################## rem Don't edit anything below here rem ########################################################## echo Creating the PE image call copype.cmd %ARCH% %PEPATH% > NUL echo Mounting the image dism /Mount-Wim /WimFile:%PEPATH%\media\sources\boot.wim /index:1 /MountDir:%PEPATH%\mount /quiet echo Adding commands to the startup script in PE echo. >> %PEPATH%\mount\windows\system32\startnet.cmd echo ping %FILESERVER% >> %PEPATH%\mount\windows\system32\startnet.cmd echo net use z: \\%FILESERVER%\%SHARE% %SHAREPASS% /u:%FILESERVER%\%SHAREUSER% >> %PEPATH%\mount\windows\system32\startnet.cmd echo z: >> %PEPATH%\mount\windows\system32\startnet.cmd echo z:\64.bat >> %PEPATH%\mount\windows\system32\startnet.cmd echo Creating the pxeboot directory mkdir %PEPATH%\pxeboot > NUL mkdir %PEPATH%\pxeboot\Fonts > NUL copy /y %PEPATH%\mount\windows\boot\Fonts\*.* %PEPATH%\pxeboot\Fonts\ > NUL copy /y "%WinPERoot%\%ARCH%\Media\Boot\boot.sdi" %PEPATH%\pxeboot\ > NUL copy /y "%WinPERoot%\%ARCH%\Media\Boot\BCD" %PEPATH%\pxeboot\ > NUL echo Unmounting the image dism /unmount-Wim /MountDir:%PEPATH%\mount /Commit /quiet echo Optimizing the image imagex /EXPORT %PEPATH%\media\sources\boot.wim 1 %PEPATH%\pxeboot\boot.wim > NUL echo. echo All the files you need for your PXE server are in: %PEPATH%\pxeboot\

      I use that batch file to easily create WinPE media for different Windows versions. It does require the imaging tools of the Windows Kits though, but I’m guessing most people will have that installed already.

      You can add and remove certain commands as needed of course, for eg adding drivers using dism and such.

    • KnightRavenK

      pxe/ipxe dnsmasq next-server undionly config tip(s)

      Tutorials
      • • • KnightRaven
      6
      0
      Votes
      6
      Posts
      9.5k
      Views

      Wayne WorkmanW

      @KnightRaven we are an active crowd. 🙂

    • 1 / 1