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

    Unable to boot to some PXE ROM

    Scheduled Pinned Locked Moved
    FOG Problems
    6
    57
    29.6k
    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.
    • D
      DarkEnergy
      last edited by

      [quote=“Tom Elliott, post: 40985, member: 7271”]If you’re able to, can you please upgrade to trunk?[/quote]

      Absolutely!!! I can do anything with the system but, how? What do I need to do to upgrade the trunk? I think this is part also of the SVN which I know nothing about it. Any help appreciated.

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

        [quote=“DarkEnergy, post: 41015, member: 26785”]Absolutely!!! I can do anything with the system but, how? What do I need to do to upgrade the trunk? I think this is part also of the SVN which I know nothing about it. Any help appreciated.[/quote]

        [url]http://fogproject.org/wiki/index.php/Upgrade_to_trunk[/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
        • J
          jamesb
          last edited by

          I have this issue occuring again but only on laptops and only when they are not on my domain. It’s really weird. If I push an inventory request or an image deploy pxe will work perfectly fine. If I just want to boot into windows it gives me an input/output error. My apache error log references line 774 in BootMenu.Class.php file[($StorageNode = $StorageGroup->getOptimalStorageNode();]. If my laptop is on the domain this error does not occur.

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

            Are you on the latest SVN?

            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
            • J
              jamesb
              last edited by

              I’m on SVN 2873.

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

                Can you update to the latest SVN? We’re nearly 100 commits ahead.

                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
                • D
                  DarkEnergy
                  last edited by

                  Sorry for the long break; many things going at work. I finally was able to do the update but I haven’t test the upload yet.

                  Tom:
                  Do you want me to do the BTSync too? I will be testing it fully tomorrow or the day after. Please let me know if there is anything else you want me to do.

                  1 Reply Last reply Reply Quote 0
                  • D
                    DarkEnergy
                    last edited by

                    Update after updating the trunk as requested.

                    Since I got a new laptop with too much bloatware it was very much given to install Windows from scratch. Here is the procedure that was follow:
                    Created an original image from the original installation = Success
                    Configure Legacy
                    Disabled secure boot
                    Enabled PXE
                    Installed Windows 8.1 from scratch by:
                    Booting from USB bootable stick
                    Deleted all the partitions
                    Installed Windows 8.1
                    Created an image from the new installation = Failed

                    The error is the same, invalid partition table. I am starting to wondering if it has something to do with the installation type. Both systems having the issue, Acer Veriton M2611G and the Lenovo Touch B50-30 are experiencing the same issue if a Windows 8.1 clean install is perform or is it just the FOG does not recognize the new partition table? In either case the image creation failed.

                    Hopes this help to find a solution to this issue.

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

                      i’m betting there are leftover GPT bits that are confusing fog. windows doesn’t do a very good job cleaning things up.
                      run a debug task then run
                      fixparts /dev/sda
                      y
                      w

                      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
                      • D
                        DarkEnergy
                        last edited by

                        Update:

                        I was persuaded by Junkhacker about the GPT table left over so, using gparted all the partition were removed from the disk and reinstalled windows from scratch and surprise! It did not work! I am beginning to think it has something to do the way FOG handle the partition table when Windows is installed from the original CD/DVD/USB image. To make this even more clear, a Lenovo Touch B50-30 with the original image was able to be image from FOG and the image was uploaded to the server, however, after destroying the partition and installing Windows 8.1 from scratch and retried to upload an image, the problem presented itself again with the same error; invalid partition table blah, blah, blah.

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

                          The disk you’re attempting to image, is it smaller than the original source disk?

                          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
                          • JunkhackerJ
                            Junkhacker Developer
                            last edited by

                            [quote=“DarkEnergy, post: 42451, member: 26785”]
                            I was persuaded by Junkhacker about the GPT table left over so, using gparted all the partition were removed from the disk and reinstalled windows from scratch and surprise! It did not work![/quote]
                            What?!
                            i asked you to follow a very specific set of instructions, and expected you to report back the results. This would not have required you to rebuild the image from scratch.

                            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
                            • D
                              DarkEnergy
                              last edited by

                              [quote=“Junkhacker, post: 42474, member: 21583”]What?!
                              i asked you to follow a very specific set of instructions, and expected you to report back the results. This would not have required you to rebuild the image from scratch.[/quote]

                              I don’t care doing the extra work as long as it is working correctly. The point I was trying to make in the update was: By writing zeros to the drive there is nothing left and the drive was restored to factory default eliminating any other guesses.

                              1 Reply Last reply Reply Quote 0
                              • D
                                DarkEnergy
                                last edited by

                                [quote=“Tom Elliott, post: 42452, member: 7271”]The disk you’re attempting to image, is it smaller than the original source disk?[/quote]

                                I am not sure what are you asking. These are two new systems that I blew away. I removed the image from factory and performed a clean install to remove all the nasty bloatware that comes from the factory (i.e. Lenovo, HP, Dell, Acer, eMachine, etc.). Then an image is made out of the new install for further deployments.

                                I am not sure if I actually answered your question.

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

                                  [quote=“DarkEnergy, post: 42520, member: 26785”]I don’t care doing the extra work as long as it is working correctly. The point I was trying to make in the update was: By writing zeros to the drive there is nothing left and the drive was restored to factory default eliminating any other guesses.[/quote]

                                  Yes and no.

                                  Have you tried running fixparts on the drive? Is the size of the drive smaller than the size of the drive you were originally creating the image from (if this is a non-resizable image)?

                                  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
                                  • D
                                    DarkEnergy
                                    last edited by

                                    [quote=“Tom Elliott, post: 42522, member: 7271”]Yes and no.

                                    Have you tried running fixparts on the drive? Is the size of the drive smaller than the size of the drive you were originally creating the image from (if this is a non-resizable image)?[/quote]

                                    I think you are asking wrong question. I am not downloading and image, I an creating a new image from scratch. Meaning, got the systems, destroyed all the partitions, installed windows 8.1 directly from disk, then create a new image into FOG. I think you might be in the wrong track as I am not downloading and image into the HDD but uploading a new one into FOG.
                                    I haven’t use fixparts in the past so, I am not familiar with it. I will have to investigate to find out what it does. However the point I was trying to make was that two different systems having the same exact issue. What are the odds? One Lenovo and one Acer. I can do the same in a third computer and see what I get. Most likely the same issue. In every system that was blew away and installed from scratch the image failed.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      DarkEnergy
                                      last edited by

                                      Finally got it to work!!!

                                      I want to thanks all of those for your being patient with me and giving feed backs through out this particular cluster. After getting tired dealing with the “what if” finally it was time to restore the drive to factory state by destroying all sectors, tracks and cylinders. Then installing Windows 8 and letting Windows 8 to create sectors, tracks and cylinders. It worked!!!

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

                                      201

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project