Booting from hard drive fails after installing Centos from USB Stick
        Posted  
        
            by 
                Rick
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Rick
        
        
        
        Published on 2010-04-15T09:55:55Z
        Indexed on 
            2012/09/16
            21:42 UTC
        
        
        Read the original article
        Hit count: 285
        
I created a Centos Live 5.4 Bootable USB drive. I used this to install Centos on a HP Netbook.
When the system goes to write the Grub boot loader to disk, it wants to write the boot loader to the usb drive (/dev/sda), not the hard disk (/dev/hda). I do have the option of writing the boot loader to /dev/hda, (not to the mbr!) but when I reboot I get an load error and the Grub prompt.
How can I get Centos booting from the hard disk instead of using the USB key.
© Server Fault or respective owner