- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 11:09 PM (Last edited 04-03-2024 10:08 AM by SamsungCaleb ) in
Monitors and MemoryHello,
I recently bought myself a birthday present to upgrade my storage on my pc. I originally bought this pc with a Western Digital 256 SSD M.2 in it but have quickly ran out of space due to how big games are now days. I decided to upgrade to the 990 Pro M.2 SSD to quadruple my storage. I also have a 1TB HDD that I use for not as intensive games. When I took out my old SSD and inserted my new SSD and installed windows it was able to boot up and I was able to use my pc. Upon checking my devices and drives tab I noticed my 1TB HDD wasn't showing up. So I decided to restart my pc thinking maybe it just needed to restart to pick up my HDD. Well now I'm stuck on a blue screen that has "Recovery" at the top left of the screen with text of "Your PC/device needs to be repaired" "This application or operation system couldn't be loaded because a required file is missing or contains errors" Error Code: 0xc000000e. I'm Unable to get passed the blue screen... (when I take out my new SSD and Insert my OLD SSD it boots up instantly)
Solved! Go to Solution.
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:49 PM in
Monitors and Memorythe error is about bcdboot store!
Thera are several senarios that may cause the issue!
Senario 1
Wrong boot order. you must select the correct disk to boot from.
Power on computer, push DEL or any other key for boot options
Select windows Boot manager or Uefi 990 pro
If the blue screen appears again remove all additional hdd/ssd and try again.
Senario 2
You must reconfigure bcd store.
Boot from winPe to use command promt
input the following commands
- dikpart
- list vol (this will list you the disks volumes)
- select vol n ("n" is the number of volume labeled as SYSTEM and fs=Fat32)
- assign letter S (in order to give a letter to partition)
- exit
now you have to look for the letter in fs=NTFS 2TB partition from the list above. C letter is the most common - bcdboot c:\windows /s s: /f UEFI (input in c:\ the letter for yours ntfs partition
Then restart your pc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 01:54 AM in
Monitors and MemoryI suggest disconnecting the HDD and reinstalling windows again to the 990.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:49 PM in
Monitors and Memorythe error is about bcdboot store!
Thera are several senarios that may cause the issue!
Senario 1
Wrong boot order. you must select the correct disk to boot from.
Power on computer, push DEL or any other key for boot options
Select windows Boot manager or Uefi 990 pro
If the blue screen appears again remove all additional hdd/ssd and try again.
Senario 2
You must reconfigure bcd store.
Boot from winPe to use command promt
input the following commands
- dikpart
- list vol (this will list you the disks volumes)
- select vol n ("n" is the number of volume labeled as SYSTEM and fs=Fat32)
- assign letter S (in order to give a letter to partition)
- exit
now you have to look for the letter in fs=NTFS 2TB partition from the list above. C letter is the most common - bcdboot c:\windows /s s: /f UEFI (input in c:\ the letter for yours ntfs partition
Then restart your pc