Windows 10: EFI partition not created during windows 10 installation

Discus and support EFI partition not created during windows 10 installation in Windows 10 Software and Apps to solve the problem; Hi, I have 1 SSD for OS installation and 1 HDD for data storage. Recently, my SSD was dead, so I made a 100 GB partition from my HDD and installed... Discussion in 'Windows 10 Software and Apps' started by karthikgone, Oct 19, 2024.

  1. EFI partition not created during windows 10 installation


    Hi, I have 1 SSD for OS installation and 1 HDD for data storage. Recently, my SSD was dead, so I made a 100 GB partition from my HDD and installed Windows 10 on that legacy Mode. the problem was its not create any separate partition for the EFI system but the PC was working fine. is there any issue with that?

    :)
     
    karthikgone, Oct 19, 2024
    #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, Oct 19, 2024
    #2
  3. Installing Windows Vista/7 on a GUID Partition Table

    I've never tried multiple partitions so this is a shot in the dark...

    At step #10, I would try setting the size parameter (it is in mebibytes) to how large you want the partition windows is installed on to be, then go ahead and install windows. This will leave the rest of the drive raw instead of consuming it into the OS partition (C drive). Once you successfully boot into Windows, you should be able to use Computer Management -> Disk Management to create partitions in the raw space.


    If you really wanted to do it with diskpart before Windows is installed, you basically repeat the following lines making sure to specify a size if you don't want it to consume all remaining space:
    • create partition primary size=size in mebibytes here
    • format quick fs=ntfs label="appropriate name here"
    • assign letter=C thru Z here
    Obviously, you can use quick formatting or leave it out for full format. Leave off the size parameter when you reach the final partition that should consume all the remaining space. Also remember that the order you do this in goes from the outside of the disk (where it is fastest) to the inside of the disk (where it is slowest). Because of this, it is recommended to put EFI (e.g. size=300), then MSR (e.g. size=300), then Windows (e.g. size=30000), then Applications (e.g. size=70000), then Storage (e.g. no size parameter).

    If I'm right, the above example would look like this:
    • diskpart
    • list disk
    • select disk <id>
    • online disk
    • attributes disk clear readonly
    • clean
    • convert gpt
    • create partition efi size=300
    • create partition msr size=300
    • create partition primary size=30000
    • format fs=ntfs label="Windows"
    • assign letter=C
    • create partition primary size=70000
    • format fs=ntfs label="Applications"
    • assign letter=D
    • create partition primary
    • format fs=ntfs label="Storage"
    • assign letter=E
    • exit
     
    FordGT90Concept, Oct 19, 2024
    #3
  4. EFI partition not created during windows 10 installation

    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, Oct 19, 2024
    #4
Thema:

EFI partition not created during windows 10 installation

Loading...
  1. EFI partition not created during windows 10 installation - Similar Threads - EFI partition created

  2. EFI partition not created during windows 10 installation

    in Windows 10 Gaming
    EFI partition not created during windows 10 installation: Hi, I have 1 SSD for OS installation and 1 HDD for data storage. Recently, my SSD was dead, so I made a 100 GB partition from my HDD and installed Windows 10 on that legacy Mode. the problem was its not create any separate partition for the EFI system but the PC was working...
  3. EFI partition not created during windows 10 installation

    in Windows 10 Installation and Upgrade
    EFI partition not created during windows 10 installation: Hi, I have 1 SSD for OS installation and 1 HDD for data storage. Recently, my SSD was dead, so I made a 100 GB partition from my HDD and installed Windows 10 on that legacy Mode. the problem was its not create any separate partition for the EFI system but the PC was working...
  4. Windows 10 EFI partitions

    in Windows 10 Gaming
    Windows 10 EFI partitions: VinceS2 On Mar 20, 2022, VinceS2 updated the extremely helpful instructions he originally posted on August 22, 2020 re: EFI partitions that are not properly configured.My operating system crashed when a large Windows 10 Update Feb 2022 failed. My printer also stopped working....
  5. Windows 10 EFI partitions

    in Windows 10 Installation and Upgrade
    Windows 10 EFI partitions: VinceS2 On Mar 20, 2022, VinceS2 updated the extremely helpful instructions he originally posted on August 22, 2020 re: EFI partitions that are not properly configured.My operating system crashed when a large Windows 10 Update Feb 2022 failed. My printer also stopped working....
  6. MBR2GPT Failing To Create EFI Partition

    in Windows 10 BSOD Crashes and Debugging
    MBR2GPT Failing To Create EFI Partition: Windows 10 Pro 21H1 - Samsung SSD 850 EVO 250 GB with 173 GB free space perfectly healthy according to Samsung MagicianI've been battling away with this for days now and it's driving me crazy- trying to convert an MBR system drive to GPT. In the end I performed a repair...
  7. Creating Recovery and EFI System Partition

    in Windows 10 Network and Sharing
    Creating Recovery and EFI System Partition: Hello,I've just installed Windows 10 on my new SSD and formatted the HDD that had Windows 10 on it before. I just realized in Disk Management that the old HDD has the Recovery and EFI System Partitions. How would I go about adding those to the SSD instead?Thanks....
  8. Are these the partitions that should be created during a new install?

    in Windows 10 Ask Insider
    Are these the partitions that should be created during a new install?: https://i.ibb.co/gtxvw4P/89c68530-f037-4b25-aa20-ac2b473ff696.jpg No recovery partition was created while installing in a new drive. Will it be created automatically or should I delete partitions and try again? In another drive with Windows 1809 I have: 500 MB Recovery,...
  9. Creating an EFI partition

    in Windows 10 Ask Insider
    Creating an EFI partition: Hi, On Win 10 machine I have a 1TB SSD which I used to boot Windows and it has an EFI partition. I purchased a 2TB installed Windows on it and migrated data as a primary drive. I realised that it does not have an EFI partition (but has Boot, Page, File, Crash Dump on it)....
  10. Win 10 installation n how to create partition during installation

    in Windows 10 Installation and Upgrade
    Win 10 installation n how to create partition during installation: How to install Window 10 through usb drive after formatting hard drive and advise how to make hard drive partition during installation window 10...