GRUB: Difference between revisions
Jump to navigation
Jump to search
| Line 41: | Line 41: | ||
==== 2 HDD - Linux and Windows ==== | ==== 2 HDD - Linux and Windows ==== | ||
==== x HDD - Linux and Windows ==== | ==== x HDD - Linux and Windows ==== | ||
=== Software RAID-1 === | |||
=== Hardware RAID (HP/Compaq Smart Array RAID controller) === | === Hardware RAID (HP/Compaq Smart Array RAID controller) === | ||
== Finalize == | == Finalize == | ||
Revision as of 10:03, 29 April 2008
Packages
32bit
64bit
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)
Finalize
If the menu.lst symlink doesn't exist we MUST create it
# cd /boot/grub
# ln -snf grub.conf menu.lst