GRUB: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Tgurr (talk | contribs)
Line 20: Line 20:


== Configuration ==
== Configuration ==
=== Sample: 1 HDD 3 Partitions (boot/swap/root) - Linux only ===
=== Normal ===
==== 1 HDD 3 Partitions (boot/swap/root) - Linux only ====
{{Box File|/boot/grub/grub.conf|
{{Box File|/boot/grub/grub.conf|
<pre>
<pre>
Line 37: Line 38:
}}
}}
{{Codeline|# grub-install --no-floppy /dev/sda}}
{{Codeline|# grub-install --no-floppy /dev/sda}}
=== Sample: 1 HDD - Linux and Windows ===
==== 1 HDD - Linux and Windows ====
=== Sample: 2 HDD - Linux and Windows ===
==== 2 HDD - Linux and Windows ====
=== Sample: x HDD - Linux and Windows ===
==== x HDD - Linux and Windows ====


== Finalize ==
== Finalize ==

Revision as of 09:46, 29 April 2008

Packages

32bit

Template:Box Code

64bit

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

Finalize

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

# cd /boot/grub

# ln -snf grub.conf menu.lst