GRUB: Difference between revisions
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
== Installation == | == Installation == | ||
{{Codeline|# mount /boot}} | {{Codeline|# mount /boot}} | ||
{{Codeline|# emerge grub}} | {{Codeline|# emerge grub}} | ||
Revision as of 15:47, 28 April 2008
Packages
32bit
64bit
Installation
# mount /boot
# emerge grub
Configuration
Sample: 1 HDD 3 Partitions (boot/swap/root) - Linux only
Template:Box File # grub-install --no-floppy /dev/sda
Sample: 1 HDD - Linux and Windows
Sample: 2 HDD - Linux and Windows
Sample: x HDD - Linux and Windows
Finalize
If the menu.lst symlink doesn't exist we MUST create it
# cd /boot/grub
# ln -snf grub.conf menu.lst