Question: Is it possible to find, locate, or install the windows 10 boot manager through the grub 2 command line? If so, what are those commands?
I cannot boot into windows of course and i can not enter ubuntu either. If the questions above are not possible, what are my options? I only want/need windows.
Situation: I have a dual boot (windows 10 & Ubuntu) installation on my laptop HDD, and no longer wanted to keep ubuntu on my hdd. I wanted to erase all trace of ubuntu so that i could safely transfer data to an ssd.
So Naturally, as someone new to linux, i thought it made sense to simply delete the linux partition from Windows’ Disk Manager since windows was (pre)installed first. Then migrate the data over to the clean ssd.
Problem: After deleting the linux partition and extending the c drive to take over unallocated space, I can no longer boot windows. As soon as i turn on my laptop, the GNU GRUB ver 2.04 shows up. In the command line it displays: “grub> ” (It is Not grub rescue)
Typing “exit” simply brings me back to the same screen. The UEFI menu that i have doesnt have any option change the boot back to windows bootmgr. I dont have a windows installation disk, or any external windows backup device that was recommended. And I dont currently have but could make another ubuntu live usb, if necessary. But it would be cool if i could do this in grub
Neither the hdd nor the ssd can boot windows nor ubuntu. But both devices bring up the GRUB> command line. I now know that data migration moves everything except the boot manager itself. Ive also learned that installing ubuntu gave the booting reigns to ubuntu and took that control away from windows. Which is why uninstalling ubuntu from windows caused this issue..
So my question is, since ubuntu is gone, is windows boot manager also erased? Or is it possible to locate it through GRUB?
sudo update-grub
, Windows will be added to the USB's boot menu. Then you can boot windows from the USB. https://askubuntu.com/questions/1300454/easy-full-install-usb-that-boots-both-bios-and-uefi – C.S.Cameron Jan 19 '21 at 03:57