Since you have installed Windows after installing Ubuntu, Windows will overwrite
GRUB with it's bootloader. Now from the BIOS set the 'First Boot device' as 'CD-ROM'
Insert your Ubuntu 6.06 ( Dapper Drake) CD and boot from it. Now highlight 'Rescue
a Broken System' (Recovery) line. Press Enter key.Select your language, keyboard,
and let the installer detect your Network . You will be presented with a list of available
partitions. Open a Terminal Window , create a Root account:
$ sudo passwd root
(Enter password)
(Enter password)
Now login as Root:
$ su -
(Enter password)
Now see the partitions on your disk , type :
# fdisk -l
This will display the partitions. Windows partitions FAT32 ( will showup as vfat)
and NTFS will showup as NTFS.
For eg., type:
# grub-install /dev/hda2 ( Note: In your case it may vary!!)
Wait for the process to finish. It would take a few minutes. A dozens of lines would
appear on the screen. Check whether you find the text "Installation finished".
If you do, you can restart you computer by typing 'exit' Eject the CD, reboot.
This will rectify your problem. Start using Ubuntu or Windows!!