Windows 10: Efi system partition creation on Windows 10 install

Discus and support Efi system partition creation on Windows 10 install in Windows 10 Installation and Upgrade to solve the problem; Hello everyone. I want to install Windows 10 on an SSD GPT drive and I have already failed it in a way. The thing is that if there is no EFI... Discussion in 'Windows 10 Installation and Upgrade' started by КириллСтепаненко, Nov 5, 2020.

  1. Efi system partition creation on Windows 10 install


    Hello everyone.

    I want to install Windows 10 on an SSD GPT drive and I have already failed it in a way.

    The thing is that if there is no EFI partition on a disk it doesn't have any partitions at all, the windows installer won't create the 100 mb efi partition when I choose the disk, thus it won't boot up, as it has no efi partition.

    Making the disk gpt again via diskpart has no effect.

    select disk 1

    clean

    convert gpt

    exit

    What has an effect though is creating a efi partition.

    create partition efi size=100

    format quick fs=fat32

    But the problem is that after that windows automatically creates another 100 mb efi partition, so there are 2 of them.

    I would have tried just installing that, but something tells me that this won't work.

    I hope some of you actually encountered such situation and you can tell me how to deal with it.

    Thanks in advance.

    :)
     
    КириллСтепаненко, Nov 5, 2020
    #1

  2. 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, Nov 5, 2020
    #2
  3. 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 Efi system partition creation on Windows 10 install :)

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

    trog
     
    trog100, Nov 5, 2020
    #3
  4. Efi system partition creation on Windows 10 install

    Installing Windows Vista/7 on a GUID Partition Table

    Dear FordGT,

    First of all, thank you very much for your very useful (and imho, most recommended) tip on installing Windows 7 on a GPT hard disk, which has enabled me to install Windows 7 Ultimate 64-bit on my brand-new Samsung Series 5 NP550P5C laptop (only a few weeks old, coming up to its one-month anniversary) which has an UEFI BIOS, after wiping its slow 1 Tb 5,400 rpm hard disk (will replace it with a SSD sometime in the future) clean of SamCrap bloatware and performing a clean Win7 install.

    Now, I think I may have an interesting question for you.

    I am thinking of assembling a mini-ITX pc with Intel quad-core i7-3770K and GTX660Ti 2 Gb sometime in the near future (when funds permit).

    I am thinking of putting a 2 Tb 7,200 rpm hard disk and a 240 Gb SSD together, and using the SSD to cache the two 1 Tb partitions (after setting up the 102 Mb EFI system partition and the 32 Mb Microsoft Reserved partition and partitioning the remainder into two equal-size partitions of slightly under 1 Tb each) using Intel Smart Response Technology.

    On the SSD, I intend to create the following partitions:- a 102 Mb partition to cache the EFI system partition, a 32 Mb partition to cache the Microsoft Reserved partition, a 64 Gb partition to cache the < 1 Tb drive C (coz Intel Smart Response Techology only allows a maximum of 64 Gb), another 64 Gb partition to cache the < 1 Tb drive D, a 16 Gb partition to copy the system RAM to SSD using Intel Rapid Start Technology when putting the computer to sleep (in S3/S4 mode) and the remaining 95/96 Gb partition (I have done the sums) as a normal hard disk for stuff that requires speedy access, for games like Sims 3 which requires a lot of disk accessing.

    My question is this:-

    Is what I am proposing above feasible or not ?

    Would it be possible to use the partitions on the SSD and Intel Smart Response Technology to cache the EFI System partition and the Microsoft Reserved partitions ?

    Would Intel Smart Response Technology be able to recognise both the EFI system partition and the Microsoft Reserved partitions, in addition to the two < 1 Tb partitions (drives C and D) ?

    Thanks in advance.


    TAG
     
    The Aussie Genius, Nov 5, 2020
    #4
Thema:

Efi system partition creation on Windows 10 install

Loading...
  1. Efi system partition creation on Windows 10 install - Similar Threads - Efi system partition

  2. Restoring efi SYSTEM partition

    in Windows 10 Gaming
    Restoring efi SYSTEM partition: Currently if I restore only one partition at a time with Acronis the efi SYSTEM partition is missing some data, side note restoring whole drive works however.But my question is:If I used bcdedit /export c:\bcd.bak first and latter on a blank formatted 260MB formatted fat32...
  3. Restoring efi SYSTEM partition

    in Windows 10 Software and Apps
    Restoring efi SYSTEM partition: Currently if I restore only one partition at a time with Acronis the efi SYSTEM partition is missing some data, side note restoring whole drive works however.But my question is:If I used bcdedit /export c:\bcd.bak first and latter on a blank formatted 260MB formatted fat32...
  4. What Is EFI? How to identify EFI System Partitions on Windows 11/10?

    in Windows 10 News
    What Is EFI? How to identify EFI System Partitions on Windows 11/10?: [ATTACH]If you have ever heard about EFI or seen an EFI System Partition (ESP) in Windows and wonder what it is, then this post will help you understand. We will talk about EFI, how you can identify the EFI partitions, what it contains, and if you can delete it. What is EFI...
  5. System, EFI System Partition

    in Windows 10 Customization
    System, EFI System Partition: Two questions please -1] I had installed UBUNTU on my desktop PC, operating with Windows 10 PRO version 21H1; OS Build 19043.1202, and later removed the UBUNTU software. UBUNTU was installed on a separate SSD i.e., not on the SSD where the Windows OS is installed.The UBUNTU...
  6. EFI System Partition in error

    in Windows 10 Support
    EFI System Partition in error: I am running 21376.1 Looking around in Manage Disks and Volumes I found the EFI partition says full repair needed. Is this a problem? System runs fine and boots ok. If it should be fixed how do I fix it. ieEFI Partition.pdf 178947
  7. EFI System Partition Curiousity

    in Windows 10 Installation and Upgrade
    EFI System Partition Curiousity: I'm preparing to upgrade a laptop from HDD to SSD. It had a second Recovery Partition in the beginning of the disk, which we know can be deleted from v2004 on. Because I plan to transfer everything by Disk Image restore I thought I would clean up the disk beforehand and...
  8. Issues with EFI System Partition

    in Windows 10 Drivers and Hardware
    Issues with EFI System Partition: This is with reference to EFI System Partition Drive which automatically created as Local Disk Z in my PC when I allocated space from C Windows drive to D drive. Earlier this drive Z drive wasn't there and I want to remove it. Please tell the safest procedure ASA[ATTACH]P....
  9. Windows 10 backup without EFI system partition

    in Windows 10 Installation and Upgrade
    Windows 10 backup without EFI system partition: Hi everyone, I want to back up all my windows 10 applications before formatting my hard drive. After formatting, I will clean install windows again and use my restore my backed up data. However, when I tried to create a system image, windows automatically ticks on the "EFI...
  10. If you install Windows does it install the EFI system partition?

    in Windows 10 Installation and Upgrade
    If you install Windows does it install the EFI system partition?: Say you buy Windows 10 from Amazon. When installing, does Windows 10 also install the EFI system partition? If not how do you get that partition installed on a new drive? 81273

Users found this page by searching for:

  1. Format EFI system partition as FAT32 When installing windows 10 in gpt disk

    ,
  2. efi making installer