GRUB

From Q
Revision as of 11:07, 2 March 2011 by Tgurr (talk | contribs)
Jump to navigation Jump to search

GRUB

Packages

32bit

Template:Box Code

Installation

# mount /boot

# emerge grub

Configuration

Normal

1 HDD 3 Partitions (boot/swap/root) - Linux only

Template:Box File # grub-install --no-floppy /dev/sda

1 HDD - Linux and Windows
2 HDD - Linux and Windows
x HDD - Linux and Windows

Software RAID-1

Hardware RAID (HP/Compaq Smart Array RAID controller)

Template:Box File

Template:Box File

# grub-install --no-floppy /dev/cciss/c0d0

Finalize

If the menu.lst symlink doesn't exist we MUST create it

# cd /boot/grub

# ln -snf grub.conf menu.lst