OK so i know this will be marked as duplicate because it looks very similar to many other issues people have had.
Hear me out: I installed Ubuntu alongside Windows 10, after a bit of troubleshooting it managed to boot into Ubuntu from the GRUB menu.
Now, when i select "Windows Boot Manager" from the GRUB menu, i get the Windows blue screen with an error saying "can't access device".
Windows Boot Manager
Windows failed to start. A recent hardware or software change might be the cause. To fix the problem: 1. Insert your Windows installation disc and restart your computer. 2. Choose your language settings, and then click "Next." 3. Click "repair your computer." If you don't have this disc, contact your system administrator or computer manufacturer for assistance. Status: 0xc000000e Info: The boot selection failed because a required device is inaccessible.
The previous trouble shooting involved deleting a partition on my SSD that i assumed was the partition that i created for Ubuntu. I have a feeling deleting this partition may have caused the issue but i cannot see how.
I have tried pretty much every fix i can find on askubuntu and nothing has worked, i just seem to keep adding more useless options to my GRUB menu.
Has anyone else had this issue?
The error code that Windows throws me is: 0xc000000e
testdisk
: https://www.cgsecurity.org/wiki/TestDisk – WinEunuuchs2Unix Aug 04 '18 at 14:59grep -i windows -A10 /boot/grub/grub.cfg
and print output – Paul Benson Aug 04 '18 at 17:25