FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Solved Default Menu entry settings for fog.deployimage and fog.multijoin

    FOG Problems
    2
    4
    1053
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      forte647 last edited by

      Hello, everyone. A while ago I hardcoded a user/pass into Fog Trunk’s boot menu entries to remove a bit of user interaction to speed things up for my purposes. I updated to the latest (as of a few days ago haha) version from the git, and now I think some of my modifications are preventing me from accessing the deploy image feature.

      So could someone send me the default config files for fog.deployimage and fog.multijoin as of 1.3.0-RC-4? Thanks, gang. 🙂

      1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator last edited by

        What error are you getting?

        set username foglogin
        set password foglogin
        params
        param mac0 ${net0/mac}
        param arch ${arch}
        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
        

        Try using that, changing the set username and set password parts to your own webgui login info

        1 Reply Last reply Reply Quote 3
        • Q
          Quazz Moderator @forte647 last edited by

          @forte647 I believe the method you were using hasn’t been valid for some time now, this one should always work though.

          1 Reply Last reply Reply Quote 0
          • F
            forte647 last edited by

            Perfect, thanks. I wasn’t getting an error. It just kept kicking back to the first menu. If it did throw an error, it appears and disappears too quickly for me to read it or capture it.

            But thanks, man. I had some funky stuff set from before maybe.

            Q 1 Reply Last reply Reply Quote 0
            • Q
              Quazz Moderator last edited by

              What error are you getting?

              set username foglogin
              set password foglogin
              params
              param mac0 ${net0/mac}
              param arch ${arch}
              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
              

              Try using that, changing the set username and set password parts to your own webgui login info

              1 Reply Last reply Reply Quote 3
              • 1 / 1
              • First post
                Last post

              245
              Online

              10.2k
              Users

              16.3k
              Topics

              149.9k
              Posts

              Copyright © 2012-2020 FOG Project