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

    BOOTMGR is missing

    Scheduled Pinned Locked Moved
    FOG Problems
    9
    14
    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.
    • D
      dugjones
      last edited by

      I wanted to update my post in case others where having the same issue. I have not figured out the problem with capturing/deploying a resizeable image on Win7 but I did get a decent work around in place. Basically I used Stephen Perkins [URL=‘http://fogproject.org/forum/threads/resizing-partition-with-windows-7-image.250/#post-1332’]post[/URL] idea of just adding a command to my unattend.xml to extend the OS partition during sysprep since I was able to capture and deploy a non-resizeable image with no problem.

      1 Reply Last reply Reply Quote 0
      • G
        giejo
        last edited by

        Hi, i have the same problems.
        I have a brand new fog 0.32 on ubuntu, i captured a Windows 7 x64 from my VMWare workstation (sysprepped and with the 100mb partition) but still no luck…
        i set the image to single disk multiple partitions, but when the host boot i have a “BOOTMGR IS MISSING”
        i try to restore a new VM with this image and for the VM, it works.
        I dont understand what i’m doing wrong… i tried a lot of kernel but no luck… (for information i tried on a fujistu P3510 and Lenovo M71e, X220, X230)

        Help me 🙂

        1 Reply Last reply Reply Quote 0
        • A
          Alvaro Campoy Neto
          last edited by

          Hello all:

          To get a very good image, you need to put ‘all-in-one’, in ONE partition. To do that, you will need:

          1-) A REAL GOOD partition tool, like gparted or EASEUS partition manager ( to resize the partition, and get rid of the boot partition);
          2-) BOOTICE, a tool that allow you to activate the partition that you resize;
          3-) bcdboot and bootsect (cmd line tools), both from Win7 or from NT 6x Fast Installer;

          All tools here you got via google.com or, search for HBCD (The tool for the PROS, you really want to look for a edition or remix, like Proteus)

          Got not enough time now, will write a tutorial explain it (for all 2008 and 2012 Win family)

          1 Reply Last reply Reply Quote 0
          • G
            giejo
            last edited by

            [quote=“Alvaro Campoy Neto, post: 11485, member: 3686”]Hello all:

            To get a very good image, you need to put ‘all-in-one’, in ONE partition. To do that, you will need:

            1-) A REAL GOOD partition tool, like gparted or EASEUS partition manager ( to resize the partition, and get rid of the boot partition);
            2-) BOOTICE, a tool that allow you to activate the partition that you resize;
            3-) bcdboot and bootsect (cmd line tools), both from Win7 or from NT 6x Fast Installer;

            All tools here you got via google.com or, search for HBCD (The tool for the PROS, you really want to look for a edition or remix, like Proteus)

            Got not enough time now, will write a tutorial explain it (for all 2008 and 2012 Win family)[/quote]

            Thanks for your help;
            i have already checked partitions with GParted, they seems to be ok but i dont understand you explain in ONE partition so you dont make the 100mb partition of Windows 7 ?
            Thanks again

            1 Reply Last reply Reply Quote 0
            • A
              Atrum
              last edited by

              I’m having this same issue. Ubuntu 12.10 and Fog 0.32. Uploading from and deploying to Windows 7. There are two partitions: SYSTEM and C:. Using Single Partition (Resizable) -> 20GB. The image deploys, but the BOOTMGR is on SYSTEM instead of C:, where it was. I started using Multiple Partitions, but the file size was over 170GB, and it’s not resizable. How, using the Single Partition setting for Windows 7, can I assure that 😄 is bootable and SYSTEM is not?

              [quote=“Alvaro Campoy Neto, post: 11485, member: 3686”]Hello all:

              To get a very good image, you need to put ‘all-in-one’, in ONE partition. To do that, you will need:

              1-) A REAL GOOD partition tool, like gparted or EASEUS partition manager ( to resize the partition, and get rid of the boot partition);
              2-) BOOTICE, a tool that allow you to activate the partition that you resize;
              3-) bcdboot and bootsect (cmd line tools), both from Win7 or from NT 6x Fast Installer;

              All tools here you got via google.com or, search for HBCD (The tool for the PROS, you really want to look for a edition or remix, like Proteus)

              Got not enough time now, will write a tutorial explain it (for all 2008 and 2012 Win family)[/quote]

              Is this necessary, or just to “get a very good image?” I read somewhere that with Windows 7 (and it’s SYSTEM partition), you could use Single Partition and (as long as you set it as Windows 7) it will work.

              Thanks.

              1 Reply Last reply Reply Quote 0
              • A
                Alvaro Campoy Neto
                last edited by

                Hello all 🙂

                Ok, let’s go:

                You need to RESIZE the partition, to do that:

                DELETE the first partition, i/e “SYSTEM”, then resize (use the space before the main partition), and SAVE the changes;
                Use BOOTICE to mark the partition active;
                bcdboot and bcdedit to create the bcd rep. and set the flag on the partition;

                Example:

                Disk: 100GB
                Target system: Windows 7
                Schema:

                P1 -> System, boot
                Size -> 100MB

                P2 -> Windows 7
                Size -> 98GB

                After resize, you got:

                P1 - > Windows 7
                Size -> 100GB

                Then, bootice, mark as active, bcdboot and bootsect (create bcd repository / set the boot flag on partition).

                Example: If you got 1 partition, aka “C:”, to the bcdboot command:

                bcdboot.exe C:\Windows /s 😄 /l en-us

                Then

                bootsect.exe /nt60 😄

                and DONE 😉

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

                  I haven’t tried the steps above but there isn’t some sort of error caused by deleting the system partition? Bootice run under windows so how is the system partition deleted which gparted then bootice run to mark the partition active?

                  1 Reply Last reply Reply Quote 0
                  • K
                    kinjo
                    last edited by

                    also having this issue

                    george1421G K 2 Replies Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @kinjo
                      last edited by

                      @kinjo said in BOOTMGR is missing:

                      also having this issue

                      Please start a new thread with your issues and details. There has been 4 years since this issue was initially reported, your environment may be different.

                      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!

                      1 Reply Last reply Reply Quote 0
                      • K
                        kinjo @kinjo
                        last edited by

                        @kinjo said in BOOTMGR is missing:

                        also having this issue

                        got the fix people
                        http://www.deskdecode.com/how-to-fix-bootmgr-is-missing-error-on-windows-desktop-or-laptop/

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

                        149

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project