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

    Imagaing issues with new Lenovo M93z

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    22
    9.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.
    • A
      adam boynton
      last edited by

      no, I still get the panic, I will try the bzImage and get back with you

      1 Reply Last reply Reply Quote 0
      • A
        adam boynton
        last edited by

        it panics using either kernel

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

          Alright,

          Need some more details. What version of FOG Are you using? Have you ever been able to image these systems?

          Can you capture a screenshot of the panic and post it here so I can troubleshoot a little better?

          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
          • A
            adam boynton
            last edited by

            I am using FOG .32, we just got these machines and I havent been able to image them yet

            I will capture a screen shot and post it shortly

            1 Reply Last reply Reply Quote 0
            • A
              adam boynton
              last edited by

              [IMG]https://lh4.googleusercontent.com/-lwYulMP5gnQ/UyBlr3bY1II/AAAAAAAAAGc/BWdp4P9EMtc/w1589-h987-no/IMG_20140312_094634.jpg[/IMG]

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

                And you’re sure it’s using the bzImage32 file instead of the default?

                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
                • A
                  adam boynton
                  last edited by

                  this error is from bzImage

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

                    What do you get with the bzImage32? The bzImage is now a 64 bit kernel, which will not work with the FOG 0.32 init.gz file.

                    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
                    • A
                      adam boynton
                      last edited by

                      here is the error with bzImage32[IMG]https://lh3.googleusercontent.com/GRXnoRwl5LuBYIgI-dCeog4uehO5dGRVtY9weluGOg=w1886-h1108-no[/IMG]

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

                        How are you copying the kernel?

                        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
                        • A
                          adam boynton
                          last edited by

                          scp to the server

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

                            So I’m assuming you’re doing:

                            [code]scp bzImage32 <ip.fog.server.1>:/tftpboot/fog/kernel/bzImage[/code]

                            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
                            • A
                              adam boynton
                              last edited by

                              I am using cyberduck, it is gui program on a mac, I can do it on the command prompt if needed

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

                                That’s not exactly helpful.

                                I need to know that the bzImage32 file isn’t just being stored on the server as: bzImage32. bzImage is the kernel file that needs to be loaded. If you where having issues with the old kernel, and just copied the bzImage32 as bzImage32 to the kernels directory, you’re still loading the old kernel. If you used bzImage from before, well the panic is due to the architecture differences.

                                Usually the error’s that you’re seeing reported is due to architecture differences.

                                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
                                • A
                                  adam boynton
                                  last edited by

                                  it is being uploaded as bzImage, I rename it before I transfer it

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    adam boynton
                                    last edited by

                                    any updates Tom?

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

                                      Try this kernel for your lenovo’s apparently my kernel’s haven’t been able to work on them quite yet.
                                      [url]https://onedrive.live.com/?cid=971575ddb836155f&id=971575DDB836155F!175&ithint=file,&authkey=!AFmNg5OiH-ViV00[/url]

                                      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
                                      • A
                                        adam boynton
                                        last edited by

                                        It works! Thanks so much for your help!!!

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

                                        161

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project