After installing Pardus 2007.2 RC on my dual boot system I set Win XP as the default OS in /boot/grub/grub.conf:
default 0
timeout 10
splashimage = (hd1,2)/boot/grub/splash.xpm.gz
background 10333C
title Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
title Pardus 2007.2 RC
root (hd1,2)
kernel (hd1,2)/boot/kernel-2.6.18.8-84 root=/dev/sdb3
video=vesafb:nomtrr,pmipal,ywrap,1024x768-32@60 console=tty2
mudur=language:en resume=/dev/sdb2
initrd (hd1,2)/boot/initramfs-2.6.18.8-84
I then ran pisi and got a the kernel upgrade to 2.6.18.8-85.
After a reboot I wasn't able to boot the new entry for Pardus 2007.2 RC [2.6.18.8-85]
I then started with the older kernel and had a look at grub.conf. The entry for the new kernel looked like this:
title Pardus 2007.2 RC [2.6.18.8-85]
rootnoverify (hd0,0)
makeactive
chainloader +1
So it appears it has copied the entry for Win XP - which was first in the list - and put on a Pardus 2007.2 RC title!
This wasn't a big problem for me since I then changed the entry by hand. It now says:
title Pardus 2007.2 RC [2.6.18.8-85]
root (hd1,2)
kernel (hd1,2)/boot/kernel-2.6.18.8-85 root=/dev/sdb3
video=vesafb:nomtrr,pmipal,ywrap,1024x768-32@60 console=tty2
mudur=language:en resume=/dev/sdb2
initrd (hd1,2)/boot/initramfs-2.6.18.8-84
and the new kernel boots fine. Has anyone else had a similar experience?