I foolishly formatted the partition Ubuntu was on using Windows disk management, and now cannot boot my existing Windows 10 installation. I only have access to two things:
- my laptop's (Asus X555) setup utility which is the Aptio Setup Utility, which I can bring up by pressing F12,
- and the undeleted GRUB Rescue command-line interface.
Aptio Setup Utility
It has two "boot options":
[P0: ST1000LM024 HN-...](from hard disk)[P1: HL-DT-ST DVDRAM...](from DVD)
When I reset everything to default it says Hard Drive instead of number 1. But when I "save and exit", which restarts, that option turn back into [P0: ST1000LM024 HN-...] which boots grub.
And pressing/holding F9 or Shift while booting does not load Windows as many articles like this one suggest.
GRUB Rescue
Most commands that many Q&A articles like this one suggest do not work in my Grub. For example here is what does work in my Grub:
ls(which says(hd0) (hd0,msdos5) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1))set(which sayscmdpath=(hd0)prefix=(hd0,msdos6)/boot/grub)root=hd0,msdos6insmod(which sayserror: one argument expected.)
And here's what does not work:
exit(contrary to most answers,exitdoes not work for me)chainloadermenuentrychkdsk(is this one even Linux's? I saw it in some posts)
Which all say Unknown command ' that command '
Is there any way I can boot my working Windows up without using DVDs such as Windows Installer or Live Ubuntu? (I have neither)
Any and all help is appreciated, I am in a crisis.