Windows 10: Accidentally formatted Windows EFI artition

Discus and support Accidentally formatted Windows EFI artition in Windows 10 Ask Insider to solve the problem; I'm trying to dual-boot Arch Linux and Windows 10. While installing Arch Linux, I accidentally formatted the Windows EFI partition. Now GRUB (the... Discussion in 'Windows 10 Ask Insider' started by /u/friedcouch, Apr 11, 2020.

  1. Accidentally formatted Windows EFI artition


    I'm trying to dual-boot Arch Linux and Windows 10. While installing Arch Linux, I accidentally formatted the Windows EFI partition. Now GRUB (the bootloader I'm using for Arch) doesn't detect Windows and the Boot manager also doesn't show Windows. I tried copying everything from Windows/Boot back into the EFI partition but it doesn't solve the problem.

    Do I have to reinstall Windows?

    submitted by /u/friedcouch
    [link] [comments]

    :)
     
    /u/friedcouch, Apr 11, 2020
    #1
  2. Fernandz Win User

    How To Format A Write Protected Flash Memory ?

    ¿You already tried this one?...

    Run CMD


    1. diskpart
    2. list disk

    Then in the 3º step, put the correct number of disk in the list for the usb flash (if it's listed in disk 3, then you'll have to write select disk 3).

    2. select disk #
    3. clean
    4. create partition primary
    5. select partition 1
    6. active
    7. format fs=fat32
    8. assign
    9. exit

    with that commands you will format the flash drive in fat32, if you have a large drive you can select also "format fs=ntfs" in step 7.

    good luck!
     
    Fernandz, Apr 11, 2020
    #2
  3. topgundcp Win User
    Clean install Windows 10, preserving the EFI partition

    Assuming you've already have backup of this drive.
    Saving the EFI partition might not be enough, The BCD might contain custom key(s) and WinRe.wim might contain the diagnostic software.

    You can try to install Windows using dism command, leave everything else alone:
    1. Boot up Windows Installation media. On first screen, Hold SHIFT+F10 to get command prompt.
    2. Type: echo list disk | diskpart to identify the Windows OS drive letter, it might not be C. Also the drive letter of the installation media.
    3. Format X drive: format X: /y /Q /FS:NTFS /V:WINDOWS where X is the drive letter of Windows found in step 2
    4. Navigate to root folder of the installation media found in step 2, find out if sources\install.wim or sources\install.esd existed, use it on the next command,use install.esd if install.wim does not exist:
      dism /Get-WimInfo /WimFile:sources\install.wim ==> get index # of Windows edition you want to install and use it on the next command
      dism /Apply-Image /ImageFile:sources\install.wim /index:# /ApplyDir:X:\
      where X is the drive letter formatted in step 3 and # is the index for the Windows edition.
    5. reboot
     
    topgundcp, Apr 11, 2020
    #3
  4. Belay Win User

    Accidentally formatted Windows EFI artition

    Impossilbe to format EFI in FAT32 using DISKPART

    THks NavyLCDR ofr your prompt reply.

    Maybe it was not clear in my description but I already did that....And it doesn't work....Installation won't start (step 02) and I get the following message from Windows Installer :
    "Windows could not format the partition on disk 0. The error occured during the preparation of system volume.Error code: 0x80042425"

    That's the starting point for me to play with DISKPART...and to try to format my "System" EFI partition into FAT32.
    When I am launching the command "FILESYSTEM" on the "SYSTEM" partition (EFI type), I only got exFat,NTFS and RESF....No FAT32...I wonder what is going wrong there...
     
    Belay, Apr 11, 2020
    #4
Thema:

Accidentally formatted Windows EFI artition

Loading...
  1. Accidentally formatted Windows EFI artition - Similar Threads - Accidentally formatted EFI

  2. format EFI, Recovery partitions windows 10 in clean install?

    in Windows 10 Gaming
    format EFI, Recovery partitions windows 10 in clean install?: I'm going to do a clean install of Windows, but during the installation I want to format all the partitions and then delete them, but I have some concerns! As you can see in the picture below, I have 5 drivers, three of which seem to be vital and important EFI system...
  3. format EFI, Recovery partitions windows 10 in clean install?

    in Windows 10 Installation and Upgrade
    format EFI, Recovery partitions windows 10 in clean install?: I'm going to do a clean install of Windows, but during the installation I want to format all the partitions and then delete them, but I have some concerns! As you can see in the picture below, I have 5 drivers, three of which seem to be vital and important EFI system...
  4. Accidentally formatted EFI partition. Windows can't find disks in DISKPART, running dual...

    in Windows 10 Gaming
    Accidentally formatted EFI partition. Windows can't find disks in DISKPART, running dual...: Hey everyone! I accidentally formatted my EFI partition and I need help restoring the windows boot manager. I'm currently dual booting arch & windows using systemd-boot I've followed this guide...
  5. Accidentally formatted EFI partition. Windows can't find disks in DISKPART, running dual...

    in Windows 10 Software and Apps
    Accidentally formatted EFI partition. Windows can't find disks in DISKPART, running dual...: Hey everyone! I accidentally formatted my EFI partition and I need help restoring the windows boot manager. I'm currently dual booting arch & windows using systemd-boot I've followed this guide...
  6. I accidentally deleted the EFI.

    in Windows 10 Installation and Upgrade
    I accidentally deleted the EFI.: So yes, I accidentally deleted the EFI partition, and my system is now unbootable. What do I do?How can I boot back to Windows? https://answers.microsoft.com/en-us/windows/forum/all/i-accidentally-deleted-the-efi/935f503b-b5af-4574-97c9-6c70f9011a06
  7. I accidentally format the EFI partition and change it to NTFS

    in Windows 10 Installation and Upgrade
    I accidentally format the EFI partition and change it to NTFS: So, as you can see I accidentally format the EFI partition and now my laptop Asus-X441UV is "OS-less". Thankfully I still can access the data via boot menu Linux Mint haven't download for Windows one. What should I do? Thanks and sorry for my carelessness...
  8. Error : windows detected that the efi system partition was formatted as ntfs

    in Windows 10 Ask Insider
    Error : windows detected that the efi system partition was formatted as ntfs: [ATTACH] My laptop is running on Ubuntu, and i want to install Windows 10 alongside my current os. But it show error "windows detected that the efi system partition was formatted as ntfs" when i try to install Windows 10. what should i do? thank you, this is my partition...
  9. Windows detected that the efi system partition was formatted as ntfs. Format the efi system...

    in Windows 10 Installation and Upgrade
    Windows detected that the efi system partition was formatted as ntfs. Format the efi system...: I am getting this error trying to install latest version of windows in a uefi bootable USB. I used Rufus to create the USB in ntfs format. I have formatted my OS and I don't want to lose any more data. What can I do?...
  10. Impossilbe to format EFI in FAT32 using DISKPART

    in Windows 10 Installation and Upgrade
    Impossilbe to format EFI in FAT32 using DISKPART: Hi all, This is the first time for me to install W10 and I am facing a kind of strange issue. All started with an error code displayed by the W10 installer saying something like "Impossible to format system partition. Wrong file system. Error Code 0x80042425"... After so...

Users found this page by searching for:

  1. error code 0x80042425 in windows 10 installation