Install Grub on Drive
Install grub to first hard drive (hd0)
# grub --no-floppy grub> root (hd0,0) (Specify where your /boot partition resides) grub> setup (hd0) (Install GRUB in the MBR) grub> quit (Exit the GRUB shell)
Automatically install grub to first hard drive
# grub-install --no-floppy /dev/sda