Helo!
My problem is: from nothing, a bunch of new entrys appeared in my Grub menu. But thats not the big problem, rather that the entry of Windows Xp is no longer in menu.lst, and i can't boot to Windows Xp to play Total Annihilation Spring :P Luckily, i need Windows only for that.
Anyways, these are the Grub entrys, i had originally:
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb2 ro quiet splash
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb2 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet
boot
These, and one entry for Win Xp.
Now i have these minus Xp, plus:
title Ubuntu, kernel 2.6.17-11-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-11-generic root=/dev/hdb2 ro quiet splash
initrd /boot/initrd.img-2.6.17-11-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-11-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-11-generic root=/dev/hdb2 ro single
initrd /boot/initrd.img-2.6.17-11-generic
boot
title Ubuntu, kernel 2.6.17-10-386
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-10-386 root=/dev/hdb2 ro quiet splash
initrd /boot/initrd.img-2.6.17-10-386
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-386 (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-10-386 root=/dev/hdb2 ro single
initrd /boot/initrd.img-2.6.17-10-386
boot
If i know this right, the problem is, that there was some Kernel update, and that does this. Or maybe not.

Anyways, i dont know, how the Xp entry looked like, so i can't just write it back. Also, how can i avoid this thing happening again and again ? I ask this, because this has happened before, but XP never disappeared from menu.lst. So what should i write in menu.lst to have my Win back?