|
List Info
Thread: hdd detection
|
|
| hdd detection |

|
2006-03-28 17:46:16 |
I have a device that has only one IDE port. Not 2. Linux
keeps trying
to detect the drives at hdc and hdd. This slows down boot.
ide: Assuming 33MHz system bus speed for PIO modes; override
with
idebus=xx
hda: PQI IDE DiskOnModule, ATA DISK drive
hdc: IRQ probe failed (0xfef8)
hdc: IRQ probe failed (0xfef8)
hdc: no response (status = 0x0a), resetting drive
hdc: IRQ probe failed (0xfef8)
hdc: no response (status = 0x0a)
hdd: IRQ probe failed (0xfef8)
hdd: IRQ probe failed (0xfef8)
hdd: no response (status = 0x0a), resetting drive
hdd: IRQ probe failed (0xfef8)
hdd: no response (status = 0x0a)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: attached ide-disk driver.
hda: 64000 sectors (33 MB) w/1KiB Cache, CHS=31/32/63
Is there a way to tell the kernel that hdc and hdd or ide1
does not
exist?
_______________________________________________
Ale mailing list
Ale ale.org
http://www.al
e.org/mailman/listinfo/ale
|
|
| hdd detection |

|
2006-03-28 18:16:51 |
Christopher Fowler wrote:
> I have a device that has only one IDE port. Not 2.
Linux keeps trying
> to detect the drives at hdc and hdd. This slows down
boot.
What does the bios show? If they're listed there, disable
them.
--
Until later, Geoffrey
Any society that would give up a little liberty to gain a
little
security will deserve neither and lose both. - Benjamin
Franklin
_______________________________________________
Ale mailing list
Ale ale.org
http://www.al
e.org/mailman/listinfo/ale
|
|
| hdd detection |

|
2006-03-28 18:22:19 |
On Tue, 28 Mar 2006, Christopher Fowler wrote:
> I have a device that has only one IDE port. Not 2.
Linux keeps trying
> to detect the drives at hdc and hdd. This slows down
boot.
>
> ide: Assuming 33MHz system bus speed for PIO modes;
override with
> idebus=xx
> hda: PQI IDE DiskOnModule, ATA DISK drive
> hdc: IRQ probe failed (0xfef8)
> hdc: IRQ probe failed (0xfef8)
> hdc: no response (status = 0x0a), resetting drive
> hdc: IRQ probe failed (0xfef8)
> hdc: no response (status = 0x0a)
> hdd: IRQ probe failed (0xfef8)
> hdd: IRQ probe failed (0xfef8)
> hdd: no response (status = 0x0a), resetting drive
> hdd: IRQ probe failed (0xfef8)
> hdd: no response (status = 0x0a)
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: attached ide-disk driver.
> hda: 64000 sectors (33 MB) w/1KiB Cache, CHS=31/32/63
>
>
> Is there a way to tell the kernel that hdc and hdd or
ide1 does not
> exist?
add
hdc=none hdd=none
to your kernel entry in grub.conf
later,
chris
_______________________________________________
Ale mailing list
Ale ale.org
http://www.al
e.org/mailman/listinfo/ale
|
|
| hdd detection |

|
2006-03-28 18:19:54 |
On Tue, 2006-03-28 at 13:16, Geoffrey wrote:
> Christopher Fowler wrote:
> > I have a device that has only one IDE port. Not
2. Linux keeps trying
> > to detect the drives at hdc and hdd. This slows
down boot.
>
> What does the bios show? If they're listed there,
disable them.
Does not list them
_______________________________________________
Ale mailing list
Ale ale.org
http://www.al
e.org/mailman/listinfo/ale
|
|
| hdd detection |

|
2006-03-28 18:22:33 |
Christopher Fowler wrote:
> On Tue, 2006-03-28 at 13:16, Geoffrey wrote:
>> Christopher Fowler wrote:
>>> I have a device that has only one IDE port.
Not 2. Linux keeps trying
>>> to detect the drives at hdc and hdd. This
slows down boot.
>> What does the bios show? If they're listed there,
disable them.
>
> Does not list them
Do /dev/hdc and /dev/hdd exist?
--
Until later, Geoffrey
Any society that would give up a little liberty to gain a
little
security will deserve neither and lose both. - Benjamin
Franklin
_______________________________________________
Ale mailing list
Ale ale.org
http://www.al
e.org/mailman/listinfo/ale
|
|
| hdd detection |

|
2006-03-28 18:38:40 |
On Tue, 2006-03-28 at 13:22, Chris Ricker wrote:
>
> add
>
> hdc=none hdd=none
>
> to your kernel entry in grub.conf
>
Thanks. This did the trick. No the boot takes around 10
seconds.
_______________________________________________
Ale mailing list
Ale ale.org
http://www.al
e.org/mailman/listinfo/ale
|
|
| hdd detection |

|
2006-03-28 20:02:34 |
I have 2 Sun V20Z servers running Linux which exhibit the
same problem.
The machines have 2 SCSI drives with no IDE devices. The IDE
devices are
disabled in the BIOS. This should help speed up boot time.
Thanks!
Chris Ricker wrote:
> On Tue, 28 Mar 2006, Christopher Fowler wrote:
>
>
>>I have a device that has only one IDE port. Not 2.
Linux keeps trying
>>to detect the drives at hdc and hdd. This slows
down boot.
>>
>>ide: Assuming 33MHz system bus speed for PIO modes;
override with
>>idebus=xx
>>hda: PQI IDE DiskOnModule, ATA DISK drive
>>hdc: IRQ probe failed (0xfef8)
>>hdc: IRQ probe failed (0xfef8)
>>hdc: no response (status = 0x0a), resetting drive
>>hdc: IRQ probe failed (0xfef8)
>>hdc: no response (status = 0x0a)
>>hdd: IRQ probe failed (0xfef8)
>>hdd: IRQ probe failed (0xfef8)
>>hdd: no response (status = 0x0a), resetting drive
>>hdd: IRQ probe failed (0xfef8)
>>hdd: no response (status = 0x0a)
>>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
>>hda: attached ide-disk driver.
>>hda: 64000 sectors (33 MB) w/1KiB Cache,
CHS=31/32/63
>>
>>
>>Is there a way to tell the kernel that hdc and hdd
or ide1 does not
>>exist?
>
>
> add
>
> hdc=none hdd=none
>
> to your kernel entry in grub.conf
>
> later,
> chris
> _______________________________________________
> Ale mailing list
> Ale ale.org
> http://www.al
e.org/mailman/listinfo/ale
>
>
--
Chris Coleman
_______________________________________________
Ale mailing list
Ale ale.org
http://www.al
e.org/mailman/listinfo/ale
|
|
[1-7]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|