Gentoo Archives: gentoo-amd64

From: Darren Grant <dgrant@×××××××××××.ca>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] SATA2 Recommendations
Date: Tue, 24 Jan 2006 22:09:54
Message-Id: 43D6A4E7.3070601@monstertech.ca
In Reply to: Re: [gentoo-amd64] SATA2 Recommendations by Drake Donahue
1 I have XP installed to the first partition (sd0,0). And I believe I have
2 all I need for the sata_nv drivers...
3
4 #cat .config | grep 'SATA_NV'
5 CONFIG_SCSI_SATA_NV=y
6
7 # cat /boot/grub/grub.conf
8 default 0
9 timeout 5
10 splashimage=(sd0,1)/boot/grub/splash.xpm.gz
11
12 title=Gentoo Linux-2.6.15-gentoo-r1
13 root (sd0,1)
14 kernel /boot/kernel-2.6.15-gentoo-r1 root=/dev/sda5 vga=0x318
15 video=vesafb:mtrr,ywrap
16
17 title=Windows XP Professional
18 rootnoverify (sd0,0)
19 makeactive
20 chainloader +1
21
22 # cat /etc/fstab
23 /dev/sda2 /boot ext2 noauto,noatime 1 2
24 /dev/sda5 / reiserfs noatime 0 1
25 /dev/sda3 none swap sw 0 0
26 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
27 proc /proc proc defaults 0 0
28 shm /dev/shm tmpfs
29 nodev,nosuid,noexec 0 0
30
31 When I reboot the grub menu flashes quickly and then I see the following
32 error:
33 Booting 'Gentoo Linux-2.6.15-gentoo-r1
34 root(sd0,1)
35
36 Error 23: Error while parsing number
37
38 Press any key to continue...
39
40 At which point I hit a key and I can see a grub menu (barely... it has
41 vertical lines running through it) and I can see my two editable options
42 of "Gentoo ..." and "Windows XP Pro"
43
44 Drake Donahue wrote:
45
46 > sata_nv should be compiled in kernel.
47 > suggest posting your /boot/grub/grub.conf and /etc/fstab here.
48 > is your boot directory on a separate partition?
49 > ----- Original Message ----- From: "Darren Grant" <dgrant@×××××××××××.ca>
50 > To: <gentoo-amd64@l.g.o>
51 > Sent: Tuesday, January 24, 2006 2:57 PM
52 > Subject: Re: [gentoo-amd64] SATA2 Recommendations
53 >
54 >
55 >> This may be a stupid question, but what's the process for compiling
56 >> the initrd image to include support for sata_nv
57 >>
58 >> Using the experimental LiveCD suggested by Homer worked, and I was
59 >> able to setup Gentoo... but it fails on the grub startup after
60 >> rebooting... sounds like that might be the problem...
61 >>
62 >> Jordi Molina wrote:
63 >>
64 >>> On 1/23/06, Darren Grant <dgrant@×××××××××××.ca> wrote:
65 >>>
66 >>>
67 >>>> I'm currently looking to build a cost effective web/email server.
68 >>>>
69 >>>> I'm considering using an ASUS A8N-E with an x939 Athlon 64 x2 3800+
70 >>>> 2Ghz
71 >>>> processor. I'm also hoping to use RAID-1 over dual SATA2 drives. In
72 >>>> researching gentoo and SATA2, I've come across numerous problems that
73 >>>> people are experiencing with the 2005.1-r1live-cd install and the
74 >>>> sata_nv driver and SATA in general. Has this been fixed? Does anyone
75 >>>> have any advice for me? Has anyone successfully installed on SATA2
76 >>>> drives running with an nforce4 chipset mobo? If they haven't, were
77 >>>> they
78 >>>> able to get SATA2 drives running as SATA1? Or at least SATA1 from a
79 >>>> fresh install of the 2005.1-r1 AMD64 livecd? I noticed a lot of
80 >>>> problems
81 >>>> with the ASUS A8N-VM/CSM which is why I'm investigatin the A8NE.
82 >>>>
83 >>>> If this has already been discussed, I apologize in advance... I'm
84 >>>> new to
85 >>>> the list and couldn't find what I was looking for in the archives.
86 >>>>
87 >>>> Any help or advice would be appreciated.
88 >>>> --
89 >>>> gentoo-amd64@g.o mailing list
90 >>>>
91 >>>>
92 >>>>
93 >>>
94 >>>
95 >>> hello,
96 >>>
97 >>> I installed gentoo from another livecd and then compiled the kernel
98 >>> and the initrd image to support sata_nv.
99 >>>
100 >>> It boots fine for me. Forget about using the nvraid, is not hardware,
101 >>> so if you need it, go sw raid or buy a decent RAID card.
102 >>>
103 >>> cheers
104 >>> --
105 >>> Jordi Molina Casas (warp3r)
106 >>> mail: warp3r@×××××.com
107 >>> www: www.warp3r.com
108 >>>
109 >>> If you're still sending mail to
110 >>> warper@eresmas, please update your
111 >>> address book, my current email
112 >>> is warp3r@×××××.com
113 >>>
114 >>>
115 >>>
116 >> --
117 >> gentoo-amd64@g.o mailing list
118 >>
119 >>
120 --
121 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] SATA2 Recommendations John Myers <electronerd@×××××××××××××.net>
Re: [gentoo-amd64] SATA2 Recommendations Drake Donahue <donahue95@×××××××.net>