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.
Thanks, Pavan
|
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. Thanks, Pavan | |||
|
feedback
|
|
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. | |||||
feedback
|
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 at 0:27