Windows 10: Windows 11 EFI Partition

Discus and support Windows 11 EFI Partition in Windows 10 Software and Apps to solve the problem; I recently upgraded from Windows 10 to 11. In that process the efi partition was deleted from my boot drive. What?? I have a bootable system as another... Discussion in 'Windows 10 Software and Apps' started by BrianPrice49, Oct 10, 2022.

  1. Windows 11 EFI Partition


    I recently upgraded from Windows 10 to 11. In that process the efi partition was deleted from my boot drive. What?? I have a bootable system as another partition on another drive is bootable. I have created a new efi on my c boot drive with diskpart and next I need to format it fat32. The drive has the other boot stuff on it, just not the efi as far as I can determine. When I read about this online it says to boot to a Windows Install Media for this process. I'm thinking that's in the case where you don't have a bootable system, and that it's OK to just proceed with the formatting after

    :)
     
    BrianPrice49, Oct 10, 2022
    #1
  2. trog100 Win User

    Move EFI partition

    its to enable win 10 to update to its anniversary edition.. it cant do this due to lack of C drive space i have had a quick try with the trial version of easus.. it didnt seem to be able to do what i want..

    i am assuming i cant just delete the efi partition but maybe i could.. as yet i havnt even figured out how to get into the bios of the thing.. maybe that should be my next step.. *Smile Windows 11 EFI Partition :)

    diskpart could probably do it but figuring out how (it aint that user friendly) might be difficult without step by step instructions..

    trog
     
    trog100, Oct 10, 2022
    #2
  3. Installing Windows Vista/7 on a GUID Partition Table

    Background

    GUID Partition Table (GPT) is a boot sector technology poised to replace the venerable Master Boot Record (MBR) principally because MBR has a maximum capacity of 2 TB for a single partition (some single disks have reached 3 TB). Installing Windows on a GPT is a bit tricky because Windows wants to default back to MBR. In order to force Windows on to a GPT, we have to pre-format the drive prior to Windows installation. You can do that during Windows setup using the console.

    Requirements

    • Windows Vista or 7 (must be 64-bit no matter which OS is used)
    • A motherboard with EFI BIOS
    • A means to EFI boot the Windows setup (I had to use a USB DVD drive on MSI Z77A-G65, the internal SATA Bluray drives didn't have an EFI option)
    Instructions

    • Boot into Windows setup using EFI. On the MSI Z77A-G65, it showed up as UEFI:USB-ATAPI DVD ... This will change according to your motherboard and how you are attempting to enter setup. This step is critical. Without booting into setup via EFI, only MBR is available to the setup. There's no easy way to tell from within setup if it is running via EFI or not.
    • Once you have booted into setup, continue through the process as you would normally until you reach the dialog which shows you the available drives. Load a driver, if necessary, then press SHIFT+F10 to open the command prompt.
    • In the command prompt, enter the following lines, pressing enter after each one. Note that the <id> field below is the disk ID that you want to format as GPT from the "list disk" command. If there's only one drive, <id> will likely be 1. Note: All data on the drive will be lost during this process. Make sure to select the correct drive.
      • diskpart
      • list disk
      • select disk <id>
      • online disk
      • attributes disk clear readonly
      • clean
      • convert gpt
      • create partition efi size=102
      • create partition msr size=32
      • create partition primary
      • format fs=ntfs label="Operating System"
      • assign letter=C
      • exit
      "online disk" and "attributes disk clear readonly" are likely to fail. Don't worry, they are only precautionary. Change the drive letter and label to whatever you want. Also, the above command (specifically "create partition primary") will consume all remaining space on the drive. If you want multiple partitions with fixed sizes, substitute what you want in place of "create partition primary."
    • You may now close the command prompt and click on "Refresh" back in the dialog to choose where to install Windows. You should now see at least 2 partitions (I think Microsoft Reserved is hidden) and it will only let you install on a non EFI/MSR partition. Click on the primary partition and proceed with the installation as normal.
    • Note that in the EFI BIOS after installing Windows via EFI, you can no longer directly boot the volume Windows is installed on. Instead, you must boot via "Windows Boot Manager" (on MSI Z77A-G65, it was "UEFI: Windows Boot Manager"). Keep that in mind if you wish to tweak the boot order.
    Conclusion

    That should do it. You should be in Windows with >2 TB of hard drive capacity available if you had more than 2 TB on the Windows partition. Congratulations being on the bleeding edge of technology! *Rockout :rockout:
     
    FordGT90Concept, Oct 10, 2022
    #3
  4. Suvrat18 Win User

    Windows 11 EFI Partition

    Blank EFI Partition

    I have an ASUS R558UR.

    I had windows 10 installed on my laptop and I decided to again have a clean install of windows 10. I booted from USB and cleaned windows partition i.e. C drive and also cleaned EFI partition. I reformatted Drive and it had also created EFI partition of 100
    MB. I installed windows on laptop and setted that up. After installing windows my laptop it started taking a long time to boot about 90 seconds but earlier it took only 7-10 seconds. After analysing everything I found that my EFI partition is blank.

    Please suggest me how to write back EFI partition so as to reduce boot times.

    Thanks in Advace.
     
    Suvrat18, Oct 10, 2022
    #4
Thema:

Windows 11 EFI Partition

Loading...
  1. Windows 11 EFI Partition - Similar Threads - EFI Partition

  2. Cannot find room for the EFI system partition

    in Windows 10 Gaming
    Cannot find room for the EFI system partition: So i want change my pc mbr to gpt and then legacy to uefi bios mode and accidentally this happens , what should i do now ? easy explanation pls? thanks!!...
  3. Cannot find room for the EFI system partition

    in Windows 10 Software and Apps
    Cannot find room for the EFI system partition: So i want change my pc mbr to gpt and then legacy to uefi bios mode and accidentally this happens , what should i do now ? easy explanation pls? thanks!!...
  4. Cannot find room for the EFI system partition

    in Windows 10 Installation and Upgrade
    Cannot find room for the EFI system partition: So i want change my pc mbr to gpt and then legacy to uefi bios mode and accidentally this happens , what should i do now ? easy explanation pls? thanks!!...
  5. mbr2gpt error: "Cannot find room for the EFI system partition"

    in Windows 10 Gaming
    mbr2gpt error: "Cannot find room for the EFI system partition": I want to upgrade to windows 11 but when I try to use mbr2gpt I get the error "Cannot find room for EFI system partition"See the picture below for more info. And yes, I checked I have enough space 80 gigs of free space...
  6. mbr2gpt error: "Cannot find room for the EFI system partition"

    in Windows 10 Software and Apps
    mbr2gpt error: "Cannot find room for the EFI system partition": I want to upgrade to windows 11 but when I try to use mbr2gpt I get the error "Cannot find room for EFI system partition"See the picture below for more info. And yes, I checked I have enough space 80 gigs of free space...
  7. mbr2gpt error: "Cannot find room for the EFI system partition"

    in Windows 10 Installation and Upgrade
    mbr2gpt error: "Cannot find room for the EFI system partition": I want to upgrade to windows 11 but when I try to use mbr2gpt I get the error "Cannot find room for EFI system partition"See the picture below for more info. And yes, I checked I have enough space 80 gigs of free space...
  8. MBR2GPT: Cannot find room for the EFI system partition.

    in Windows 10 Gaming
    MBR2GPT: Cannot find room for the EFI system partition.: I want to upgrade to Windows 11 but I don't want to reinstall everything. I am trying to convert my disk to gpt instead of mbr but I keep getting Cannot find room for the EFI system partition. which I don't understand since I do have space on the disk. I have tried shrinking...
  9. MBR2GPT: Cannot find room for the EFI system partition.

    in Windows 10 Software and Apps
    MBR2GPT: Cannot find room for the EFI system partition.: I want to upgrade to Windows 11 but I don't want to reinstall everything. I am trying to convert my disk to gpt instead of mbr but I keep getting Cannot find room for the EFI system partition. which I don't understand since I do have space on the disk. I have tried shrinking...
  10. MBR2GPT: Cannot find room for the EFI system partition.

    in Windows 10 Installation and Upgrade
    MBR2GPT: Cannot find room for the EFI system partition.: I want to upgrade to Windows 11 but I don't want to reinstall everything. I am trying to convert my disk to gpt instead of mbr but I keep getting Cannot find room for the EFI system partition. which I don't understand since I do have space on the disk. I have tried shrinking...