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

    jmcooper

    @jmcooper

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jmcooper Unfollow Follow

    Latest posts made by jmcooper

    • File Not Found Resolution

      This was perhaps a bit of an obscure case, but just in case this helps anyone…

      I had an old thin-client terminal (not sure how old, but probably circa 2005). I was getting so frustrated because I couldn’t get it to successfully PXE network boot. It kept giving the error File not found. I tried many different tftpboot files (ipxe.pxe, undionly.pxe, etc.). It wasn’t until I started live monitoring tftp traffic that I found the problem.

      By running this command in a terminal on the Fog Server: tcpdump port 69, I was able to detect that for some reason the client was requesting a filename that was missing the last character. For example, if my DHCP config was set to request filename ipxe.pxe, the problem client would actually end up requestiong ipxe.px (missing the e on the end). It’s so odd because only one client was doing this and another client was working fine. To get this client to work I had to add an extra character on the end in the DHCP config (for example, ipxe.pxez).

      posted in Hardware Compatibility
      J
      jmcooper
    • Creating an Image for "Other OS"

      I’m not sure if what I’m trying to do is possible. I have a machine running ArcaOS (OS/2). I’d like to create an image from that machine. I’m very new to PXE and image cloning, so excuse my ignorance – I’ve done a lot of searching and learning, but am a bit stuck.

      What I don’t understand is, if I’m just trying to clone a partition (or whole disk), why does FOG need to know the OS of the Image I’m wanting to create? In the Fog UI, I’ve successfully created an image for Operating System Other - (99) (additional image settings shown below), and created a host with that Image selected. And I successfully created a task for to capture an image from that host. When I boot my host to create the image does successfully connect to my Fog server, but I get there error: Invalid operating system id: Other OS (99) (validResizeOS).

      There’s obviously a gap in my knowledge because I don’t know why Fog even cares about what OS is on the disk I’m trying to clone or why I’m getting the error above. Any help would be much appreciated!

      Image Settings:
      Operating System Other - (99)
      Partition: Everything - (1)
      Image Enabled: Checked
      Image Manager: Partclone Zstd

      posted in FOG Problems
      J
      jmcooper