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

    Pnp 00:06: Can't evaulate _CRS: 1

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    16
    5.7k
    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.
    • G
      George van Huyssteen
      last edited by

      Please help.

      I am using UBUNTU 14.04 and FOG 1.2

      I have 25 new Packard Bell Windows 8.1 laptops that I want to roll out.

      The FOG menu option appears but whenever I do a Full Host Registration and Inventory, I get the following error : “pnp 00:06: Can’t evaulate _CRS: 1”

      I did the host registration manually and tried to upload an image. The same error appeared but the upload were successful. I decided to download the image to another laptop to make sure it works. I completely destroyed the laptop. Luckily I made recovery disks for the laptop. The laptops seems to have 4 partitions and it seems as if there are a problem on the partitions as the laptop cannot even recover from the recovery partition.

      When I choose the option Client System Information the same error appears. The following lines appear :
      /bizimage
      /init.xz
      pnp 00:06: Can’t evaulate _CRS: 1

      On the subsequent menu that appears on option 4) Check FOG Compatibility I get Network [PASS] and Disk [PASS]

      My second problem is that I have to do stop and start tftpd everytime I reset my UBUNTU server. Anybody have a solution please ?
      sudo stop tftpd-hpa
      sudo start tftpd-hpa

      I would really appreciate some help as this is time critical.
      Thank you

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

        First, Packard Bell is now back in business?

        Second, The php 00:06 Can’t evaluate _CRS: 1 sounds like it’s a driver issue in the kernel, not that the error really means anything from FOG’s standpoint.

        FOG uploaded the image, and deployed it right?

        The question I have, what are the settings for this image? (Multi Part, Resizable, etc…)

        For your particular use case, it sounds to me like Multipart - Single disk is the way you want to go.

        The tftpd-hpa/tftp-hpa issue is rather known about. You can setup so you don’t have to restart, there’s a ton of posts on the forums here on how to do that.

        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
        • G
          George van Huyssteen
          last edited by

          [quote=“Tom Elliott, post: 37875, member: 7271”]First, Packard Bell is now back in business?

          Second, The php 00:06 Can’t evaluate _CRS: 1 sounds like it’s a driver issue in the kernel, not that the error really means anything from FOG’s standpoint.

          FOG uploaded the image, and deployed it right?

          The question I have, what are the settings for this image? (Multi Part, Resizable, etc…)

          For your particular use case, it sounds to me like Multipart - Single disk is the way you want to go.

          The tftpd-hpa/tftp-hpa issue is rather known about. You can setup so you don’t have to restart, there’s a ton of posts on the forums here on how to do that.[/quote]

          Hi Tom,

          Thank you for the quick reply.

          I am in South Africa. Acer is distributing Packard Bell.

          Fog did upload the image and deployed it succesfully. Note that I uploaded the image from one laptop and downloaded it to a second laptop. Same make, same config, etc.

          Also to confirm :
          Operating System : Windows 8.1
          Image type :Multiple Partition Image - Single Disk (Not Resizable)

          1 Reply Last reply Reply Quote 0
          • G
            George van Huyssteen
            last edited by

            Some more info :

            There are 5 partitions on the disk. Have no idea why but it is clearly how Windows distribute it.

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

              This sounds, to me, like the disks are setup in GPT.

              To verify, can you take a look at the size of the d1.mbr file created?

              [code]cd /images/<imagename>
              ls -lart d1.mbr[/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
              • G
                George van Huyssteen
                last edited by

                Here is the files :
                -rwxrwxrwx 1 root root 243250350 Oct 14 16:17 d1p1.img
                -rwxrwxrwx 1 root root 24911777 Oct 14 16:17 d1p2.img
                -rwxrwxrwx 1 root root 53511435 Oct 14 16:18 d1p3.img
                -rwxrwxrwx 1 root root 13969164726 Oct 14 17:34 d1p4.img
                -rwxrwxrwx 1 root root 13904164021 Oct 14 18:02 d1p5.img

                1 Reply Last reply Reply Quote 0
                • G
                  George van Huyssteen
                  last edited by

                  Apologies :
                  -rwxrwxrwx 1 root root 17920 Oct 14 16:16 d1.mbr

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

                    So my suspicions are correct. Your disk is layed out in GPT.

                    When you re-deploy nothings working right?

                    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
                    • G
                      George van Huyssteen
                      last edited by

                      Correct.

                      When you reboot the latop after you activated the task, it comes up with the above error message but carries on with the deployment of all the partitions succesfully.

                      When you then restart the latop, you get a message that it cannot boot and that there is a device missing.

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

                        Can you disable Secure Boot on the systems?

                        The proper way to image these things is to:

                        (Upload Tasks)

                        1. Disable Secure Boot
                        2. Upload the image
                        3. Re-enable Secure boot
                        4. Boot the system

                        (Download Tasks)

                        1. Disable Secure Boot
                        2. Download the image
                        3. Re-enable Secure boot
                        4. Boot 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

                        1 Reply Last reply Reply Quote 0
                        • G
                          George van Huyssteen
                          last edited by

                          There are two Boot Modes : UEFI and Legacy.
                          Secure Boot [Enabled] appear under that menu but you cannot change it. Let me look around and see if I can find a way to disable it.

                          1 Reply Last reply Reply Quote 0
                          • G
                            George van Huyssteen
                            last edited by

                            I cannot seem to find a way to disable secure boot.

                            One other thing, I changed the boot mode to legacy when I uploaded the image.

                            I also changed the boot priority order. I moved “Windows Boot Manager” down and moved network boot up.

                            I wonder if that could have caused the problem ?

                            Would it make a difference if I choose UEFI and leave the boot manager as the main option ? I missed the fact that network boot was disabled, so the only way I could get it to enable PXE boot was to use legace boot mode.

                            1 Reply Last reply Reply Quote 0
                            • G
                              George van Huyssteen
                              last edited by

                              I cannot get IPXE to boot with UEFI. It gives the error in the pic. Under Legacy, if I press enter once or twice, it comes up with the FOG menu.

                              Under UEFI it comes up with the IPXE menu but goes straight into windows after the error.

                              [url=“/_imported_xf_attachments/1/1435_IMG_3339.JPG?:”]IMG_3339.JPG[/url]

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

                                if your systems have a legacy boot option, use it. configure your windows to work under that mode. it will save you many headaches

                                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
                                • G
                                  George van Huyssteen
                                  last edited by

                                  Thank you. Will have a go and let you know.

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    George van Huyssteen
                                    last edited by

                                    Some more questions :
                                    When I use the recovery disk and I look at the size of the partitions, the primary partion 0 is 449 GB when I do a list volume with Diskpart. However, during the deployment of that partition from FOG, which is indicated as /dev/sda4, the Device size is indicated as 482.2 GB.

                                    Furthermore, the recovery fails on both the recovery disks I made on the two separate Laptops. So not sure if we have a disc failure. It resets until about 78% and then just stops saying there was an error. On both repartition and just restore files.

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

                                    298

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project