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

    Lenovo X1 Tablet (Gen 3) Stuck at "init.xz...ok"

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    4
    20
    1.5k
    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.
    • S
      Sebastian Roth Moderator
      last edited by

      @dpusser_CMS FOG uses the isc-dhcp-server which is part of most Linux distros. Depending on the Linux you have you find the configuration in /etc/dhcpd.conf, /etc/dhcp/dhcpd.conf or /etc/dhcp3/dhcpd.conf.

      Take a look through the config and you’ll find several lines like filename "ipxe.efi"; in there. Change those and restart the service (usually systemctl restart isc-dhcp-server or systemctl restart dhcp or systemctl restart dhcpd).

      Have you looked into building your own kernel yet?

      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

      D 1 Reply Last reply Reply Quote 0
      • D
        dpusser_CMS @Sebastian Roth
        last edited by

        @Sebastian-Roth

        I have looked at the wiki article you suggested about building a kernel but, since this is my first experience with linux, it is a little daunting. I am researching how to start building it though.

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

          @dpusser_CMS Yes, I can understand that it seems a little over the top to build your very own kernel just having started to use Linux. Bu hey, I think it’s never to early to get your fingers dirty and this is not very hard to do with all the things provided. There is not much you can mess up so I’d encourage you to just give it a go and simply ask if you think something is not going the right way. Just take a picture of the screen with an error or whatever and we’ll guide you the rest of the way!

          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
          • W
            weite @dpusser_CMS
            last edited by

            @dpusser_CMS Do you have a solution for your problem? I’ve now exactly the same. Since three days I’m testing but can’t find the problem. The x1 loads the init.xz and than the screen are going black, that’s it.

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

              @weite As we do Not have the hardware you might want to help us debug this issue. For this you wanna read our wiki article on building a kernel as a starter. Let us know if you need help with that. From there we can add debugging to find where exactly the kernel hangs.

              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

              W 1 Reply Last reply Reply Quote 0
              • W
                weite @Sebastian Roth
                last edited by

                @Sebastian-Roth I built the kernel, but the same. What is the next step?
                By the way, thanks for your help.

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

                  @weite Now you need to start adding debug information to that kernel. Take a look at this topic where I guided another user to do this: https://forums.fogproject.org/post/126335 (starting with my post on Aug 1st 2019)

                  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
                  • S
                    Sebastian Roth Moderator
                    last edited by

                    @weite We just had an interesting new post in in that other topic! While it seems to be a quite different computer model with build in NIC I still see the post valuable. Can you please try the following?

                    • open BIOS setup screen, change nothing, but “save changes and exit”
                    • open BIOS setup screen, change nothing, but “save changes and reset”

                    Does that make any difference?

                    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

                    W 1 Reply Last reply Reply Quote 0
                    • W
                      weite @Sebastian Roth
                      last edited by

                      @Sebastian-Roth That’s with the BIOS doesn’t work.
                      I compiled the Kernel with the debug now. In the eboot.c ist this the line where it stops.

                          status = exit_boot(boot_params, handle);
                      
                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @weite Ok, seems like we are stuck at the same point as in the other topic. Can you do the the debugging on iPXE as well? Take a clear screenshot of the output on screen and post here.

                        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

                        W 1 Reply Last reply Reply Quote 0
                        • W
                          weite @Sebastian Roth
                          last edited by

                          @Sebastian-Roth Can you tell me how I can debug the iPXE? Is here a manual?

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

                            @weite Start here: https://forums.fogproject.org/post/129262

                            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 / 1
                            • First post
                              Last post

                            137

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.3k

                            Posts
                            Copyright © 2012-2024 FOG Project