vashan1977
Active member
- Oct 14, 2022
- 32
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
2022-10-19 21:04:05, Warning SP BFSVC: Failed to forcibly unload the system store. Status = [c000000e]
2022-10-19 21:04:05, Info SP BFSVC: Creating General objects.
2022-10-19 21:04:05, Info SP BFSVC: Creating Resume object.
2022-10-19 21:04:05, Info SP BFSVC: Creating MemTest object.
2022-10-19 21:04:05, Info SP BFSVC: Creating OsLoader object.
2022-10-19 21:04:05, Info SP BFSVC: OsLoader identifier: {d3322e34-391d-11ec-83d6-004e01aa7240}
2022-10-19 21:04:05, Info SP BFSVC: Create BOOTMGR object RetainBootDefault:n
2022-10-19 21:04:05, Info SP BFSVC: Setting {default} to {d3322e34-391d-11ec-83d6-004e01aa7240}
2022-10-19 21:04:05, Info SP BFSVC: Cleaning up debugger settings.
2022-10-19 21:04:05, Info SP BFSVC: Opening recovery store from \Device\HarddiskVolume2\EFI\Microsoft\Recovery\BCD
2022-10-19 21:04:05, Info SP BFSVC: Creating General objects.
2022-10-19 21:04:05, Info SP BFSVC: Create BOOTMGR object RetainBootDefault:y
2022-10-19 21:04:05, Info SP BFSVC: Setting {default} to {7206d41c-d57c-11ea-837e-975cddc94cab}
2022-10-19 21:04:05, Info SP BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info SP BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info SP BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info SP BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info SP BFSVC: BCD Error: BiExportBcdObjects failed c000000e
2022-10-19 21:04:05, Info SP BFSVC: BCD Error: BiExportStoreAlterationsToEfi failed c000000e
2022-10-19 21:04:05, Info SP BFSVC: BCD Error: Failed to export alterations to firmware. Status: c000000e
2022-10-19 21:04:05, Error SP BFSVC: Failed to close the system store. Status = [c000000e]
2022-10-19 21:04:05, Error SP CAddBootEntry: Failure while adding the boot entry. Error: 0x800701B1[gle=0x000001b1]
2022-10-19 21:04:05, Error IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error IBSLIB BCD: BiExportBcdObjects failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error IBSLIB BCD: BiExportStoreAlterationsToEfi failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error IBSLIB BCD: Failed to export alterations to firmware. Status: c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error SP Operation failed: Add boot entry for C:\$WINDOWS.~BT\NewOS\WINDOWS. Locale = nb-NO. Error: 0x800701B1[gle=0x000000b7]
2022-10-19 21:04:05, Info MOUPG Finalize: Registering Setup Platform error: [0x800701B1]
2022-10-19 21:04:05, Error SP ExecuteOperations: Failed execution phase Finalize. Error: 0x800701B1
2022-10-19 21:04:05, Info MOUPG MoSetupPlatform: SetupPlatform::INewSystem::Finalize returned: [0x4]
2022-10-19 21:04:05, Error MOUPG MoSetupPlatform: Finalize reported failure!
bootrec /scanos
bootrec /rebuildbcd
diskpart - Opens the Disk Partitionning tool
select disk 0 - Will select your first hard drive (the one with the Windows partition on it)
list volume - Note the number of the partition that have no drive letter assigned to it, is of 260MB of size and have "FAT32" listed under the "FS" column
select volume X - X will be the number of your partition with a size of 260MB, the EFI System Partition one that you identified in the last command
assign letter=Z: - It'll assign the Z: letter to the EFI System Partition
exit - To exit the diskpart utility
Now you'll be back in the command prompt, enter the following commands:
cd /d Z:\EFI\Microsoft\Boot - Goes to the "Boot" directory in the Z: partition
attrib Z:\EFI\Microsoft\Boot\BCD -h -r -s - Removes the hidden, read-only and system attributes from the BCD folder
ren Z:\EFI\Microsoft\Boot\BCD BCD.old - Renamed the BCD folder to BCD.old
bootrec /rebuildbcd - This command will rebuild the BCD.
When it asks you Add the installation to boot list?, press on y followed by Enter and if it succeed, you'll have a The operation completed successfully message. Once you're done, close the command prompt, restart your computer and try to upgrade again.
Has Sysnative Forums helped you? Please consider donating to help us support the site!