Gentoo Archives: gentoo-amd64

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