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

    Latitude E7440 issue on image

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    6
    28
    12.1k
    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.
    • R
      raymondub
      last edited by

      thank you!
      i search the command to backup the actual kernel and i found this
      [CODE]sudo cp /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.backup
      sudo mv [downloaded kernel] /tftpboot/fog/kernel/bzImage[/CODE]
      but i think that I m another version. In 1.2.0 svn3118, i dont see those files… So i m a little confused and am not sure which files i should backup…

      1 Reply Last reply Reply Quote 0
      • R
        raymondub
        last edited by

        And which version do you recommend ? 3.19.1, 3.19.0 or 3.18.x

        1 Reply Last reply Reply Quote 0
        • JunkhackerJ
          Junkhacker Developer
          last edited by

          kernel’s are downloaded by http in fog 1.0+ systems. they are located in <web-root>/fog/service/ipxe
          <web-root> on ubuntu systems, for example, is /var/www

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

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

            We’re up to 3.19.2, so maybe that one?

            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

            1 Reply Last reply Reply Quote 0
            • R
              raymondub
              last edited by

              ok thank you, i ll try it tomorrow. 1st i’ll make a backup 🙂

              1 Reply Last reply Reply Quote 0
              • R
                raymondub
                last edited by

                i couldn’t wait… but it s not working.
                I installed
                [QUOTE]
                Unofficial Published Kernels
                Kernel - 3.19.1 TomElliott
                Date : March 10, 2015
                Version: 3.19.1
                FOG Type: TomElliott
                Arch Type: (x86_64)
                [/QUOTE]
                but i have the same problem… Sending discover…

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

                  Do you use VoIP in your network?

                  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

                  1 Reply Last reply Reply Quote 0
                  • R
                    raymondub
                    last edited by

                    Not for the moment but soon we’ll do

                    1 Reply Last reply Reply Quote 0
                    • JunkhackerJ
                      Junkhacker Developer
                      last edited by

                      has your network already been configured for it?

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      1 Reply Last reply Reply Quote 0
                      • R
                        raymondub
                        last edited by

                        i just migrate to Version: 3142 but still same prob.
                        How can i be sure that the update of the kernel was ok ? I saw the message that it was but is it written somewhere ?

                        [url=“/_imported_xf_attachments/1/1808_kernel.PNG?:”]kernel.PNG[/url]

                        1 Reply Last reply Reply Quote 0
                        • R
                          raymondub
                          last edited by

                          [quote=“Junkhacker, post: 44288, member: 21583”]has your network already been configured for it?[/quote]
                          i made a lot lot lot downloading and uploading without problems. We just received that new computer and i wanted to customize the image to download and the others too.
                          Is it cause of the components of the laptop ?
                          256GB FULL MINI-CARD MOBILITY SOLID STAT ?

                          1 Reply Last reply Reply Quote 0
                          • R
                            raymondub
                            last edited by

                            this topic maybe is my solution ?
                            [url]http://fogproject.org/forum/threads/dhcp-lease-timeout-issue.11889/#post-38285[/url]
                            But how can i change the lease timeout ?

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by

                              Why is udhcpc coming up twice??? Do you have two network cards in that client?

                              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

                              1 Reply Last reply Reply Quote 0
                              • R
                                raymondub
                                last edited by

                                ethernet and wifi
                                Should i disable the wifi for fog ? cause anyway it s not configure so it cannot get an ip

                                1 Reply Last reply Reply Quote 0
                                • JunkhackerJ
                                  Junkhacker Developer
                                  last edited by

                                  there shouldn’t be any need to disable the wifi for fog

                                  signature:
                                  Junkhacker
                                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Sebastian Roth Moderator
                                    last edited by

                                    Still wondering why we see two udhcpc on this Latitude E7440…

                                    Talked to Tom about it and he created a custom init.xz for you showing all the interfaces just before sending out DHCP requests… Would you please try this on your Latitude and take a picture of the interface list?

                                    [CODE]cd /var/www/fog/service/ipxe
                                    sudo mv init.xz init.xz.orig
                                    sudo wget http://mastacontrola.com/init.xz
                                    sudo chown www-data:www-data init.xz[/CODE]

                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      raymondub
                                      last edited by

                                      i’ll try but i maybe found a solution.
                                      I made 2 things:

                                      • disable wifi in the bios
                                      • creation a new host adding the macaddress in fog
                                        And it s working without futher problem. I didn’t post it yet cause i didnt have time yet to check which option made it finally work…
                                        I’ll try to test your file and check this before the end of this week.
                                        Thanks for the follow up !

                                      Pat

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        Sebastian Roth Moderator
                                        last edited by

                                        [quote=“raymondub, post: 44705, member: 28342”]I made 2 things:

                                        • disable wifi in the bios
                                        • creation a new host adding the macaddress in fog[/quote]

                                        Great! My guess is that the wifi adapter is being recognized when the FOG client boots up and it wants to request an IP via DHCP too…

                                        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

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

                                        203

                                        Online

                                        12.1k

                                        Users

                                        17.3k

                                        Topics

                                        155.3k

                                        Posts
                                        Copyright © 2012-2024 FOG Project