Gentoo Archives: gentoo-user

From: Leandro Melo de Sales <leandroal@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Installation AMD64 with SCSI
Date: Sun, 21 May 2006 02:43:23
Message-Id: 5bc4c4570605201931m1b60e316hf629a62074860354@mail.gmail.com
In Reply to: Re: [gentoo-user] Installation AMD64 with SCSI by "Hemmann
1 Ok... now I'm stuck here:
2
3 ramdisk compressed image found at block
4 ufs: was compiled with read-only support, can't be mounted as read-write
5 udf-fs: no particition found (1)
6 xfs: bad magic number
7 xfs: sb validate failed
8 kernel panic - not synching: vfs: unable to mount root fs on unknown
9 block (8,18)
10
11 Thank should I need to to?
12
13 # lspci
14 00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)
15 00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)
16 00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)
17 00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
18 00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)
19 00:0a.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12)
20 00:0a.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01)
21 00:0b.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12)
22 00:0b.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X IOAPIC (rev 01)
23 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
24 [Athlon64/Opteron] HyperTransport Technology Configuration
25 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
26 [Athlon64/Opteron] Address Map
27 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
28 [Athlon64/Opteron] DRAM Controller
29 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
30 [Athlon64/Opteron] Miscellaneous Control
31 00:19.0 Host bridge: Advanced Micro Devices [AMD] K8
32 [Athlon64/Opteron] HyperTransport Technology Configuration
33 00:19.1 Host bridge: Advanced Micro Devices [AMD] K8
34 [Athlon64/Opteron] Address Map
35 00:19.2 Host bridge: Advanced Micro Devices [AMD] K8
36 [Athlon64/Opteron] DRAM Controller
37 00:19.3 Host bridge: Advanced Micro Devices [AMD] K8
38 [Athlon64/Opteron] Miscellaneous Control
39 01:03.0 RAID bus controller: Adaptec AAC-RAID (rev 01)
40 02:09.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704
41 Gigabit Ethernet (rev 03)
42 02:09.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704
43 Gigabit Ethernet (rev 03)
44 03:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
45 03:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
46 03:05.0 Mass storage controller: Silicon Image, Inc. SiI 3114
47 [SATALink/SATARaid] Serial ATA Controller (rev 02)
48 03:06.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
49 03:08.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro
50 100] (rev 10)
51
52 Grub config:
53 title=Gentoo Linux 2.6.15
54 root (hd0,1)
55 kernel /boot/kernel-2.6.15.img root=/dev/sdb2 ramdisk=8192
56 real_root=/dev/sdb2 udev noapic acpi=off
57 initrd /boot/initrd-2.6.15
58
59 I made initrd and put --preload=sd_mod --with=<some sata modules>
60
61 Thank you,
62
63 Leandro.
64
65 2006/5/20, Hemmann, Volker Armin <volker.armin.hemmann@××××××××××××.de>:
66 > On Sunday 21 May 2006 00:56, Leandro Melo de Sales wrote:
67 > > Hi folks,
68 > >
69 > > After download gentoo-universal for AMD64, what is the right steps
70 > > should I need to do to install gentoo on a Opteron AMD64 with adaptec
71 > > SCSI controler?
72 >
73 > do a normal installation.
74 > when building the kernel, build scsi support, scsi harddisk support and the
75 > aic7xxx or whichever adaptec driver is the correct one for you, into the
76 > kernel.
77 >
78 > your grub.conf line should look like this:
79 > title=2.6
80 > root (hd0,0)
81 > kernel (hd0,0)/boot/vmlinuz root=/dev/sda3 nmi_watchdog =1
82 >
83 > (or sda2 or 5 or whereever root is)
84 >
85 > (because make install not only copies the files to /boot, it creates a vmlinuz
86 > symlink to the just installed kernel. And a vmlinuz.old symlink to the
87 > previous used one. Very comfortable.)
88 > --
89 > gentoo-user@g.o mailing list
90 >
91 >
92
93
94 --
95 Leandro Melo de Sales.
96 Computer Science Student
97 Laboratório de Sistemas Distribuídos - www.lsd.ufcg.edu.br
98 Laboratório de Sistemas Embarcados e Computação Pervasiva -
99 www.embeddedacademy.org
100 Universidade Federal de Campina Grande - UFCG
101 Campina Grande - PB - Brasil
102
103 --
104 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Installation AMD64 with SCSI Ryan Tandy <tarpman@×××××.com>
Re: [gentoo-user] Installation AMD64 with SCSI "Hemmann