I can confirm this too, after the setup with the alternate cd.
However to gain access again to micro$oft windows (why?) you have just to open this file and add the text that follows, save and reboot: you will have another choice in GRUB menu
Code:
sudo gedit /boot/grub/menu.lst
add this at the end of the file
Code:
title M$ Windows
root (hd0,0)
chainloader +1
please note that
(hd*,*) should reflect the disk [comma] partition where windows resides. However you can see where your m$ partition with
gparted or via shell typing
and then
to quit parted
/dev/hda or /dev/sda = hd0
/dev/hdb or /dev/sdb - hd1
etc.
partition number refers to the number you have to enter after the comma.
Anyway... there is no reason for which to miss windows!