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

After deploy the image, windows not boot

Scheduled Pinned Locked Moved Solved
FOG Problems
4
16
3.3k
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
    danilopinotti
    last edited by Feb 22, 2016, 7:06 PM

    I decided to create a new topic after noticing that it was another problem. Follow the link below the first topic:
    https://forums.fogproject.org/topic/6714/no-source-file-passed-writeimage/10

    The problem is this: After spending a dual boot image to a new computer, Linux starts normally and the Windows does not start … He gets a pointer flashing in the left corner of the screen and does not start.

    Att, Danilo Pinotti

    Fog 1.3.0-RC-7
    Ubuntu Server 14.04 LTS

    W 1 Reply Last reply Feb 22, 2016, 7:10 PM Reply Quote 0
    • W
      Wayne Workman @danilopinotti
      last edited by Feb 22, 2016, 7:10 PM

      @danilopinotti What is the image type? what is the exit to hdd type? is the disk GPT or MBR?

      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
      • D
        danilopinotti
        last edited by Feb 22, 2016, 7:26 PM

        Image specifications:
        Operation system: Windows 7 (5);
        Image type: Single disk Resizable
        Partition: Everything
        Compression: 6
        Protected: No
        Image Enabled: Yes
        Replicate?: Yes

        MBR

        Att, Danilo Pinotti

        Fog 1.3.0-RC-7
        Ubuntu Server 14.04 LTS

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Feb 22, 2016, 8:36 PM

          @danilopinotti Does it work if you use image type ‘Multiple Partitions - Single Disk’ (non-resizable!)??

          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

          D 1 Reply Last reply Feb 22, 2016, 9:47 PM Reply Quote 0
          • D
            danilopinotti @Sebastian Roth
            last edited by Feb 22, 2016, 9:47 PM

            @Sebastian-Roth
            in this way works

            Att, Danilo Pinotti

            Fog 1.3.0-RC-7
            Ubuntu Server 14.04 LTS

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Feb 22, 2016, 10:41 PM

              @Tom-Elliott Do you know about “windows-blinking-cursor-on-boot” issues when using resizable image type?

              By the way, @danilopinotti which version of FOG do you currently have installed (see in the blue cloud on the web interface)?

              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

              D 1 Reply Last reply Feb 23, 2016, 1:02 AM Reply Quote 0
              • D
                danilopinotti @Sebastian Roth
                last edited by Feb 23, 2016, 1:02 AM

                @Sebastian-Roth
                I use 6323

                Att, Danilo Pinotti

                Fog 1.3.0-RC-7
                Ubuntu Server 14.04 LTS

                T 3 Replies Last reply Feb 23, 2016, 1:18 AM Reply Quote 0
                • T
                  Tom Elliott @danilopinotti
                  last edited by Feb 23, 2016, 1:18 AM

                  @danilopinotti how was this image uploaded? It seems, to me, that it was uploaded as non resize originally. The reason boot isn’t working is because it has no idea how to expand the partition . Just a guess though.

                  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
                  • T
                    Tom Elliott @danilopinotti
                    last edited by Feb 23, 2016, 1:23 AM

                    @danilopinotti to further clarify, and I’m just guessing here. It’s specific to the partition layout not having been written to the disk, or is in a weird state. That, itself, is fine but my guess is partclone isn’t even writing the image to disk. Before it writes the partition table, it wipes the disk. This makes it basically unusable to the host.

                    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

                    T 1 Reply Last reply Feb 23, 2016, 1:30 AM Reply Quote 0
                    • T
                      Tom Elliott @Tom Elliott
                      last edited by Feb 23, 2016, 1:30 AM

                      @Tom-Elliott forget all that. I have a suspicion I know what’s causing the problem, and it can be fixed relatively easily. In resize imaging, for Windows 7, I replace the BCD file with one that is in a generalized state. Bootmgr is looking for the proper point based on whatever layout the disk that created the bcd i use to replace. This is why multipartition works, but resize doesn’t.

                      I may have a relatively simple fix by putting back the original bcd file. One question comes to mind though (not for you to answer rather just getting theories out there) does this now mean I no longer have to replace BCD for resizable images?

                      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
                      • T
                        Tom Elliott @danilopinotti
                        last edited by Feb 23, 2016, 12:54 PM

                        @danilopinotti I know I’m asking a lot, but what if you change the OSID to Linux, and set it back to resizable? Does it work then?

                        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

                        D 2 Replies Last reply Feb 23, 2016, 8:47 PM Reply Quote 1
                        • D
                          danilopinotti @Tom Elliott
                          last edited by Feb 23, 2016, 8:47 PM

                          @Tom-Elliott I’ll test and reply

                          Att, Danilo Pinotti

                          Fog 1.3.0-RC-7
                          Ubuntu Server 14.04 LTS

                          1 Reply Last reply Reply Quote 0
                          • D
                            danilopinotti @Tom Elliott
                            last edited by Feb 26, 2016, 6:31 PM

                            @Tom-Elliott said:

                            change the OSID to Linux, and set it back to resizable? Does it work then?

                            Not work

                            Att, Danilo Pinotti

                            Fog 1.3.0-RC-7
                            Ubuntu Server 14.04 LTS

                            W 1 Reply Last reply Feb 26, 2016, 9:12 PM Reply Quote 0
                            • W
                              Wayne Workman @danilopinotti
                              last edited by Feb 26, 2016, 9:12 PM

                              @danilopinotti said:

                              @Tom-Elliott said:

                              change the OSID to Linux, and set it back to resizable? Does it work then?

                              Not work

                              Did you re-upload, and then try?

                              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/

                              D 1 Reply Last reply Feb 26, 2016, 9:14 PM Reply Quote 0
                              • D
                                danilopinotti @Wayne Workman
                                last edited by Feb 26, 2016, 9:14 PM

                                @Wayne-Workman said:

                                Did you re-upload, and then try?

                                With Resizable option was not work, but not resizable i have no problem.

                                Att, Danilo Pinotti

                                Fog 1.3.0-RC-7
                                Ubuntu Server 14.04 LTS

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by Mar 5, 2016, 11:38 AM

                                  @danilopinotti Is this still an issue or can we make this solved? Have you tried upgrading to the very latest version, re-upload and deploy again?

                                  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

                                  161

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project