I just installed CentOS 6.2 on my server but it keeps going to the GRUB prompt. I've never used Grub before but did some digging online. Looks like I have to run the kernel command before I can boot the system. However, the kernel command is not running. As I installed the OS I checked the box that said something like "Install boot loader on /dev/sda". The following is what I've done:
grub> find /vmlinuz-2.6.32-220.el6.x86_64
(hd1,0)
grub> root (hd1,0)
grub> kernel /vmlinuz-2.6.32-220.el6.x86_64 root=/dev/sda1
Error 27: Unrecognized command
I've tried it with and without the root=/dev/sda1, just /dev/sda, also tried a ro inserted in the middle but nothing works. I've read the docs but at a bit of a loss. Any suggestions?
