• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Thewafflication
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Best 1
    • Controversial 0
    • Groups 0

    Thewafflication

    @Thewafflication

    1
    Reputation
    319
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Thewafflication Unfollow Follow

    Best posts made by Thewafflication

    • RE: Imaging with fog from ipxe command line

      @Tom-Elliott @Wayne-Workman I solved my problem with a workaround.
      Using my iPXE cd that doesn’t have param, I booted to the ipxe.pxe provided with fog.
      From there I was able to boot default.ipxe.
      TL;DR
      Boot CD.

      chain tftp://myip/ipxe.pxe
      

      shoots some error.
      I press s to go to command line.

      param
      

      returns nothing.

      chain tftp://myipdefault.ipxe 
      

      Text flies by, and the computer begins to create an image!

      Thanks for the help!

      posted in General Problems
      T
      Thewafflication

    Latest posts made by Thewafflication

    • RE: Imaging with fog from ipxe command line

      @Tom-Elliott @Wayne-Workman I solved my problem with a workaround.
      Using my iPXE cd that doesn’t have param, I booted to the ipxe.pxe provided with fog.
      From there I was able to boot default.ipxe.
      TL;DR
      Boot CD.

      chain tftp://myip/ipxe.pxe
      

      shoots some error.
      I press s to go to command line.

      param
      

      returns nothing.

      chain tftp://myipdefault.ipxe 
      

      Text flies by, and the computer begins to create an image!

      Thanks for the help!

      posted in General Problems
      T
      Thewafflication
    • RE: Imaging with fog from ipxe command line

      I do not have a usb drive to spare.
      I will buy an extra in next couple of days.

      posted in General Problems
      T
      Thewafflication
    • RE: Imaging with fog from ipxe command line

      @Tom-Elliott I am using the one found here:
      http://boot.ipxe.org/ipxe.iso
      I dont have any more cd’s, but I will try to burn yours to a usb stick with rufus.
      Will take some time.

      posted in General Problems
      T
      Thewafflication
    • RE: Imaging with fog from ipxe command line

      @Tom-Elliott of course! (10.51.4.48)

      posted in General Problems
      T
      Thewafflication
    • RE: Imaging with fog from ipxe command line

      @Tom-Elliott I am not super familiar with iPXE or tftp.

      chain tftp://ipoffogserver/default.ipxe
      

      resualts with

      tftp://ipoffogserver/default.ipxe ... ok
      params: command not found
      Could not boot .... (error code)
      

      and

      chain tftp://ipoffogserver/default.ipxe ##paramd
      

      returns

      the same.
      posted in General Problems
      T
      Thewafflication
    • Imaging with fog from ipxe command line

      I am a college student staying in a dorm. I just want to play around with fog. So I installed fog in a fedora 25 virtual machine. I had a few kinks, but no major issues. I do not have access to get a entry made to automatically pxe boot to my server.

      I have a laptop connected to the network as well. I was able to register it. I booted from the iPXE cd command line.

      chain http://serverip/fog/service/ipxe/boot.php
      

      This brings me to the fog menu where I registered it.
      I then went into the management web interface and created an image, assigned it to the host, and scheduled the server to take an image immediately.

      I rebooted the laptop. Again with iPXE to

      chain http://serverip/fog/service/ipxe/boot.php
      

      Which brings me back to the fog boot menu.
      From what I’ve seen online, it should start to image the laptop, but it doesn’t.
      If I go to register host, it says the host is already registered and reboots.
      In the management interface it shows the task as active.

      Any ideas on what to do?
      I am running the latest git version btw.

      posted in General Problems
      T
      Thewafflication