I think I have messed this one up royally...
I have done a clean install of centOS 5.6 (x86_64) on my system. I got through the installation process successfully and rebooted. Now I am greeted with a blinking cursor on a black screen. No grub, no menu, no nothing (the system does POST).
I did wipe the hard drive completely before doing the install. I am wondering if I wiped the MBR too, but I thought the centOS install would fix that. I am able to use bootable media with no issues. I have a copy of RIP Linux on a bootable USB so I am able to access the CentOS install files.
At this point Im not sure where to go from here. What should my next step be to troubleshoot this? How would I do a fix or even a check on the MBR?
fdisk -lto start. A linux installation would normally make sure there was a partition table before proceeding, and if there was not one, it would prompt you to create one. So this does seem odd. – Faheem Mitha Jun 10 '11 at 18:16file -s /dev/sda(where/dev/sdais your hard disk) to check what's there. I'll let a CentOS user explain how to repair the bootloader — most installers have a way to do that but how varies between distributions. – Gilles Jun 10 '11 at 20:53