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

    Topics created by gozalitos

    • G

      Solved Failed to deploy image on an unregistered hosts

      FOG Problems
      • • • gozalitos
      3
      0
      Votes
      3
      Posts
      341
      Views

      G

      Hi Sebastian,

      Thank you for your answer.
      Indeed the problem was some definition I set and forgot in the global settings.

      Under “Non-Registered Host Image” I set : /images when I removed it, everything works fine.

      Great product with a great community.
      Thanks again!

    • G

      Solved Bypass host registration and password

      FOG Problems
      • • • gozalitos
      8
      0
      Votes
      8
      Posts
      1.8k
      Views

      D

      thanks @Tom-Elliott

      worked for me in the fog.deployimage option
      like this
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      set username myuser
      set password mypassword
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme

      The Problem with my previous approach was i tried do set this in one line
      like

      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param set username myuser
      param set password mypassword
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme

      make obviously no sense when i look at it now 😉

    • 1 / 1