Windows Server 2012 stopped booting












0















I installed WS2012 and it was working. My problem was, when I plugged the hard drive into SATA0 and I plugged another bootable (Win Server 2008) hard drive into SATA1, WS2008 loaded. But I needed 2012 to load and 2008 to be the slave and use it to copy things over to 2012. So, I did something stupid - while in 2008, I set drive as Active. And now, even when I unplug 2008 drive, my 2012 is not loading.



I tried to do repair, but not sure that I do it right. I am sure that there is way to recover but how, I don't know. I see suggestions to go to repair prompt and do these commands



diskpart
list disk
select disk x
detail disk
select partition x
active ---> now, this is questionable to me
exit
exit



thanks in advance



PS: At one time while 2012 disk plugged into SATA0, I plaged 2008 disk into eSATA and still, 2008 loaded.










share|improve this question























  • Actually, why don't you try to deactivate active partition? Do the same in command prompt but instead of active, use inactive. This should de-active your active partition

    – Nikola Dimitrijevic
    Nov 18 '15 at 1:18
















0















I installed WS2012 and it was working. My problem was, when I plugged the hard drive into SATA0 and I plugged another bootable (Win Server 2008) hard drive into SATA1, WS2008 loaded. But I needed 2012 to load and 2008 to be the slave and use it to copy things over to 2012. So, I did something stupid - while in 2008, I set drive as Active. And now, even when I unplug 2008 drive, my 2012 is not loading.



I tried to do repair, but not sure that I do it right. I am sure that there is way to recover but how, I don't know. I see suggestions to go to repair prompt and do these commands



diskpart
list disk
select disk x
detail disk
select partition x
active ---> now, this is questionable to me
exit
exit



thanks in advance



PS: At one time while 2012 disk plugged into SATA0, I plaged 2008 disk into eSATA and still, 2008 loaded.










share|improve this question























  • Actually, why don't you try to deactivate active partition? Do the same in command prompt but instead of active, use inactive. This should de-active your active partition

    – Nikola Dimitrijevic
    Nov 18 '15 at 1:18














0












0








0








I installed WS2012 and it was working. My problem was, when I plugged the hard drive into SATA0 and I plugged another bootable (Win Server 2008) hard drive into SATA1, WS2008 loaded. But I needed 2012 to load and 2008 to be the slave and use it to copy things over to 2012. So, I did something stupid - while in 2008, I set drive as Active. And now, even when I unplug 2008 drive, my 2012 is not loading.



I tried to do repair, but not sure that I do it right. I am sure that there is way to recover but how, I don't know. I see suggestions to go to repair prompt and do these commands



diskpart
list disk
select disk x
detail disk
select partition x
active ---> now, this is questionable to me
exit
exit



thanks in advance



PS: At one time while 2012 disk plugged into SATA0, I plaged 2008 disk into eSATA and still, 2008 loaded.










share|improve this question














I installed WS2012 and it was working. My problem was, when I plugged the hard drive into SATA0 and I plugged another bootable (Win Server 2008) hard drive into SATA1, WS2008 loaded. But I needed 2012 to load and 2008 to be the slave and use it to copy things over to 2012. So, I did something stupid - while in 2008, I set drive as Active. And now, even when I unplug 2008 drive, my 2012 is not loading.



I tried to do repair, but not sure that I do it right. I am sure that there is way to recover but how, I don't know. I see suggestions to go to repair prompt and do these commands



diskpart
list disk
select disk x
detail disk
select partition x
active ---> now, this is questionable to me
exit
exit



thanks in advance



PS: At one time while 2012 disk plugged into SATA0, I plaged 2008 disk into eSATA and still, 2008 loaded.







windows boot multi-boot sata windows-server-2012






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 18 '15 at 0:27









T.S.T.S.

12918




12918













  • Actually, why don't you try to deactivate active partition? Do the same in command prompt but instead of active, use inactive. This should de-active your active partition

    – Nikola Dimitrijevic
    Nov 18 '15 at 1:18



















  • Actually, why don't you try to deactivate active partition? Do the same in command prompt but instead of active, use inactive. This should de-active your active partition

    – Nikola Dimitrijevic
    Nov 18 '15 at 1:18

















Actually, why don't you try to deactivate active partition? Do the same in command prompt but instead of active, use inactive. This should de-active your active partition

– Nikola Dimitrijevic
Nov 18 '15 at 1:18





Actually, why don't you try to deactivate active partition? Do the same in command prompt but instead of active, use inactive. This should de-active your active partition

– Nikola Dimitrijevic
Nov 18 '15 at 1:18










1 Answer
1






active

oldest

votes


















0














Windows NT6 (Vista and later) boot sequence:




  1. First disk from all disks which has an active partition (order of disks is given by connection or by BIOS).


  2. MBR code of disk found in paragraph 1.


  3. Partition boot code of active partition (of disk found in paragraph 1.)


  4. bootmgr on active partition.



Boot Configuration Data (BCD) is loaded (from active partition).



....and so on.





How to fix WS2012 boot: (do not attach WS2008 disk!)



A) Rewrite MBR and PBR's of disk with WS2012 using WS2012 installation media - command



bootsect.exe /nt60 all /mbr



B) Then ensure you have active partition on disk with WS2012 (any primary partition can be made active - eventually there is a small "System Reserved" partition less then 1 GB). (This step can be done with any disk tool, also from WS2008 using Disk Management if you are unsure with diskpart commands or use a Linux Live CD/USB for example).



C) Then fix BCD with command



bcdboot W:windows /s S:


W: is drive letter where WS2012 is installed, S: is active partition. Change letters to reflect mappings of your disk partitions.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1002036%2fwindows-server-2012-stopped-booting%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Windows NT6 (Vista and later) boot sequence:




    1. First disk from all disks which has an active partition (order of disks is given by connection or by BIOS).


    2. MBR code of disk found in paragraph 1.


    3. Partition boot code of active partition (of disk found in paragraph 1.)


    4. bootmgr on active partition.



    Boot Configuration Data (BCD) is loaded (from active partition).



    ....and so on.





    How to fix WS2012 boot: (do not attach WS2008 disk!)



    A) Rewrite MBR and PBR's of disk with WS2012 using WS2012 installation media - command



    bootsect.exe /nt60 all /mbr



    B) Then ensure you have active partition on disk with WS2012 (any primary partition can be made active - eventually there is a small "System Reserved" partition less then 1 GB). (This step can be done with any disk tool, also from WS2008 using Disk Management if you are unsure with diskpart commands or use a Linux Live CD/USB for example).



    C) Then fix BCD with command



    bcdboot W:windows /s S:


    W: is drive letter where WS2012 is installed, S: is active partition. Change letters to reflect mappings of your disk partitions.






    share|improve this answer




























      0














      Windows NT6 (Vista and later) boot sequence:




      1. First disk from all disks which has an active partition (order of disks is given by connection or by BIOS).


      2. MBR code of disk found in paragraph 1.


      3. Partition boot code of active partition (of disk found in paragraph 1.)


      4. bootmgr on active partition.



      Boot Configuration Data (BCD) is loaded (from active partition).



      ....and so on.





      How to fix WS2012 boot: (do not attach WS2008 disk!)



      A) Rewrite MBR and PBR's of disk with WS2012 using WS2012 installation media - command



      bootsect.exe /nt60 all /mbr



      B) Then ensure you have active partition on disk with WS2012 (any primary partition can be made active - eventually there is a small "System Reserved" partition less then 1 GB). (This step can be done with any disk tool, also from WS2008 using Disk Management if you are unsure with diskpart commands or use a Linux Live CD/USB for example).



      C) Then fix BCD with command



      bcdboot W:windows /s S:


      W: is drive letter where WS2012 is installed, S: is active partition. Change letters to reflect mappings of your disk partitions.






      share|improve this answer


























        0












        0








        0







        Windows NT6 (Vista and later) boot sequence:




        1. First disk from all disks which has an active partition (order of disks is given by connection or by BIOS).


        2. MBR code of disk found in paragraph 1.


        3. Partition boot code of active partition (of disk found in paragraph 1.)


        4. bootmgr on active partition.



        Boot Configuration Data (BCD) is loaded (from active partition).



        ....and so on.





        How to fix WS2012 boot: (do not attach WS2008 disk!)



        A) Rewrite MBR and PBR's of disk with WS2012 using WS2012 installation media - command



        bootsect.exe /nt60 all /mbr



        B) Then ensure you have active partition on disk with WS2012 (any primary partition can be made active - eventually there is a small "System Reserved" partition less then 1 GB). (This step can be done with any disk tool, also from WS2008 using Disk Management if you are unsure with diskpart commands or use a Linux Live CD/USB for example).



        C) Then fix BCD with command



        bcdboot W:windows /s S:


        W: is drive letter where WS2012 is installed, S: is active partition. Change letters to reflect mappings of your disk partitions.






        share|improve this answer













        Windows NT6 (Vista and later) boot sequence:




        1. First disk from all disks which has an active partition (order of disks is given by connection or by BIOS).


        2. MBR code of disk found in paragraph 1.


        3. Partition boot code of active partition (of disk found in paragraph 1.)


        4. bootmgr on active partition.



        Boot Configuration Data (BCD) is loaded (from active partition).



        ....and so on.





        How to fix WS2012 boot: (do not attach WS2008 disk!)



        A) Rewrite MBR and PBR's of disk with WS2012 using WS2012 installation media - command



        bootsect.exe /nt60 all /mbr



        B) Then ensure you have active partition on disk with WS2012 (any primary partition can be made active - eventually there is a small "System Reserved" partition less then 1 GB). (This step can be done with any disk tool, also from WS2008 using Disk Management if you are unsure with diskpart commands or use a Linux Live CD/USB for example).



        C) Then fix BCD with command



        bcdboot W:windows /s S:


        W: is drive letter where WS2012 is installed, S: is active partition. Change letters to reflect mappings of your disk partitions.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 18 '15 at 6:15









        snayobsnayob

        3,90911018




        3,90911018






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1002036%2fwindows-server-2012-stopped-booting%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Paul Cézanne

            UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

            Angular material date-picker (MatDatepicker) auto completes the date on focus out