Feature update to Windows 10, version 1709 fails to install

Anonymous
2017-12-15T05:07:39+00:00

Hi, I am trying to install the Creators Update on my computer, but it fails and has to recover every time I try. What system information should I post to help troubleshoot why the update continues to fail?

Thanks!

-Andrew

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

153 answers

Sort by: Most helpful
  1. Anonymous
    2018-02-23T04:33:24+00:00

    Darn, indeed. Anyway - when you said: "2. tried w10 ISO 1709 Clean install" - it can't be true.

    (1) An ISO cannot do a clean install. It must be burnt to DVD & booted through the UEFI boot choices menu to do a clean install. (Or, an Installation USB drive can be booted.) Then, you must wipe the SSD to unallocated space, & install into that. In that case, everything would be new - beautiful new partitions & a brand new BCD. (Edit: However, I would unplug the HDD first. The clone parent doesn't belong, & its partitions may have an ill affect on the new BCD.) 

    (2) If you don't wipe the existing partitions off the SSD, but only make a new area of unallocated space, & install into that - it is a dual boot. The v.1709 Windows partition would be clean & it would contain a folder that holds its own Recovery Environment. But the v.1511 EFI (system) partition would be kept, & its BCD would be shared with v.1709. The existing Recovery Partition still belongs to v.1511.

    (3) If you open an ISO in File Explorer, click its Setup.exe, & directed it to install into the v.1511 Windows partition - that is an upgrade install. It is the same as if you took the upgrade through Windows Update. You end up with v.1709, & a new v.1709 Recovery Partition. The v.1511 Recovery Partition gets emptied but is not deleted. And the EFI (system) partition is taken over by v.1709, but the BCD is not fresh. It is altered but carries junk entries from v.1511 days.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-02-21T02:12:22+00:00

    Regarding the Easus article...

    (1) I didn't have to turn off Secure Boot  for either BootRec or BCDBoot.

    (2) /FixMBR & /Fixboot are for MBR type HDDs - but are likely harmless on GPT.

    (3) /RebuildBCD will only look for additional, compatible Windows installations to add to the BCD - unless the BCD is renamed/deleted first. Then, it generates a whole new BCD. (I guess one could delete just the existing Boot Loader entry in the BCD, then it would be recreated.)...

    X:\windows\system32>bootrec /?

    Repairs critical disk structures. The following commands are supported:

    /FixMbr -- writes the master boot record of the system partition using the master boot record compatible with Windows. This operation does not overwrite the existing partition table.

    /FixBoot -- write a new boot sector onto the system partition using the boot sector compatible with Windows.

    /ScanOs -- scan all disks for installations compatible with Windows and display the entries that are currently not in the boot configuration store.

    /RebuildBcd -- scan all disks for installations compatible with Windows and allow the user to choose which to add to the boot configuration store.

    (4) I'm not a fan of "/f ALL" in BootRec, unless maybe making a DVD. (But it didn't really hurt.)

    (5) Where the Easus article says...

    "diskpart will now show the full list of volumes on your PC, find UEFI volume from the list: UEFI partition will be on Volume 2."

    That wouldn't always be true. Mine is Volume 3, but turns out to be Partition 2...

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-02-21T00:34:56+00:00

    I've done both of those now. Neither killed me. Here is what I think I know...

    (1) BootRec exists only at the Command Prompt of the Recovery Environment. It only affects the BCD itself, (which makes it safer, actually). To get a clean BCD - first backup, then delete/rename the current one. Renaming provides a second backup. That's what I did back then. Otherwise, it will merely search all drives & add any compatible Windows installation to the BCD - if it isn't already there. Here is what it produced for me (a year/more ago) before a reboot...

    X:\windows\system32>bcdedit /enum

    Windows Boot Manager


    identifier            {bootmgr}

    device                partition=F:

    path                   \EFI\Microsoft\Boot\bootmgfw.efi

    description        Windows Boot Manager

    locale                 en-US

    default               {default}

    displayorder      {default}

    timeout             30

    Windows Boot Loader


    identifier                {default}

    device                    partition=C:

    path                       \Windows\system32\winload.efi

    description             Windows 10 Home

    locale                      en-US

    recoverysequence    {51a43695-16a7-11e7-a171-ad6acdb1a9b8}

    recoveryenabled   Yes

    osdevice                partition=C:

    systemroot            \Windows

    bootmenupolicy    Standard

    It did not turn off the recovery partition. That got set up. But I wonder, where was "resumeobject"? But I never noticed a problem with Sleep/Hibernation that I can recall.

    (2) BCDBoot exists in the Command Prompt of a booted Windows. It will not only do the BCD, but also all the boot files that are on the EFI (system) partition will be replaced. That includes the boot loader, itself. Well, I can't swear my UEFI files were replaced, because a DIR before/after shows them all to be identical. But they were mentioned in the verbose report (/v) I posted above (I think). In addition, it gave me a full set of MBR boot files, which soon I did delete. I suggest one check whether the HDD is GPT or MBR , & run with the appropriate option (UEFI or BIOS - not All).

    Regarding the BCD - I wish I had deleted it first. I didn't, & BCDBoot left most junk intact, like a couple of entries that reference my empty v.1703 Recovery Partition, but are themselves unreferenced. (Soon, I'll just delete them.) But it did delete a Windows Setup entry. I wonder, had I used the /c option - would that have been as good as deleting the BCD?

    It did seem to do work on the Windows Boot Loader entry - that may be fresh. But it removed the references in it to the v.1709 Recovery Partition. Therefore, a Shift+Reboot did not go there, but just did a reboot to Windows. I needed to run ReagentC to turn that back ON.

    Here is what BCDBoot produced (after reboot)...

    Windows Boot Manager


    identifier              {bootmgr}

    device                  partition=\Device\HarddiskVolume2

    path                    \EFI\Microsoft\Boot\bootmgfw.efi

    description          Windows Boot Manager

    locale                  en-us

    inherit                 {globalsettings}

    default                {current}

    resumeobject     {1669dd2d-15eb-11e8-b080-74e6e2074932}

    displayorder       {current}

    toolsdisplayorder   {memdiag}

    timeout              30

    Windows Boot Loader


    identifier             {current}

    device                 partition=C:

    path                    \Windows\system32\winload.efi

    description         Windows 10

    locale                  en-us

    inherit                 {bootloadersettings}

    isolatedcontext   Yes

    allowedinmemorysettings    0x15000075

    osdevice             partition=C:

    systemroot         \Windows

    resumeobject    {1669dd2d-15eb-11e8-b080-74e6e2074932}

    nx                      OptIn

    bootmenupolicy   Standard

    Here is what the Boot Loader entry looks like immediately after ReagentC is run...

    Here was my run of ReagentC...

    ***************************************************************

    ***  Turn Recovery Environment back on with ReagentC   ***

    ***  after BCDBoot has turned it off.                                   ***

    ***************************************************************

    C:\Windows\system32>diskpart

    Microsoft DiskPart version 10.0.16299.15

    Copyright (C) Microsoft Corporation.

    On computer: PCRSCOMPUTER

    DISKPART> list vol

    Volume ###  Ltr  Label        Fs     Type        Size     Status     Info

      ----------  ---  -----------  -----  ----------  -------  ---------  --------

      Volume 0     E                       DVD-ROM         0 B  No Media

      Volume 1     C   PCR Hard     NTFS   Partition    930 GB  Healthy    Boot

      Volume 2         Recovery     NTFS   Partition    450 MB  Healthy    Hidden

      Volume 3                      FAT32  Partition    100 MB  Healthy    System

      Volume 4                      NTFS   Partition    790 MB  Healthy    Hidden

    DISKPART> sel disk 0

    Disk 0 is now the selected disk.

    DISKPART> list part

    Partition ###  Type              Size     Offset

      -------------  ----------------  -------  -------

      Partition 1    Recovery           450 MB  1024 KB

      Partition 2    System             100 MB   451 MB

      Partition 3    Reserved            16 MB   551 MB

      Partition 4    Primary            930 GB   567 MB

      Partition 5    Recovery           790 MB   930 GB

    DISKPART> sel part 5

    Partition 5 is now the selected partition.

    DISKPART> assign letter=R

    DiskPart successfully assigned the drive letter or mount point.

    DISKPART> sel part 1

    Partition 1 is now the selected partition.

    DISKPART> assign letter=X

    DiskPart successfully assigned the drive letter or mount point.

    DISKPART> exit

    Leaving DiskPart...

    C:\Windows\system32>dir x:\ /a /s //This is the leftover v.1703 recovery partition

     Volume in drive X is Recovery                //I wanted to see again: The stupid thing is empty!

     Volume Serial Number is DECF-96B8

    Directory of x:\

    10/18/2017  07:24 AM    <DIR>          Recovery

    10/14/2017  03:51 PM    <DIR>          System Volume Information

                   0 File(s)              0 bytes

    Directory of x:\Recovery

    10/18/2017  07:24 AM    <DIR>          .

    10/18/2017  07:24 AM    <DIR>          ..

    09/04/2017  03:27 AM    <DIR>          Logs

                   0 File(s)              0 bytes

    Directory of x:\Recovery\Logs

    09/04/2017  03:27 AM    <DIR>          .

    09/04/2017  03:27 AM    <DIR>          ..

    09/04/2017  07:24 AM             1,316 Reload.xml

                   1 File(s)          1,316 bytes

    Total Files Listed:

                   1 File(s)          1,316 bytes

                   7 Dir(s)     453,353,472 bytes free

    C:\Windows\system32>dir R:\ /a /s //This is the v.1709 Recovery Partition

     Volume in drive R has no label.                      //It's loaded with good stuff.

     Volume Serial Number is 9AB3-01BA

    Directory of R:\

    10/18/2017  07:29 AM    <DIR>          Recovery

    02/13/2018  10:24 PM    <DIR>          System Volume Information

                   0 File(s)              0 bytes

    Directory of R:\Recovery

    10/24/2017  04:34 AM    <DIR>          .

    10/24/2017  04:34 AM    <DIR>          ..

    12/31/2017  03:16 AM    <DIR>          Logs

    12/31/2017  06:09 AM    <DIR>          WindowsRE

                   0 File(s)              0 bytes

    Directory of R:\Recovery\Logs

    12/31/2017  03:16 AM    <DIR>          .

    12/31/2017  03:16 AM    <DIR>          ..

    12/31/2017  06:09 AM             1,356 Reload.xml

                   1 File(s)          1,356 bytes

    Directory of R:\Recovery\WindowsRE

    12/31/2017  06:09 AM    <DIR>          .

    12/31/2017  06:09 AM    <DIR>          ..

    09/29/2017  08:42 AM         3,170,304 boot.sdi

    12/31/2017  06:09 AM             1,111 ReAgent.xml

    10/18/2017  07:28 AM       441,328,704 Winre.wim

                   3 File(s)    444,500,119 bytes

    Total Files Listed:

                   4 File(s)    444,501,475 bytes

                  10 Dir(s)     364,892,160 bytes free

    C:\Windows\system32>ReagentC /SetREImage /Path R:\Recovery\WindowsRE /Target C:\Windows

    Directory set to: \?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE

    REAGENTC.EXE: Operation Successful.

    C:\Windows\system32>ReagentC /Enable

    REAGENTC.EXE: Operation Successful.

    C:\Windows\system32>ReagentC /Info

    Windows Recovery Environment (Windows RE) and system reset configuration

    Information:

    Windows RE status:         Enabled

        Windows RE location:       \?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE

        Boot Configuration Data (BCD) identifier: f122fa9e-b3ff-11e7-9217-d7700d4f6e45

        Recovery image location:

        Recovery image index:      0

        Custom image location:

        Custom image index:        0

    REAGENTC.EXE: Operation Successful.

    C:\Windows\system32>diskpart

    Microsoft DiskPart version 10.0.16299.15

    Copyright (C) Microsoft Corporation.

    On computer: PCRSCOMPUTER

    DISKPART> list vol

    Volume ###  Ltr  Label        Fs     Type        Size     Status     Info

      ----------  ---  -----------  -----  ----------  -------  ---------  --------

      Volume 0     E                       DVD-ROM         0 B  No Media

      Volume 1     C   PCR Hard     NTFS   Partition    930 GB  Healthy    Boot

      Volume 2     X   Recovery     NTFS   Partition    450 MB  Healthy    Hidden

      Volume 3                      FAT32  Partition    100 MB  Healthy    System

      Volume 4     R                NTFS   Partition    790 MB  Healthy    Hidden

    DISKPART> sel vol 2

    Volume 2 is the selected volume.

    DISKPART> remove letter=x

    DiskPart successfully removed the drive letter or mount point.

    DISKPART> sel vol 4

    Volume 4 is the selected volume.

    DISKPART> remove letter=r

    DiskPart successfully removed the drive letter or mount point.

    DISKPART> exit

    Leaving DiskPart...

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-02-20T08:33:00+00:00

    wow man u survived. i have no idea on the fragments u have posted hehe...

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-02-20T08:19:13+00:00

    So - I did it & did survive. I put Z: onto the system partition & did:  BCDBoot C:\Windows /s z:/f all /v

    (1) It cleaned up my BCD to some extent, but not completely. It left more junk than was removed. I should have renamed the BCD first, I think.

    (2) It created a new folder on the system partition called "Boot" which doubled its size.

    Directory of z:\

    05/09/2017  12:25 AM    <DIR>          EFI

    02/19/2018  10:06 PM    <DIR>          Boot

    02/10/2018  12:37 AM           398,090 bootmgr

    09/29/2017  08:41 AM                 1 BOOTNXT

                   2 File(s)        398,091 bytes

    I deleted that & the extra copy of BootMGR it had deposited in the root folder. To avoid this, I suggest you use "/f UEFI" - instead of "/f All". That extra stuff was to make the system folder compatible with MBR disks - but we two are both GPT.

    (3) It turned OFF my recovery partition, but I turned it back on with ReagentC.

    Here is what it did...

    C:\WINDOWS\system32>BCDBoot C:\Windows /s z: /f all /v

    BFSVC: ServiceBootFiles MuiOnly:n Res:y Fonts:y BootMgrOvw:n BootStatOvw:n DbgTrn:y SuspendBDE:n

    BFSVC: Using source OS version a00003fab000f

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\bootmgr for read because the file or path does not exist

    BFSVC: Copying boot files CopyBootManager(Yes) C:\Windows\boot\PCAT -> \?\GLOBALROOT\Device\HarddiskVolume2\Boot

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\bg-BG\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\bootmgr for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\bootvhd.dll for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\cs-CZ\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\cs-CZ\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\da-DK\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\da-DK\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\de-DE\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\de-DE\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\el-GR\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\el-GR\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\en-GB\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\en-US\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\en-US\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\es-ES\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\es-ES\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\es-MX\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\et-EE\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\fi-FI\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\fi-FI\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\fr-CA\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\fr-FR\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\fr-FR\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\hr-HR\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\hu-HU\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\hu-HU\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\it-IT\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\it-IT\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\ja-JP\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\ja-JP\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\ko-KR\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\ko-KR\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\lt-LT\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\lv-LV\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\memtest.exe for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\nb-NO\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\nb-NO\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\nl-NL\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\nl-NL\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\pl-PL\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\pl-PL\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\pt-BR\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\pt-BR\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\pt-PT\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\pt-PT\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\qps-ploc\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\qps-ploc\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\ro-RO\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\ru-RU\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\ru-RU\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\sk-SK\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\sl-SI\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\sr-Latn-RS\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\sv-SE\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\sv-SE\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\tr-TR\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\tr-TR\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\uk-UA\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\zh-CN\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\zh-CN\memtest.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\zh-TW\bootmgr.exe.mui for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\zh-TW\memtest.exe.mui for read because the file or path does not exist

    BFSVC: GetFileAttributes(\?\GLOBALROOT\Device\HarddiskVolume2\Boot\BCD) failed: File not found.

    BFSVC: GetFileAttributes(\?\GLOBALROOT\Device\HarddiskVolume2\Boot\BCD.LOG) failed: File not found.

    BFSVC: Copying font files from C:\Windows\boot\Fonts to \?\GLOBALROOT\Device\HarddiskVolume2\Boot\Fonts...

    BFSVC: Copying resource files from C:\Windows\boot\Resources to \?\GLOBALROOT\Device\HarddiskVolume2\Boot\Resources...

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\Resources\bootres.dll for read because the file or path does not exist

    BFSVC: Unable to open file \?\GLOBALROOT\Device\HarddiskVolume2\Boot\Resources\en-US\bootres.dll.mui for read because the file or path does not exist

    BFSVC: Servicing debugger files

    BFSVC: List of debugger files is empty

    BFSVC: BfsInitializeBcdStore flags(0x0000021c) RetainElementData:n DelExistinObject:n

    BFSVC: VolumePathName for C:\Windows is C:\

    BFSVC: Opening template from \Device\HarddiskVolume4\Windows\System32\config\BCD-Template.

    BFSVC: Opening store from \Device\HarddiskVolume2\boot\BCD

    BFSVC: System BCD store does not exist, creating.

    BFSVC: Creating General objects.

    BFSVC: Creating Resume object.

    BFSVC: Creating MemTest object.

    BFSVC: Creating OsLoader object.

    BFSVC: OsLoader identifier: {12559446-15eb-11e8-b080-74e6e2074932}

    BFSVC: Removing duplicate entries.

    BFSVC: Create BOOTMGR object RetainBootDefault:n

    BFSVC: Setting {default} to {12559446-15eb-11e8-b080-74e6e2074932}

    BFSVC: Cleaning up debugger settings.

    BFSVC: ServiceBootFiles MuiOnly:n Res:y Fonts:y BootMgrOvw:n BootStatOvw:n DbgTrn:y SuspendBDE:n

    BFSVC: Using source OS version a00003fab000f

    BFSVC: Copying boot files CopyBootManager(Yes) C:\Windows\boot\EFI -> \?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot

    BFSVC: Creating Recovery directory.

    BFSVC: Copying font files from C:\Windows\boot\Fonts to \?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\Fonts...

    BFSVC: Copying resource files from C:\Windows\boot\Resources to \?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\Resources...

    BFSVC: Servicing debugger files

    BFSVC: Copying boot debugging files from C:\Windows\system32 to \?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot (kd_*_*.dll)

    BFSVC: Copying boot debugging files from C:\Windows\system32 to \?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot (kdstub.dll)

    BFSVC: Done servicing debugger files.

    BFSVC: BfsInitializeBcdStore flags(0x0000021c) RetainElementData:n DelExistinObject:n

    BFSVC: VolumePathName for C:\Windows is C:\

    BFSVC: Opening template from \Device\HarddiskVolume4\Windows\System32\config\BCD-Template.

    BFSVC: Opening store from \Device\HarddiskVolume2\EFI\Microsoft\Boot\BCD

    BFSVC: Creating General objects.

    BFSVC: Creating Resume object.

    BFSVC: Creating MemTest object.

    BFSVC: Creating OsLoader object.

    BFSVC: OsLoader identifier: {1669dd2e-15eb-11e8-b080-74e6e2074932}

    BFSVC: Removing duplicate entries.

    BFSVC: Removing duplicate object {140ab405-3491-11e7-a4a0-952787f57a8e}

    BFSVC: Removing duplicate object {7254a080-1510-4e85-ac0f-e7fb3d444736}

    BFSVC: Create BOOTMGR object RetainBootDefault:n

    BFSVC: Setting {default} to {1669dd2e-15eb-11e8-b080-74e6e2074932}

    BFSVC: Cleaning up debugger settings.

    BFSVC: Opening recovery store from \Device\HarddiskVolume2\EFI\Microsoft\Recovery\BCD

    BFSVC: Creating General objects.

    BFSVC: Create BOOTMGR object RetainBootDefault:y

    BFSVC: Setting {default} to {f12321ae-b3ff-11e7-9217-d7700d4f6e45}

    Boot files successfully created.

    C:\WINDOWS\system32>

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments