Gentoo Archives: gentoo-user

From: "Hemmann
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Installation AMD64 with SCSI
Date: Sun, 21 May 2006 00:04:37
Message-Id: 200605210143.07202.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-user] Installation AMD64 with SCSI by Leandro Melo de Sales
1 On Sunday 21 May 2006 00:56, Leandro Melo de Sales wrote:
2 > Hi folks,
3 >
4 > After download gentoo-universal for AMD64, what is the right steps
5 > should I need to do to install gentoo on a Opteron AMD64 with adaptec
6 > SCSI controler?
7
8 do a normal installation.
9 when building the kernel, build scsi support, scsi harddisk support and the
10 aic7xxx or whichever adaptec driver is the correct one for you, into the
11 kernel.
12
13 your grub.conf line should look like this:
14 title=2.6
15 root (hd0,0)
16 kernel (hd0,0)/boot/vmlinuz root=/dev/sda3 nmi_watchdog =1
17
18 (or sda2 or 5 or whereever root is)
19
20 (because make install not only copies the files to /boot, it creates a vmlinuz
21 symlink to the just installed kernel. And a vmlinuz.old symlink to the
22 previous used one. Very comfortable.)
23 --
24 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Installation AMD64 with SCSI Leandro Melo de Sales <leandroal@×××××.com>