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 !!!
Asked
Active
Viewed 3,588 times
1 Answers
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.