More information please. When you start up your computer, is an option to boot Windows listed anywhere in GRUB (the bootloader)? What is the output on the screen?
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
First of all, kick GRUB into command line mode by hitting 'c'. Then, see if entering the following lines do anything:
(I'm assuming that your Windows partition is the first one on the drive. If it's the second, replace the 0 after the first comma with a 1.)
rootnoverify(hd0,0)
makeactive
chainloader +1
Let us know if it works. If it does, I can show you how to edit your configuration file to add a Windows option.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
For a menu option to be any good, the commands it runs have to work. A Windows option in the Grub menu would use something similar to the commands listed above, so you should verify that the commands I posted work for you. What happens when you enter those into the Grub command line? Post any error messages you get.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
So what you're saying is that Ubuntu is still there, but the GRUB menu no longer shows up when your computer boots?
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339