View previous topic :: View next topic |
Author |
Message |
lunarg Guru
Joined: 07 Jan 2004 Posts: 508 Location: Peer, Belgium
|
Posted: Sat Apr 02, 2005 3:56 pm Post subject: [SOLVED] 2.6.11-gentoo-r4 pausing at boot |
|
|
Hi
Having an odd "problem" with 2.6.11-gentoo-r4 on my laptop.
For some reason it pauses right after probing the ide0 bus. It hangs there for a while (sometimes up to one minute) before continuing boot. Checking dmesg I see:
Quote: | Probing IDE interface ide0...
hda: TOSHIBA MK3018GAS, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: TOSHIBA DVD-ROM SD-R2212, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15 |
Pause occurs right here
Quote: | Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
hda: max request size: 128KiB
|
Is there a way to disable the probs of those additional ide-devices? Perhaps through kernel parameters?
Thanks _________________ Registered linux user #341804
Visit Black Manticore: http://www.blackmanticore.com/
Last edited by lunarg on Mon May 09, 2005 5:10 pm; edited 1 time in total |
|
Back to top |
|
|
b3ar n00b
Joined: 13 Aug 2004 Posts: 9
|
|
Back to top |
|
|
lunarg Guru
Joined: 07 Jan 2004 Posts: 508 Location: Peer, Belgium
|
Posted: Mon May 09, 2005 5:09 pm Post subject: |
|
|
Code: | ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe |
as kernel parameters seems to work fine too. _________________ Registered linux user #341804
Visit Black Manticore: http://www.blackmanticore.com/ |
|
Back to top |
|
|
|