FOG Project

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

    Solved Win 7 0xc0000225 boot failure Acer travelmate P245-M

    Windows Problems
    7
    36
    16967
    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.
    • N
      NCMikeD last edited by

      So far I am unable to properly image my Acer Travelmate P245-M laptops using fog. The image is uploaded and downloaded successfully, however upon reboot after imaging, I get the 0xc0000225 error regarding boot failure and missing devices. The repair feature on the Win 7 x64 DVD does not help. I have run fogprep as well as sysprep with and without the generalized option selected when creating the image with the same results. The system is Windows 7 x64, boot is Legacy, and the hardware between machines is identical. I have not had issues imaging any other Windows machines, just these laptops. The bios is not terribly robust, but Legacy is selected properly. If I am missing some information that might help, please let me know and I will provide it ASAP.

      Wayne Workman 1 Reply Last reply Reply Quote 0
      • Wayne Workman
        Wayne Workman @Bruno Nogueira last edited by

        @Bruno-Nogueira I’ve recently updated this: https://wiki.fogproject.org/wiki/index.php/Windows_8_UEFI_Imaging_Tips#Windows_8_and_8.1_Imaging_Problems

        Please look it over. Although it’s written for Win 8 / 8.1, I think it would probably apply to Win 7 as well.

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • B
          Bruno Nogueira last edited by

          Hi,
          I still can’t find a solution.
          After imaging the computer I have to follow this tutorial:
          Insert Windows 8 DVD and select repair computer
          Then select open command line and:
          Type in “diskpart”
          Type in “list disk”. Find out which disk the affected drive is.
          Type in “select disk #”, where # is the affected drive’s number
          Type in “list partition”, find the partition number of the system partition (it’s usually 100MB, 200MB, or 300MB), then type in “select partition #”, where # is the system partition’s number.
          Type in “assign letter=z”, assuming you don’t have a Z: drive.
          Exit out of diskpart by pressing CTRL+C
          Type in BCDBoot [Drive letter of affected drive’s Windows partition]:\Windows /S Z: /F UEFI So if the affected drive’s Windows partition is say G:, you would type in BCDBoot G:\Windows /S Z: /F UEFI

          Can this be done automatically after fog imaging?
          Thanks

          Wayne Workman 1 Reply Last reply Reply Quote 0
          • Wayne Workman
            Wayne Workman @NCMikeD last edited by

            @NCMikeD Holy cow… way to go man!

            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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • N
              NCMikeD last edited by

              Gentlemen, I have found a bit of a workaround for my issue that I wanted to share with you. Here are the steps I took to get fog to image my Acer Travelmate p245 properly.

              1. Remove AF 4k hard drive from Acer P245 and attach to another computer via USB 3.0 cradle.
              2. Wipe the drive using EaseUS, removing the gpt and make the drive a logical unallocated drive.
              3. Install the hard drive into an Dell Optiplex 330 PC
              4. Install windows 7 x64 on hd mounted in optiplex. (Reason for this is because when Win 7 is installed on Acer, the GPT is recreated and an additional sda2 128mb fat 32 partition is created, whereas on the Optiplex, the basic sda1 100mb fat32 and sda2 499gb ntfs partition only partitions are created)
              5. After installation completes and Windows installer restarts for first time use, shut down optiplex and remove hard drive.
              6. Swap hard drive from optiplex to Acer P245 and complete windows install.
              7. Once image is created properly, remove hard drive from Acer P245 and place back into Optiplex 330
              8. Upload image from Optiplex 330 machine to FOG as Win 7 Single Disc - Re-sizable image type.
              9. Image another Acer P245 with standard GPT partitions and AF 4k and VIOLA!

              I do understand that this is not a solution, rather a workaround, and a rather insane one, but for right now it is going to hobble me into the school year until a real solution is created. hopefully some of this information will give insight as to where the disconnect currently is. I am also doing another experiment to upload the Win 7 image as a Windows 8 image, as far as fog knows that is. I will be back with pass fail results soon enough.

              Wayne Workman 1 Reply Last reply Reply Quote 1
              • Wayne Workman
                Wayne Workman @NCMikeD last edited by

                @NCMikeD It’s further explained at the bottom of this page: https://wiki.fogproject.org/wiki/index.php/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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

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

                  https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
                  the trunk is the “work in progress” next version of fog. many upgrades and bug fixes are in the new code.

                  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 1
                  • N
                    NCMikeD last edited by

                    This particular acer bios does not have a way to disable UEFI. What is does have is an option to try legacy first then default back to UEFI. I know that these were designed with 8.1 in mind and we had them downgraded to 7 from the factory.

                    @Wayne-Workman I will look at that article.
                    @Junkhacker What is the difference between the normal upgrade process to 1.2.0 vs upgrading to trunk? Actually I may be asking that question incorrectly due to a lack of install knowledge with fog, but my sysadmin will certainly understand. Why would you assume upgrading to trunk would help?

                    Wayne Workman 1 Reply Last reply Reply Quote 0
                    • B
                      Bruno Nogueira @Tom Elliott last edited by

                      @Tom-Elliott Thanks for your help.
                      I’ve search on the internet and read the user manual but I can’t find the solution.
                      I will call ASUS support again…

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

                        You should not have to turn off UEFI, but you should (for the time being) be able to disable secure boot.

                        There’s almost always a way. It’s not that you’re turning off secure boot for the rest of time, but rather for the duration of the imaging process (whether up or down).

                        Once the imaging process is complete turn Secure boot back on and all should work fine.

                        If you can’t do this, then I don’t know how to be of any type of help.

                        You can create the image, and you can deploy the image. You would need to repair every system for things to work though, which I think is what you’re trying NOT to do.

                        Maybe there’s a hack to fix it, but I don’t know of it yet.

                        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

                        B 1 Reply Last reply Reply Quote 0
                        • Wayne Workman
                          Wayne Workman @Bruno Nogueira last edited by

                          @Bruno-Nogueira Did you even check to see if turning it off allows you to turn off Secure Boot?

                          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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          1 Reply Last reply Reply Quote 0
                          • B
                            Bruno Nogueira @Wayne Workman last edited by

                            @Wayne-Workman I don’t would like to turn off UEFI, there has to be another solution

                            Wayne Workman 1 Reply Last reply Reply Quote 0
                            • Wayne Workman
                              Wayne Workman @Bruno Nogueira last edited by

                              @Bruno-Nogueira Secure Boot is a UEFI thing. See if you can turn off UEFI, then this option shouldn’t be greyed out anymore.

                              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!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                Bruno Nogueira @Tom Elliott last edited by

                                @Tom-Elliott I can’t turn off Secure Boot. I can see the option in ASUS BIOS, but it is Gray.
                                I called ASUS support and they tell me if it is gray and I have no visible button to change it, that means in this model I can’t do that.

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

                                  Can you update SVN?

                                  Is SecureBoot turned off?

                                  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

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    Bruno Nogueira last edited by

                                    Hi, I’m having the same issue but with Windows 8.1 (UEFI)
                                    Windows 7 images (without UEFI) upload and download fine, but with UEFI after imaging with any error my Windows 8.1 show this:
                                    Recovery
                                    Your PC needs to be repaired
                                    A required device isn’t connected or can´t be accessed.
                                    Error Code: 0xc0000225

                                    I have the SVN 3603
                                    Thanks!

                                    1 Reply Last reply Reply Quote 0
                                    • Wayne Workman
                                      Wayne Workman @NCMikeD last edited by

                                      @NCMikeD https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

                                      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!
                                      Daily Clean Installation Results:
                                      https://fogtesting.fogproject.us/
                                      FOG Reporting:
                                      https://fog-external-reporting-results.fogproject.us/

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

                                        you may have better luck if you upgrade to trunk

                                        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 1
                                        • N
                                          NCMikeD last edited by

                                          fog.png

                                          @Junkhacker We are running latest stable, 1.2.0

                                          Wayne Workman 1 Reply Last reply Reply Quote 0
                                          • Junkhacker
                                            Junkhacker Developer @NCMikeD last edited by

                                            @NCMikeD said:

                                            we have upgraded our fog server to the most current version with the same results.

                                            do you mean the latest official version (1.2.0) or the latest svn version, and if the svn version, what exact revision are you at?

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

                                            207
                                            Online

                                            10.2k
                                            Users

                                            16.3k
                                            Topics

                                            149.9k
                                            Posts

                                            Copyright © 2012-2020 FOG Project