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

    How to remove login and password in Quick imaging

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    password remove quick imaging urgent
    4
    18
    3.8k
    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.
    • Q
      Quazz Moderator
      last edited by

      @Tom-Elliott said:

      @Robx64 First update to the latest then you will need to edit the quick image menu item from the GUI.

      This is the original information

      login
      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
      

      Make it read as:

      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      
      Robx64R 2 Replies Last reply Reply Quote 0
      • Robx64R
        Robx64 @Quazz
        last edited by

        @Quazz said:

        login
        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

        What I suppose to do with it ?
        Just copy and paste it into the window ?

        1 Reply Last reply Reply Quote 0
        • Robx64R
          Robx64 @Quazz
          last edited by

          @Quazz
          My Version is: 5475
          There is no option to edit, however when I pointing at fog.quickmeny it seems to be a link so I copied it, pasted into the browser and it opens the window but immediately closing it again. I managed to stop it and now I can see it but what I suppooste to change inside the code ?

          ch3iC 1 Reply Last reply Reply Quote 0
          • ch3iC
            ch3i Moderator @Robx64
            last edited by ch3i

            @Robx64 I think it’s a bug. You have the latest version of FOG dev ?

            Edit : no it’s not the latest version lol.
            Please update to latest SVN that problem is solved.

            Robx64R 1 Reply Last reply Reply Quote 0
            • Robx64R
              Robx64 @ch3i
              last edited by

              @Robx64
              I did not said this is the latest version 🙂
              I’ll update it but meantime I found another big problem:
              While I’m tryiung to statr imaging getting error:
              Veryfyinf network interface configuration … Failed
              No network interface found (Dell Precision 390)
              Any suggestions ?

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                What network is in the system?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                Robx64R 1 Reply Last reply Reply Quote 0
                • Robx64R
                  Robx64 @Tom Elliott
                  last edited by

                  @Tom-Elliott
                  What do you mean What network ?
                  Other machines works fine, just this one 😞

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    What network is on the system? What is the manufacture? Is there a network card on the system? Do you have other systems of the same model that aren’t having the same problem?

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    Robx64R 1 Reply Last reply Reply Quote 0
                    • Robx64R
                      Robx64 @Tom Elliott
                      last edited by

                      @Tom-Elliott
                      I already tested multiple network cards on this system and still the
                      same problem

                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott
                        last edited by

                        Can you answer my question?

                        What network card is on that system?

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        Robx64R 1 Reply Last reply Reply Quote 0
                        • Robx64R
                          Robx64 @Tom Elliott
                          last edited by

                          @Tom-Elliott
                          Tested on builtin Intel, external PCI Braodcom, External Intel PCie.
                          Meantime upgraded to the latest (5566) so what i suppose to do now to remove the password and login ?

                          1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            I’m so confused.

                            What?

                            Didn’t you open another thread about this and I gave (I thought) pretty direct information.

                            Yes, you copy the :make it read as: section into the quickimage.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            Robx64R 3 Replies Last reply Reply Quote 0
                            • Robx64R
                              Robx64 @Tom Elliott
                              last edited by

                              @Tom-Elliott
                              Sorry for the mess 🙂
                              Yes I already did this and now I’m waiting to check is it working or not 🙂

                              Regarding the network cards, as I said, tested on many different cards and there is the same problem with the other cards as well.
                              So i tried Dell 390 on old (fog_0.32) and guess what … it takes about 20 sec until it start imaging so … maybe I should change some timings in new fog but which ones ?

                              1 Reply Last reply Reply Quote 0
                              • Robx64R
                                Robx64 @Tom Elliott
                                last edited by Robx64

                                @Tom-Elliott said:

                                What network is on the system? What is the manufacture? Is there a network card on the system? Do you have other systems of the same model that aren’t having the same problem?
                                I just checked it, inside the machine is intel nh82801gr

                                1 Reply Last reply Reply Quote 0
                                • Robx64R
                                  Robx64 @Tom Elliott
                                  last edited by

                                  @Tom-Elliott
                                  Problem sorted, now I don’t have to type in login and password anymore
                                  Thank you guys
                                  🙂

                                  1 Reply Last reply Reply Quote 0
                                  • Tom ElliottT
                                    Tom Elliott
                                    last edited by

                                    Now can you create a thread about the NIC problems?

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                    Robx64R 1 Reply Last reply Reply Quote 0
                                    • Robx64R
                                      Robx64 @Tom Elliott
                                      last edited by

                                      @Tom-Elliott
                                      Apparently this problem is solved as well, right after I upgraded FOG to the most current version it seems to work so If I spot any problems I’ll do 😉
                                      Thank you Tom for your help.

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

                                      149

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project