inaccessible boot drive after windows update on Swift3 N17W7

I have a Swift SF314-54 N17W7.
After a recent windows update I was unable to bootup. I repeatedly got the error message "inaccessible boot drive".
I was able to reinstall W10 using an external DVD Drive with a generic W10 1903 recovery DVD (created using the WIndows10 media creation tool on my desktop PC).
How can I stop it from installing or is there a fix?
Has anyone else had this issue on this model or identified which update is causing it?
Thanks for your time and any info.
B R
Comments
-
Check the BIOS to set whether the SATA mode is set for ACHI or RST with Optane.0
-
Heartfeltdawn said:Check the BIOS to set whether the SATA mode is set for ACHI or RST with Optane.
0 -
Hi BoardRoom
If you believe an update has caused your problem, you need to work through your recently installed packages and remove them one by one. Hopefully, you will eventually delete the update that’s causing the issue.To begin, open the Settings app and navigate to Update and Security > Recovery > Advanced Startup > Restart Now.
After a few moments, a blue screen will pop up. Go to Troubleshoot > Advanced Options > Command Prompt.
Your computer will restart and boot into the Command Prompt app. Once the Command Prompt is on your screen, follow these instructions:
- Type dir c: (assuming Windows is installed in the C drive) and press Enter.
- Run Dism /Image:c:\ /Get-Packages.
- You will see all the packages installed on your system. Use the date field to identify the most recent and make a note of its complete name.
- To remove the package, type dism.exe /image:c:\ /remove-package /[package name]. Replace [package name] with the name you noted in the previous step.
- Reboot your machine.
Hit 'Like' if you find the answer helpful!
Click on 'Yes' if the comment answers your question!0