| View previous topic :: View next topic |
| Author |
Message |
beowulfenator n00b

Joined: 02 May 2012 Posts: 4
|
Posted: Wed May 02, 2012 8:35 am Post subject: SOLVED: Cannot find root device |
|
|
Hi!
I am installing Gentoo to my rather old Asus W5F laptop. The kernel built using "genkernel" works fine. However, I am having trouble building a custom, more optimized kernel.
The chipset is Intel 945 GM mobile. The processor is Intel Core Duo.
Which drivers do I use for HDD support? It's an older PATA hdd. I've tried several options, but all the time I get the "cannot find root device" error, which probably means the kernel doesn't see the hdd.
Any help would be appreciated.
Last edited by beowulfenator on Thu May 03, 2012 8:02 pm; edited 1 time in total |
|
| Back to top |
|
 |
Jaglover Advocate


Joined: 29 May 2005 Posts: 3978 Location: Saint Amant, Acadiana
|
|
| Back to top |
|
 |
beowulfenator n00b

Joined: 02 May 2012 Posts: 4
|
Posted: Wed May 02, 2012 10:05 am Post subject: |
|
|
So it seems that the "ata_piix" module is used with my hdd controller.
I compile it into the kernel ([*]), but still it won't boot. Says "Cannot open root device "sda3" or unknown-block(0,0)". |
|
| Back to top |
|
 |
py-ro Veteran


Joined: 24 Sep 2002 Posts: 1269 Location: St. Wendel
|
Posted: Wed May 02, 2012 10:29 am Post subject: |
|
|
Try
/dev/hda3
Then search for old ata lib. |
|
| Back to top |
|
 |
beowulfenator n00b

Joined: 02 May 2012 Posts: 4
|
Posted: Wed May 02, 2012 10:53 am Post subject: |
|
|
| The /dev/hda3 doesn't work either. But then somehow in the genkernel kernel the ata_piix initializes my hdd as /dev/sda. It works for sure, only not in my new kernel. Perhaps I have disabled something else that's important? I'm sure I have extfs2 and extfs3 support enabled. |
|
| Back to top |
|
 |
Jaglover Advocate


Joined: 29 May 2005 Posts: 3978 Location: Saint Amant, Acadiana
|
|
| Back to top |
|
 |
beowulfenator n00b

Joined: 02 May 2012 Posts: 4
|
Posted: Thu May 03, 2012 8:02 pm Post subject: |
|
|
| Woo-hoo! After enabling SCSI support it works! |
|
| Back to top |
|
 |
|