Linux server is not booting and going to grub prompt
Some times when you boot the server it goes to grub prompt, you can assume there is a problem with grub loader. In order to resolve the problem, you need to boot up with recovery CD, and then you need to do the following command.
chroot /mnt/sysimage
grub-install /dev/hd(x)
reboot