Ok... now I'm stuck here:

ramdisk compressed image found at block
ufs: was compiled with read-only support, can't be mounted as read-write
udf-fs: no particition found (1)
xfs: bad magic number
xfs: sb validate failed
kernel panic - not synching: vfs: unable to mount root fs on unknown
block (8,18)

Thank should I need to to?

# lspci
00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)
00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)
00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)
00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12)
00:0a.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01)
00:0b.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12)
00:0b.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
00:19.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
00:19.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
00:19.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
00:19.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
01:03.0 RAID bus controller: Adaptec AAC-RAID (rev 01)
02:09.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704
Gigabit Ethernet (rev 03)
02:09.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704
Gigabit Ethernet (rev 03)
03:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
03:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
03:05.0 Mass storage controller: Silicon Image, Inc. SiI 3114
[SATALink/SATARaid] Serial ATA Controller (rev 02)
03:06.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
03:08.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro
100] (rev 10)

Grub config:
title=Gentoo Linux 2.6.15
root (hd0,1)
kernel /boot/kernel-2.6.15.img root=/dev/sdb2 ramdisk=8192
real_root=/dev/sdb2 udev noapic acpi=off
initrd /boot/initrd-2.6.15

I made initrd and put --preload=sd_mod --with=<some sata modules>

Thank you,

Leandro.

2006/5/20, Hemmann, Volker Armin <[EMAIL PROTECTED]>:
On Sunday 21 May 2006 00:56, Leandro Melo de Sales wrote:
> Hi folks,
>
>   After download gentoo-universal for AMD64, what is the right steps
> should I need to do to install gentoo on a Opteron AMD64 with adaptec
> SCSI controler?

do a normal installation.
when building the kernel, build scsi support, scsi harddisk support and the
aic7xxx or whichever adaptec driver is the correct one for you, into the
kernel.

your grub.conf line should look like this:
title=2.6
root (hd0,0)
kernel (hd0,0)/boot/vmlinuz root=/dev/sda3  nmi_watchdog =1

(or sda2 or 5 or whereever root is)

(because make install not only copies the files to /boot, it creates a vmlinuz
symlink to the just installed kernel. And a vmlinuz.old symlink to the
previous used one. Very comfortable.)
--
gentoo-user@gentoo.org mailing list




--
Leandro Melo de Sales.
Computer Science Student
Laboratório de Sistemas Distribuídos - www.lsd.ufcg.edu.br
Laboratório de Sistemas Embarcados e Computação Pervasiva -
www.embeddedacademy.org
Universidade Federal de Campina Grande - UFCG
Campina Grande - PB - Brasil

--
gentoo-user@gentoo.org mailing list

Reply via email to