Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. dangbird
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 3
    • Groups 0

    Topics created by dangbird

    • D

      Custom PXE Menu Entry
      Support • • dangbird

      5
      1
      Votes
      5
      Posts
      512
      Views

      T

      Theopenem doesn't expose files directly. It needs to go through an api, meaning you can't just put a file on there and access it through a url.

      An example for wimboot would be
      http://192.168.56.1:8088/clientimaging/IpxeBoot?filename=wimboot&type=bootimage

      This would require the wimboot file to go in the pxeboot images folder.

      A better way would be just to start up another web server that can serve the files directly. You could just use another port if you want to stay on theopenem server. Then theopenem would only handle transferring the initial pxe file over tftp, the rest would be up to you.

    • D

      NBP File Downloaded Successfully PXE
      Support • • dangbird

      2
      0
      Votes
      2
      Posts
      1945
      Views

      D

      Answering my own question here in case someone needs.
      Admin Settings->Kernel Downloads
      Click Download Kernel of latest version (5.11.10) in my case.
      The AWESOME TheOpenEm will automagically Install the kernel.
      Click Admin Settings->PXE Boot Menu
      Ensure ipxe_efi is selected for both on EFI
      Click Global Boot Menu
      Set the New Kernel to each of the Bios, EFI64
      Actions->Create Boot Files
      System will take you to PXE Settings to update those.
      Actions->Update
      Should boot right in.