GRUB: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
No edit summary
Line 34: Line 34:
== Finalize ==
== Finalize ==
If the menu.lst symlink doesn't exist we MUST create it
If the menu.lst symlink doesn't exist we MUST create it
{{Codeline|# cd /boot/grub}}
{{Codeline|# cd /boot/grub}}
{{Codeline|# ln -snf grub.conf menu.lst}}
{{Codeline|# ln -snf grub.conf menu.lst}}

Revision as of 14:48, 28 April 2008

Packages

Template:Box Code

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