Please restart the system and boot from Disk 1.
error code 0xc00000f Windows Won't Load
https://answers.microsoft.com/en-us/windows/forum/all/error-code-0xc00000f-windows-wont-load/96034c92-e31b-436b-bbbe-60965858c894 I have gotten the error message referenced in the title when trying to start my computer.
I followed the directions in the above post, but when I try and run the command that starts with "bcdedit /export" I get a error message that says
"The store export operation has failed
The system cannot find the file specified"
Looking for more direction if possible please!
Windows for home | Windows 10 | Performance and system failures
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.
Answer accepted by question author
25 additional answers
Sort by: Most helpful
-
Ramesh Srinivasan 81,800 Reputation points Independent Advisor
2024-08-30T04:26:47+00:00 Glad it's fixed :) Nothing else needs to be done.
To help others with a similar issue, consider marking the thread as answered by pressing Yes below the appropriate post.
Regards,
-
Ramesh Srinivasan 81,800 Reputation points Independent Advisor
2024-08-28T02:08:52+00:00 - Can you boot the system from Disk 1? It has an EFI partition.
- If Disk 0 contains your Windows installation, please create an EFI partition on that disk.
Run:
diskpart select volume C shrink desired=200 create partition efi size=200 select disk 0 list part list vol exitPost the output. There are additional commands to be run.
-
Anonymous
2024-08-27T22:07:48+00:00 Ramesh,
thank you for your response.
- I believe that the flash drive is recognized in bios, when i go to Bios it gives me the option to boot from the flash drive, when I did not have that option previously. the Bios seems to correctly understand the make and model of the flash drive (sandisk cruzer). I'm not 100% certain that that answers your question, but I hope it helps you
2)bcdedit
response:
the boot configuration data store could not be opened.
the system cannot find the file specified
diskpart
response:
Microsoft DiskPart version 10.0.19041.3636
Copyright (C) Microsoft Corporation
On Computer: MININT-0CUA0GS
list disk
Disk ### Status Size Free Dyn Gpt Disk 0 Online 3726 GB 0B * Disk 1 Online 238 GB 6144 KB * Disk 2 Online 29 GB 0B (as a note, If im understanding this correctly, there should be a lot more free space on both of the listed drives. I had at least 10 gigs free on my main drive last time i turned the computer on, and there was almost nothing on my 256G SSD)
select disk 0
Disk 0 is now the selected disk
list part
Partition ### Type Size Offset Partition 1 Reserved 128MB 17KB Partition 2 Primary 3725GB 129MB list vol
Volume ### Ltr Label Fs Type Size Status Info Volume 0 C New Volume NTFS Partition 3725 GB Healthy Volume 1 D Acer NTFS Partition 237 GB Healthy Volume 2 ESP FAT32 Partition 100 MB Healthy Hidden Volume 3 Recovery NTFS Partition 1024 MB Healthy Hidden Volume 4 E ESD-USB FAT32 Partition 29 GB Healthy exit
leaving DiskPart...
-
Ramesh Srinivasan 81,800 Reputation points Independent Advisor
2024-08-26T02:44:02+00:00 Hi Matt, This is Ramesh.
- Is the drive detected in UEFI/BIOS?
- Please run these commands and post the output: bcdedit diskpart list disk select disk 0 list part list vol exit