View previous topic :: View next topic |
Author |
Message |
Shake n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Jun 2004 Posts: 59
|
Posted: Sun Aug 20, 2006 2:03 pm Post subject: Asus P5B (P965 chipset) SATA problem |
|
|
Hi,
I have bought the Asus P5B some days ago and now try to get the sata running. But unfortunatly I am not very successfull...
I have created a kernel using genkernal and everything works great (based on 2.6.16-r13).
Then I manually compiled the same kernel (with the .config created from genkernel) but this kernel does not boot (at least it does not find the root device).
What does genkernel do what the manually compiled kernel does not do?
Thanks,
Johannes Schneider |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hflacke n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 27 Jul 2006 Posts: 7
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Shake n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 29 Jun 2004 Posts: 59
|
Posted: Sun Aug 20, 2006 4:15 pm Post subject: |
|
|
Thanks for the link. But the JMicron controller is not the problem (I simply don't care about it). I just want the SATA (ICH8) controller work as expected... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CompNerd Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/gallery/The Matrix/movie_the_matrix_agent_smith.gif)
Joined: 16 Mar 2003 Posts: 311 Location: 127.0.0.1
|
Posted: Sun Sep 03, 2006 6:25 pm Post subject: |
|
|
If you are using lilo, make sure that you add an append line to the image. The append line should point to the root
Code: | append="root=/dev/sda3" |
That is just an example, make sure that you change the root device according to your own setup. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|