Ok, ma posso farlo partire con grub di Mandriva?

codice:
 
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,9)
font (hd0,9)/boot/grub/unifont.pff
set gfxmode="1024x768x32;800x600x32;640x480x32;1024x768;800x600;640x480"
insmod gfxterm
insmod vbe
terminal gfxterm
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "openmamba GNU/Linux, linux 2.6.23mamba" {
	linux	(hd0,9)/boot/vmlinuz-2.6.23mamba root=/dev/sda9 ro resume2= video=uvesafb:1024x768-32,ywrap,mtrr:3 quiet splash=silent,fadein console=tty1
	initrd	(hd0,9)/boot/initramfs-2.6.23mamba.img
}

menuentry  windows {
root (hd0,0)
makeactive
chainloader +1
}
Cosa dovrei mettere?

Grazie mille