GRUB: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
Line 11: Line 11:


== Configuration ==
== Configuration ==
=== Sample: 1 HDD - Linux only ===
=== Sample: 1 HDD 3 Partitions (boot/swap/root) - Linux only ===
{{Box File|/boot/grub/grub.conf|
{{Box File|/boot/grub/grub.conf|
<pre>
<pre>
Line 27: Line 27:
</pre>
</pre>
}}
}}
=== Sample: 1 HDD - Linux and Windows ===
=== Sample: 1 HDD - Linux and Windows ===
=== Sample: 2 HDD - Linux and Windows ===
=== Sample: 2 HDD - Linux and Windows ===
=== Sample: x HDD - Linux and Windows ===
=== Sample: x HDD - Linux and Windows ===
== Finalize ==
== Finalize ==

Revision as of 14:41, 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

Sample: 1 HDD - Linux and Windows

Sample: 2 HDD - Linux and Windows

Sample: x HDD - Linux and Windows

Finalize