EFI system and Recovery partitions on wrong drive (I ran a search)

Page 1 of 2 12 LastLast

  1. Posts : 6
    Windows 10
       #1

    EFI system and Recovery partitions on wrong drive (I ran a search)


    First of all - I know this has been asked a lot and I've ran a search already.

    Here is a picture of disk manager https://i.imgur.com/SeEIxcn.png

    Now, I know from search that the problem was that I didn't disconnected my other HDDs while installing OS on my SSD.

    And I saw that I can fix it by making an image of my OS and then doing a clear installation and restoring the old image.

    But, I wanted to know 2 things:

    1. Does it matter if it stays like this? I just did a test - Disconnected my HDD whice contains the EFI partition, and I was still able to boot up my computer normaly to windows.
    In that case - Is there any good reason to move the EFI partition\Recovery partition to my OS HDD? What does it even do?

    2. Is there any simple way of moving those 2 partitions to my OS drive?
    I mean, nothing that involves a clear installation, making an image, etc? How come I cant move it with a command line while in system repair mode?

    Thank you very much!
    Last edited by IdanTs; 23 Dec 2016 at 01:23.
      My Computer


  2. Posts : 2,799
    Linux Mint 20.1 Win10Prox64
       #2

    1. Does it matter if it stays like this? I just did a test - Disconnected my HDD whice contains the EFI partition, and I was still able to boot up my computer normaly to windows.
    In that case - Is there any good reason to move the EFI partition\Recovery partition to my OS HDD? What does it even do?
    There are 2 partition schemes which you can use to install Windows.
    1 - MBR partition scheme
    2 - GPT partition scheme
    Your Windows was installed using MBR partition scheme so the 500 MB System Reserved partition (marked as Active) contains the Boot Code (BCD) and the Recovery Tools. It has nothing to do with the EFI and Recovery partitions on the HD, that's why it still boot with the HD disconnected. I guess this is a left over from earlier installation using GPT partition scheme on the HD.

    Since these 2 partitions are not used, you can delete them using "diskpart" from admin command prompt.
      My Computer


  3. Posts : 15,441
    Windows10
       #3

    This is a bit of a mess. It looks like you have a legacy bios install on ssd. I assume you originally had a uefi install on hdd. As pc boots without hdd connected, you can simply delete those partitions.



    ;;
      My Computer


  4. Posts : 49
    Windows 10
       #4

    Depending how the Windows install media is booted (UEFI or Legacy BIOS) Windows Setup creates either GPT or MBR partition style on the SSD/HDD.

    EFI system and Recovery partitions on wrong drive (I ran a search)-boot-uefi-mode-legacy-bios-mode.png

    The UEFI option will boot the Windows install media in UEFI mode and Windows Setup will create the GPT partition style automatically. On a GPT disk, Windows Setup will create a Recovery partition, an EFI System partition, a Microsoft Reserved partition (won't show in Disk Management) and a primary Windows partition.

    EFI system and Recovery partitions on wrong drive (I ran a search)-gpt.png

    The non-UEFI option will boot the Windows install media in Legacy BIOS mode and Windows Setup will create the MBR partition style automatically. On an MBR disk, Windows Setup will create a System Reserved partition and a primary Windows partition.

    EFI system and Recovery partitions on wrong drive (I ran a search)-mbr.png
      My Computer


  5. Posts : 6
    Windows 10
    Thread Starter
       #5

    topgundcp said:
    There are 2 partition schemes which you can use to install Windows.
    1 - MBR partition scheme
    2 - GPT partition scheme
    Your Windows was installed using MBR partition scheme so the 500 MB System Reserved partition (marked as Active) contains the Boot Code (BCD) and the Recovery Tools. It has nothing to do with the EFI and Recovery partitions on the HD, that's why it still boot with the HD disconnected. I guess this is a left over from earlier installation using GPT partition scheme on the HD.

    Since these 2 partitions are not used, you can delete them using "diskpart" from admin command prompt.
    First of all, thanks for the comment.

    Now, I successfuly deleted those 2 partitions with "diskpart".
    I had no idea that boot files (BCD) and Recovery Tools was infact stored in the "System Reserved". So thanks for the info.

    Second - When I used to install Windows 10 on a regular HDD, I was forced to convert my HDD to GPT.
    But when I installed the windows 10 on my new SSD, I guess it allowed me to install it on MBR. How come?

    Third - When I installed my current windows 10 on the SSD, I also formetted the previous windows 10 that was on the HDD.
    But as you said: "this is a left over from earlier installation using GPT partition scheme".
    What can I do next time to avoid it? Run diskpart.exe from windows installaion and make sure I delete all the partitions from that said drive?

    Thank you for your time and help.
    @cereberus, thank you also for explaining me. @Avocado, you teached me a lot of usefull stuff. Thanks.
      My Computer


  6. Posts : 49
    Windows 10
       #6

    IdanTs said:
    What can I do next time to avoid it? Run diskpart.exe from windows installaion and make sure I delete all the partitions from that said drive?
    You do not need to run the diskpart command.

    Please read this post for more information.

    Post #5, this thread: https://www.tenforums.com/installati...tml#post892097
    Last edited by Avocado; 03 Jan 2017 at 12:33.
      My Computer


  7. Posts : 6
    Windows 10
    Thread Starter
       #7

    Avocado said:
    You do not need to run the diskpart command.

    Please read this post for more information.

    https://www.tenforums.com/installati...tml#post892097
    Wow. This is a brilliant tutorial.
    Just one question- How do I choose to boot from eaither UEFI or Legacy BIOS?
    For example, I put a windows ISO on a flash drive ready to install from boot.
    So, in order to go into a specific boot (UEFI or Legacy BIOS), what should I configure exactly?

    Thank you again.

    P.s - So, in my case, I guess I installed windows on SSD on a MBR table.
    Should I have installed it on GPT to get benefits from a UEFI partition style?
    And theres probably no way to convert it to GPT without a new installation, right?
      My Computer


  8. Posts : 49
    Windows 10
       #8

    IdanTs said:
    Should I have installed it on GPT to get benefits from a UEFI partition style?
    Yes. If you want to use the GPT partition style, you must boot from the Windows installation media in UEFI mode.

    IdanTs said:
    And theres probably no way to convert it to GPT without a new installation, right?
    Microsoft: "If you install Windows using the wrong mode, you won’t be able to use the features of that firmware mode without reformatting the drive."

    IdanTs said:
    I put a windows ISO on a flash drive ready to install from boot.
    https://www.tenforums.com/tutorials/...dows-10-a.html

    Option One: Use Media Creation Tool to create Bootable Windows 10 USB for Legacy BIOS and UEFI
    -or-
    Option Two: Use "Rufus" to create Bootable Window 10 USB for Legacy BIOS and UEFI

    IdanTs said:
    So, in order to go into a specific boot (UEFI or Legacy BIOS), what should I configure exactly?
    The UEFI firmware settings determines what type of boot devices are available in the boot menu: UEFI, Legacy BIOS (aka CSM), or both types of boot devices.

    IdanTs said:
    How do I choose to boot from either UEFI or Legacy BIOS?
    Source: Microsoft

    Select the firmware mode during bootup.

    1. Boot the PC. As the firmware starts to run, press the key that opens the boot device menu. For example, press the Esc, F2, F8, F9, F12, or other key to enter the firmware or boot menus.

    2. On the boot device menu, select the command that identifies both the firmware mode and the device. For example, select UEFI USB Drive or Network - BIOS.

    Note   Note
    You might see separate commands for the same device. For example, you might see UEFI USB Drive and BIOS USB Drive. Each command uses the same device and media, but boots the PC in a different firmware mode.
    How do you check that you are using the UEFI mode.

    EFI system and Recovery partitions on wrong drive (I ran a search)-select-new-button.png

    EFI system and Recovery partitions on wrong drive (I ran a search)-windows-might-create-additional-partitions-system-files.png

    EFI system and Recovery partitions on wrong drive (I ran a search)-gpt.png
    Last edited by Avocado; 23 Dec 2016 at 16:51. Reason: added new picture
      My Computer


  9. Posts : 6
    Windows 10
    Thread Starter
       #9

    Thank you.

    Just one more question - Is there any real reason for me to trouble myself and re-install windows in order to gain the UEFI benefits?
      My Computer


  10. Posts : 49
    Windows 10
       #10

    My advice: If your Windows works fine, do not re-install Windows.

    But next time you know what to do.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:39.
Find Us




Windows 10 Forums