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

    Lenovo M93p issue after init.gz 'More than 8 outputs detected'

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    7
    4.2k
    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.
    • O
      oli
      last edited by

      Hi,
      I just received a fairly new desktop Lenovo M93p,
      I have the latest 3.88 kernel installed
      and receive this:

      tps65010: no chip?
      acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
      cr_bllcd: INTEL CARILLO RANCH LPC not found
      Could not find Caruillo Ranch MCH device
      uvesafb: failed to execute /sbin/v86d
      uvesafb: make sure that the v86d helper is installed and executable
      uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2
      uvesafb: vbe_init() failed with -22
      drm/i810 does not support SMP
      [drm:i915_write32] ERROR unknown unclaimed register before writing to c5100
      i915 0000:00:02.0: More than 8 outputs detected

      Let me know,
      Much appreciated!
      Best regards
      Olivier

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

        This looks to be a kernel problem.

        Please give my kernel a try:

        [url]https://mastacontrola.com/fogboot/kernel/bzImage[/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
        • M
          Michael Dutcher
          last edited by

          I’m new to Fog and Linux. I am having a similar issue. Can you tell me how to upload your kernel to my fog server?

          1 Reply Last reply Reply Quote 0
          • O
            oli
            last edited by

            Hi Tom, couldn’t try it as the user needed the new pc immediatly, will try again when I get a new m93 in
            I also run into trouble on a lenovo x240 now… ‘unknown unclaimed register before writing to…’

            1 Reply Last reply Reply Quote 0
            • A
              Albatros
              last edited by

              @[URL=‘http://fogproject.org/forum/members/michael-dutcher.19263/’][B]Michael Dutcher[/B][/URL] the bzImage file is located in /tftpboot/fog/kernel directory, rename the file there and copy the new file into that directory, remember you need to have the permission to do changes there.

              1 Reply Last reply Reply Quote 0
              • B
                Brandon Sanspree
                last edited by

                I have been trying this as well. I was able to register the device using the latest kernel from Tom. Now when I attempt to push up the image it fails during the NFS mount process. We are still running 0.32 on the server, server still works on other machines. I have tried using both the on board PXE as well as a gPXE disc with same results. Any ideas?

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

                  My guess as to the issue you’re seeing could be a couple things.

                  NFS isn’t loading so the starting point would be to make sure the nfs server is running.

                  Most systems now use nfs in conjunction with rpcbind. Some Debian based systems use portmap so replace rpcbind with portmap if necessary.

                  Try to verify nfs server is running. On Redhat based systems the code to make sure should be:
                  [code]sudo service rpcbind restart
                  sudo service nfs restart[/code]

                  On Debian based systems it should be:
                  [code]sudo service rpcbind restart
                  sudo service nfs-kernel-server restart[/code]

                  The next step is to verify your permissions are correct on the /images folder (or what ever directory structure you’re using for your images).

                  [code]chmod -R 777 /images[/code]

                  The last thing to verify is to ensure .mntcheck files are in the right places. The commands below should verify.
                  [code]rm -rf /images/{.mntcheck,/dev/.mntcheck}
                  touch /images/.mntcheck /images/dev/.mntcheck
                  chmod -R 777 /images[/code]

                  Hopefully this helps you out.

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

                  230

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project