linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can Linux 2.4.x boot from UDMA-100 disk ?
@ 2001-03-04 20:33 Yuval Krymolowski
  2001-03-05  6:08 ` Bryan O'Sullivan
  0 siblings, 1 reply; 3+ messages in thread
From: Yuval Krymolowski @ 2001-03-04 20:33 UTC (permalink / raw)
  To: linux-kernel

Hello,

 I have a system with ABIT BX-133/RAID mother-board, and run
 Gentus Linux booted from /dev/hde, which is UDMA/100 IBM-DTLA-307030 drive.
 The following lines of the boot-log can provide information about
 the system (kernel version 2.2.15-3.0).

 Would it be possible to boot kernel 2.4.x from the UDMA/100 drive ?
 in http://www.linux-ide.org/ultra100.html it is not mentioned if
 the patches can help with boot.

  Thanks,
     Yuval Krymolowski, yuvalk@cs.biu.ac.il
     (I will check the list but please CC me as well).

 kernel: Uniform Multi-Platform E-IDE driver Revision: 6.30
 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
 kernel: PIIX4: IDE controller on PCI bus 00 dev 39
 kernel: PIIX4: not 100% native mode: will probe irqs later
 kernel:     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio
 kernel:     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:pio
 kernel: HPT370: IDE controller on PCI bus 00 dev 98
 kernel: HPT370: not 100% native mode: will probe irqs later
 kernel: HPT370: reg5ah=0x01 ATA-66 Cable Port0
 kernel:     ide2: BM-DMA at 0xe800-0xe807, BIOS settings: hde:pio, hdf:pio
 kernel: HPT370: reg5ah=0x01 ATA-66 Cable Port0
 kernel:     ide3: BM-DMA at 0xe808-0xe80f, BIOS settings: hdg:DMA, hdh:pio
 kernel: hda: FX4820T, ATAPI CDROM drive
 kernel: hdc: SAMSUNG COMBO SM-304B, ATAPI CDROM drive
 kernel: hde: IBM-DTLA-307030, ATA DISK drive
 kernel: hdg: WDC WD136AA, ATA DISK drive
 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 kernel: ide1 at 0x170-0x177,0x376 on irq 15
 kernel: ide2 at 0xd800-0xd807,0xdc02 on irq 11
 kernel: ide3 at 0xe000-0xe007,0xe402 on irq 11 (shared with ide2)
 kernel: hde: IBM-DTLA-307030, 29314MB w/1916kB Cache, CHS=3737/255/63, UDMA(100)
 kernel: hdg: WDC WD136AA, 12971MB w/2048kB Cache, CHS=1653/255/63, UDMA(33)
 kernel: hda: ATAPI 48X CD-ROM drive, 128kB Cache, UDMA(33)
 kernel: md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
 kernel: raid5: measuring checksumming speed
 kernel: raid5: MMX detected, trying high-speed MMX checksum routines
 kernel:    pII_mmx   :  1777.746 MB/sec
 kernel:    p5_mmx    :  1836.039 MB/sec
 kernel:    8regs     :  1376.172 MB/sec
 kernel:    32regs    :   783.336 MB/sec
 kernel: using fastest function: p5_mmx (1836.039 MB/sec)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can Linux 2.4.x boot from UDMA-100 disk ?
  2001-03-04 20:33 Can Linux 2.4.x boot from UDMA-100 disk ? Yuval Krymolowski
@ 2001-03-05  6:08 ` Bryan O'Sullivan
  2001-03-05 21:36   ` John Silva
  0 siblings, 1 reply; 3+ messages in thread
From: Bryan O'Sullivan @ 2001-03-05  6:08 UTC (permalink / raw)
  To: Yuval Krymolowski; +Cc: linux-kernel

y> Would it be possible to boot kernel 2.4.x from the UDMA/100 drive?

Yes.

y> in http://www.linux-ide.org/ultra100.html it is not mentioned if
y> the patches can help with boot.

You shouldn't need Andre's patches.

	<b

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can Linux 2.4.x boot from UDMA-100 disk ?
  2001-03-05  6:08 ` Bryan O'Sullivan
@ 2001-03-05 21:36   ` John Silva
  0 siblings, 0 replies; 3+ messages in thread
From: John Silva @ 2001-03-05 21:36 UTC (permalink / raw)
  To: Bryan O'Sullivan; +Cc: Yuval Krymolowski, linux-kernel

I am doing this very thing on linux 2.2.18.  My kernel has both the hd.c and
ide.c drivers installed.

I had to specify ide0=0x1f0 to the kernel to prevent the kernel's hd.c driver
from remapping the first two drives to hda/hdb.  With the ide0 setting the
kernel preserves the true partition mapping.  My boot partition is on
/dev/hde and my root is on /dev/hdg.

Since my UDMA 100 controller is an addon controller I had to instruct my
system's BIOS to specify boot order as ATA/SCSI, and to boot from "SCSI"
rather than HDD0.

-J.

Bryan O'Sullivan wrote:

> y> Would it be possible to boot kernel 2.4.x from the UDMA/100 drive?
>
> Yes.
>
> y> in http://www.linux-ide.org/ultra100.html it is not mentioned if
> y> the patches can help with boot.
>
> You shouldn't need Andre's patches.
>
>         <b
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-03-05 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-04 20:33 Can Linux 2.4.x boot from UDMA-100 disk ? Yuval Krymolowski
2001-03-05  6:08 ` Bryan O'Sullivan
2001-03-05 21:36   ` John Silva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).