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

    Support for Windows Server 2012?

    Scheduled Pinned Locked Moved
    Windows Problems
    3
    24
    7.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.
    • JunkhackerJ
      Junkhacker Developer
      last edited by

      how many partitions are there on the disk (including hidden partitions)? is a recovery partition present? what is the location of the BCD file? have you tried using the “windows 7” OS type?
      i am not aware of any intended support for server versions of windows, but we should be able to get it to work.

      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
        Dave Wolf
        last edited by

        There are two partitions on the disk, a 350MB partition and a 100GB partition (of which only 25GB is in use) which contains the OS. It is very similar to the Windows 8 disk structure that I successfully imaged earlier. I just changed the OS type in the image I uploaded to Windows 7 and it behaves the same; it quickly reboots after beginning the load. Or, do I need to upload a new image with the OS set to Windows 7? I’m not sure if that makes a difference. Thanks!

        1 Reply Last reply Reply Quote 0
        • D
          Dave Wolf
          last edited by

          Forgot a couple of answers to your questions: There isn’t a recovery partition, I initially created this Server 2012 installation by doing a clean install into a new VM (like I did with the Windows 8 system). I’m not sure what the BCD file is; is that the image? BCD to this old programmer means Binary Coded Decimal. 🙂

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

            the BCD file is literally a file named BCD. it is a hidden system file located either in the recovery partition or the system partition in the folder /boot/
            it is the windows Boot Configuration Data file, and it’s probably the reason you’re not booting already.
            for windows 7 and 8 images, we use a sysprepped generalized BCD file that is expected to reside on a recovery partition

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

              could you run sysprep on the machine, with the /generalize and /quit options, and provide us with a copy of your BCD file?

              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
                Dave Wolf
                last edited by

                Hmmm, the original Windows Server 2012 system boots fine; the upload seemed to work fine, it’s the download of the image that never seems to start (I never seem the image loading), it quickly finishes (I can’t see an error flash by) and reboots, but no image has been downloaded. Is that BCD file required to do the download? I have one Windows 7 system and I can see the BCD file in the \boot directory; however the Windows 8 system I imaged up/down successfully has no \boot directory or BCD file, nor does the Windows 2012 system. The Windows 8 and Windows Server 2012 systems look very similar, but no BCD file on either. Any other things I should look for? Thanks for the help!

                1 Reply Last reply Reply Quote 0
                • D
                  Dave Wolf
                  last edited by

                  I’ll have to download it; it’s not installed on this server. I’ll get back to you; thanks!

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

                    if you don’t see a /boot folder, then that usually means there’s a hidden recovery partition with that folder on it.
                    but, rereading your original question, i don’t think the BCD is the problem. it sounds like you might have a GPT partition structure on the disk.

                    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
                      Dave Wolf
                      last edited by

                      Running sysprep with the generalize and quit options. As to the GPT partition structure; can I see that in the Disk Management application? I only see two simple volumes on a basic disc, the 350MB NTFS one and the 100GB NTFS one.

                      1 Reply Last reply Reply Quote 0
                      • D
                        Dave Wolf
                        last edited by

                        Sysprep completed, there is no BCD file on the disk that I can see.

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

                          looked in the 350mb partition viewing hidden files?

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

                            anyway, to see the GPT formatting of the boot structure, create a debug task for the host
                            at the command prompt enter
                            [FONT=Consolas]gdisk -l /dev/sda[/FONT]
                            and tell me the output

                            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
                              Dave Wolf
                              last edited by

                              Got it…how shall I send it to you?

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

                                you can upload a file to a thread. what is the output of the command i asked you to run?

                                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
                                  Dave Wolf
                                  last edited by

                                  [EMAIL]root@FOGServer:/opt/fog/log[/EMAIL]# gdisk -l /dev/sda
                                  GPT fdisk (gdisk) version 0.8.8
                                  Partition table scan:
                                  MBR: MBR only
                                  BSD: not present
                                  APM: not present
                                  GPT: not present


                                  Found invalid GPT and valid MBR; converting MBR to GPT format
                                  in memory.


                                  Disk /dev/sda: 104857600 sectors, 50.0 GiB
                                  Logical sector size: 512 bytes
                                  Disk identifier (GUID): 8AE43B70-6271-4FEE-A07F-2F6D87148AC6
                                  Partition table holds up to 128 entries
                                  First usable sector is 34, last usable sector is 104857566
                                  Partitions will be aligned on 2048-sector boundaries
                                  Total free space is 6077 sectors (3.0 MiB)
                                  Number Start (sector) End (sector) Size Code Name
                                  1 2048 102762495 49.0 GiB 8300 Linux filesystem
                                  5 102764544 104855551 1021.0 MiB 8200 Linux swap
                                  [EMAIL]root@FOGServer:/opt/fog/log[/EMAIL]# ^C

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    Dave Wolf
                                    last edited by

                                    I can’t copy the BCD file; it’s in use by the system. I might be able to open the vmd file in another VM and copy it over.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      Dave Wolf
                                      last edited by

                                      Will be offline for a bit and back online later. Thanks very much for your help!

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

                                        with the system now converted, try to re-upload the image.

                                        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
                                          Dave Wolf
                                          last edited by

                                          I have the same issue after re-uploading and then downloading. During the download, I see a quick “Database update successful” (I think it says that) message before the system quickly reboots (without downloading the image).

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

                                            What OS type have set the system to, and are you trying “Resizable” or Multipart?

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

                                            164

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project