I changed /etc/grub.conf to make it look like thypis,
however I still need to type pci=nommconf during each reboot
to avoid freezing at boot... 
Any ideas?
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/main/root
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/smeserver.xpm.gz
foreground 000000
background 4E95D3
hiddenmenu
title SME Server (2.6.9-55.0.2.ELsmp)
	root (hd0,0)
	kernel /vmlinuz-2.6.9-55.0.2.ELsmp ro root=/dev/main/root pci=nommconf
	initrd /initrd-2.6.9-55.0.2.ELsmp.img
title SME Server-up (2.6.9-55.0.2.EL)
	root (hd0,0)
	kernel /vmlinuz-2.6.9-55.0.2.EL ro root=/dev/main/root
	initrd /initrd-2.6.9-55.0.2.EL.img