Fix Grub OS Selection Menu on Dual boot Installed OS Windows and Linux
Posted on Monday 5 December 2011 | By utchanovsky
It’s been twice my OS boot selection been removed after installing Crunchbang Linux (based on Debian Squeeze). After search on Google, I found this link (although it was meant for ubuntu, but it works fine on me)
Maybe that tutorial a little bit hard to novice user. I found another simple way to do this.
- Run your favorite console & Install OS Prober program by typing this:
sudo apt-get install os-prober
- running it using console
sudo os-prober
- Update your grub by run this command
sudo update-grub
Reboot and it should fix your OS boot selection menu.
PS: if you run sudo command, you’ll be promt to enter your administrator password.