Windows 10: Windows 11 Update, installing boot files on wrong EFI partition

Discus and support Windows 11 Update, installing boot files on wrong EFI partition in Windows 10 Gaming to solve the problem; I am running windows on my Asus Viwobook laptops internal Nvme SSD Disk 0, which has windows 11 installation factory installated.Disk 0 Partition... Discussion in 'Windows 10 Gaming' started by Mackline Godinho, Sep 15, 2023.

  1. Windows 11 Update, installing boot files on wrong EFI partition


    I am running windows on my Asus Viwobook laptops internal Nvme SSD Disk 0, which has windows 11 installation factory installated.Disk 0 Partition Layout:0 - EFI parition Windows bootloader1 - C: Windows Installation2 - Recovery Partition3 - Recovery PartitionI have an extenal portable Harddrive Disk 1 connected via USB C which has two additional Operating system. Ubuntu 23.04 and Fedora 39 Disk 1 Partition Layout:0 - EFI parition Ubuntu and Fedora Grub mointpoint /boot/efi1 - Ubuntu root and home installation mountpoint /2 - Fedora boot partition moutpoint /boot3 - Fedora root

    :)
     
    Mackline Godinho, Sep 15, 2023
    #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, Sep 15, 2023
    #2
  3. Windows 11 upgrade failed.

    Thanks.

    The BCD or the EFI boot partition's file system is corrupt. Rebuilding the EFI boot partition fixes this issue.

    Please go through these links for more information:

    If you need step-by-step assistance in this regard, boot into WinRE Command Prompt.

    Then run:

    • mountvol y: /s
    • bcdedit
    • diskpart
    • list vol
    For each command, photograph the screen and upload it to OneDrive.
     
    Ramesh Srinivasan, Sep 15, 2023
    #3
  4. Windows 11 Update, installing boot files on wrong EFI partition

    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, Sep 15, 2023
    #4
Thema:

Windows 11 Update, installing boot files on wrong EFI partition

Loading...
  1. Windows 11 Update, installing boot files on wrong EFI partition - Similar Threads - Update installing boot

  2. Windows 11 Boot EFI partition replacement / recreation

    in Windows 10 Software and Apps
    Windows 11 Boot EFI partition replacement / recreation: TLDR; I want to recreate the EFI partition on a different disk.SATA-SSD Disk 0 -- Which is supposed to be a dedicated LINUX and Games windows.NVME Disk 2 -- Supposed to be Windows and Data.I had Linux already running off Disk 0. I re-formatted and deleted the NVME Disk 2...
  3. Windows 11 Boot EFI partition replacement / recreation

    in Windows 10 Gaming
    Windows 11 Boot EFI partition replacement / recreation: TLDR; I want to recreate the EFI partition on a different disk.SATA-SSD Disk 0 -- Which is supposed to be a dedicated LINUX and Games windows.NVME Disk 2 -- Supposed to be Windows and Data.I had Linux already running off Disk 0. I re-formatted and deleted the NVME Disk 2...
  4. Windows 11 Update, installing boot files on wrong EFI partition

    in Windows 10 Software and Apps
    Windows 11 Update, installing boot files on wrong EFI partition: I am running windows on my Asus Viwobook laptops internal Nvme SSD Disk 0, which has windows 11 installation factory installated.Disk 0 Partition Layout:0 - EFI parition Windows bootloader1 - C: Windows Installation2 - Recovery Partition3 - Recovery PartitionI have an extenal...
  5. Windows 11 EFI Partition

    in Windows 10 Gaming
    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...
  6. Windows 11 EFI Partition

    in Windows 10 Software and Apps
    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...
  7. How to delete EFI Boot Store accidentally created on wrong partition?

    in Windows 10 Gaming
    How to delete EFI Boot Store accidentally created on wrong partition?: I have recently migrated cloned my Windows 10 installation from an HDD to an SSD.I had created a new EFI System Partition on the SSD and was creating a corresponding BCD entry using the `bcdboot` command when I accidentally created a BCD store in the C partition, instead of...
  8. How to delete EFI Boot Store accidentally created on wrong partition?

    in Windows 10 Software and Apps
    How to delete EFI Boot Store accidentally created on wrong partition?: I have recently migrated cloned my Windows 10 installation from an HDD to an SSD.I had created a new EFI System Partition on the SSD and was creating a corresponding BCD entry using the `bcdboot` command when I accidentally created a BCD store in the C partition, instead of...
  9. EFI partition on wrong drive

    in Windows 10 Drivers and Hardware
    EFI partition on wrong drive: I have an SSD and an HDD. Windows is on the SSD but as you can see EFI and recovery partitions (there are two for some reason) are on the other drive. I'm not sure if it's always been like that but after dual booting with ubuntu probably had something to do with it. I've...
  10. EFI Partitions on wrong drive

    in Windows 10 Installation and Upgrade
    EFI Partitions on wrong drive: Hi, After removing an SSD (W*Smile from my rig I discovered that my system would no longer boot and gave the error: NTDLL not found. Press CTRL+ALT+DEL to restart. I put the drive back and was able to boot. Attached is my disk management. I recently installed plugged...