[LinuxBIOS] linux bios hang when jump in kernel

Ronald G Minnich rminnich at lanl.gov
Tue May 23 18:03:47 CEST 2006


Neil wrote:
> Dear all :
> 
> My linuxbios can jump to kernel now ,but it hang then ,and can't enter 
> in OS.
> 
> Use phoenix bios
> ==============================
> =====
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> PCI_IDE: unknown IDE controller on PCI bus 00 device 11, VID=1166, DID=0214
> PCI_IDE: chipset revision 0
> PCI_IDE: not 100% native mode: will probe irqs later
>     ide0: BM-DMA at 0x2000-0x2007, BIOS settings: hda:DMA, hdb:pio
> PCI_IDE: simplex device:  DMA disabled
> ide1: PCI_IDE Bus-Master DMA disabled (BIOS)
> PCI_IDE: unknown IDE controller on PCI bus 01 device 70, VID=1166, DID=024b
> PCI_IDE: chipset revision 0
> PCI_IDE: 100% native mode on irq 5
>     ide2: BM-DMA at 0x3000-0x3007, BIOS settings: hde:pio, hdf:pio
>     ide3: BM-DMA at 0x3008-0x300f, BIOS settings: hdg:pio, hdh:pio
> PCI_IDE: unknown IDE controller on PCI bus 01 device 71, VID=1166, DID=024b
> PCI_IDE: chipset revision 0
> PCI_IDE: 100% native mode on irq 5
>     ide4: BM-DMA at 0x3020-0x3027, BIOS settings: hdi:pio, hdj:pio
>     ide5: BM-DMA at 0x3028-0x302f, BIOS settings: hdk:pio, hdl:pio
> hda: WDC WD400BB-00FJA0, ATA DISK drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=4865/255/63
> ide-floppy driver 0.99.newide
> Partition check:
>  hda: hda1 hda2 hda3
> Floppy drive(s): fd0 is 1.44M         
> ...................................
> 
> Use linuxbios
> ======================================================
> PCI_IDE: unknown IDE controller on PCI bus 00 device 11, VID=1166, DID=0214
> PCI_IDE: chipset revision 0
> PCI_IDE: not 100% native mode: will probe irqs later
>     ide0: BM-DMA at 0x4010-0x4017, BIOS settings: hda:pio, hdb:pio
> PCI_IDE: simplex device:  DMA disabled
> ide1: PCI_IDE Bus-Master DMA disabled (BIOS)
> hda: C/H/S=0/0/0 from BIOS ignored
> hda: WDC WD400BB-00FJA0, ATA DISK drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14    
> 
> Then it hang here . could anyone tell me whant is the problem ?
> 
> Thank you .
> Neil
> 

This is the second time I'm seeing this. Note that on linuxbios, the 
message is :
PCI_IDE: not 100% native mode: will probe irqs later

that's different from phoenix. So there is a chipset setting here that 
is wrong. I think there is an IRQ issue here. Note that on the phoenix 
it is irq 5, and on linuxbios it assumes IRQ 14, since it is not a 
native controller (or so linux thinks).

What system is this on?

ron




More information about the coreboot mailing list