-1

How can I check if it is dual boot os in my system or not.When I restart my system, it doesn't shows any option regarding windows OS. If there is no windows, how can I uninstall ubuntu from my system ? please help !!!

1 Answers1

0

You seem to not know how to configure GRUB to boot from windows. You need os-prober then you have to reconfigure GRUB.

sudo apt-get install os-prober
sudo grub-mkconfig -o /boot/grub/grub.cfg

After that second command, you should find something that says that a Windows medium has been found or something.