GRUB: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
Line 1: Line 1:
== Packages ==
== Packages ==
=== 32bit ===
{{Box Code|emerge grub -pv|
{{Box Code|emerge grub -pv|
<pre>
<pre>
[ebuild  N    ] sys-boot/grub-0.97-r5  USE="ncurses -custom-cflags -netboot -static" 1,013 kB
</pre>
}}
=== 64bit ===
{{Box Code|emerge grub -pv|
<pre>
[ebuild  N    ] app-emulation/emul-linux-x86-baselibs-20080316  24,596 kB
[ebuild  N    ] sys-boot/grub-0.97-r5  USE="ncurses -custom-cflags -netboot -static" 1,013 kB
[ebuild  N    ] sys-boot/grub-0.97-r5  USE="ncurses -custom-cflags -netboot -static" 1,013 kB
</pre>
</pre>

Revision as of 15:45, 28 April 2008

Packages

32bit

Template:Box Code

64bit

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