Skip to main content
Home
badllama.com
  • Search
  • Log In

Grub

Wed, 04/06/2011 - 22:50 by bchavet

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
Powered by Backdrop CMS