I had Dual boot with windows xp and Ubuntu 10.4 on my PC. I have installed Ubuntu 11.10 on the Ubuntu 10.4. After restart it is directly entering into Ubuntu 11.10. There is no menu at start up for selecting Operating system.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Open up a terminal window. Then type:
You'll have to type in your password. This will open up the grub configuration file. Look at the first several lines. You should see something like:
Also, note that Finally, after making the necessary change, save and exit the editor. At the terminal, as suggested in the grub config file, type
to make the changes stick. |
|||||
|
sudo parted -l. This will list all your partitions. If there is no Windows (NTFS) partition, then your Windows system is gone. Since the output ofpartedcan sometimes be hard to interpret, I recommend editing your question to include all the output ofsudo parted -l. – Eliah Kagan Apr 23 '12 at 0:27