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

    Imaging Windows 10

    Scheduled Pinned Locked Moved Solved
    Windows Problems
    6
    13
    8.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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      I’m jumping on a limb that you have uploaded the Windows 10 image as Resizable?

      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

      F 1 Reply Last reply Reply Quote 0
      • F
        Florent
        last edited by

        Disk is formatted as MBR.
        Device Model is an Dell Optiplex 7010 with wester digital disk.

        For OS type image in the choose list i try Windows 7 , Windows 8 and Windows 8.1 and problem is identical for all.

        Florent
        Bretagne, FRANCE

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

          @Florent is this setup as resize?

          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

          F 1 Reply Last reply Reply Quote 0
          • JJ FullmerJ
            JJ Fullmer Testers
            last edited by

            I’m guessing that you did a uefi image since it wants to use windows boot manager, which I believe is window’s uefi method.
            Was secure boot enabled on the computer that you uploaded from, could that cause a problem? I haven’t actually done any successful uefi imaging and haven’t really tried that hard because I’m personally yet to see why it’s worth it when mbr/bios/legacy works so well and I don’t have any 3+TB drives in my windows workstations at work.

            I have had success imaging windows 10 with legacy mode, just for a reference, I’m on the latest trunk, but I would bet 1.2 works with it.
            Granted I don’t use sysprep, I find that it likes to kill off my default profile. So I just manually uninstall devices in the device manager before imaging. It’s trickier, and involves more work, but it’s done sooner than it takes sysprep to run. But I’m getting off topic.

            Have you tried repairing the install with a win 10 disk. Auto repair. What ever the gpt/uefi equivalent of

            bootrec /rebuildbcd
            bootrec /fixboot
            bootrec /fixmbr
            

            is. (Fun fact shift+F10 gets you straight to a command line on a windows install disk instead of waiting to click through the menus)
            Or try the windows automatic repair that works like 10% of the time.
            You can also use diskpart to make sure the volume/disk/partition that got imaged is active.

            disk part
            select disk 0
            list partition
            select partition 1
            detail partition
            

            something like that, and then you can set it to active. That was a problem I used to have when I used the altiris imaging system, I’ve never had the problem with FOG.
            Granted you shouldn’t have to repair the install after imaging, especially if you run sysprep all proper, but if you can make it work then that might narrow down some possibilities.

            Can you disable secure boot in the bios settings on the computer not booting?
            Can you make sure secure boot was disabled on the computer you uploaded from, or if it was disabled try imaging with it enabled?
            I’m just guessing on the secure boot thing, might not even be a thing, but it seems like it could be relevant.

            I hate to suggest starting over on an image, but I would recommend making sure that you’re using bios/legacy/mbr boot mode. Unfortunately there is no way (that I have ever found anyway) to switch a computer between the two without reinstalling the OS because they use different partitioning types MBR and GPT. Also, when installing the OS in mbr mode, the easiest way I’ve found to ensure it’s a single disk (This hasn’t worked for uefi/gpt mode when I’ve tried) is to hit shift+f10 at the partition screen then do the following in the command line to clear the partitions and make only 1 full size partition

            diskpart
            list disk
            # select your disk, usually disk 0 unless you have more
            select disk 0
            clean
            create partition primary
            exit
            exit
            

            Hit refresh on the partition selection screen and viola. I got that from a forum post on here or related to fog somewhere many moons ago and have been using it forever.

            I seem to be rambling again.
            To sum up

            • Figure out if you’re in uefi or legacy mode
            • If you are in uefi mode, play with secure boot and try a repair disk
            • If you can, remake the image in bios/legacy/mbr mode
            • Hopefully something I said is helpful

            Have you tried the FogApi powershell module? It's pretty cool IMHO
            https://github.com/darksidemilk/FogApi
            https://fogapi.readthedocs.io/en/latest/
            https://www.powershellgallery.com/packages/FogApi
            https://forums.fogproject.org/topic/12026/powershell-api-module

            1 Reply Last reply Reply Quote 2
            • F
              Florent @Tom Elliott
              last edited by

              @Tom-Elliott Yes in image type i choose “Single Disk - Resizable”

              Florent
              Bretagne, FRANCE

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

                @Tom-Elliott Sorry i don’t understand i speak poor english ?

                Florent
                Bretagne, FRANCE

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

                  @Florent Try Multiple Partition Image - Single Disk (Not Resizable)

                  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/

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

                    @Wayne-Workman It’s work with Multiple Partition Image - Single Disk (Not Resizable) and my partition is resize by the sysprep options “ExtendOSPartition”

                    Thanks !!

                    Florent
                    Bretagne, FRANCE

                    1 Reply Last reply Reply Quote 1
                    • A
                      Anil Patil
                      last edited by

                      Hi All,

                      I have the issue with uploading Windows 10 image using fog 1.2.0.

                      I have tried various combinations of Image creation, like selecting Operating System and Image Type, but get error and not completing the process. When I press Enter key the client system starts as usual.

                      Please give me suggestions that whether I make mistake at any place

                      Thanks in advance

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

                        @Anil-Patil what do you mean when you press enter the system starts?

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

                          @Anil-Patil said:

                          … but get error and not completing the process.

                          Please tell us about what error (the exact message, best if you can take a picture or video!) you see and we might be able to help. Without knowing exactly what went wrong we cannot give you any advice.

                          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

                          192

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project