* linux on Intel D915GOM oops
@ 2006-08-28 8:21 Henti Smith
2006-08-28 8:39 ` Arjan van de Ven
0 siblings, 1 reply; 7+ messages in thread
From: Henti Smith @ 2006-08-28 8:21 UTC (permalink / raw)
To: linux-kernel
Hi guys,
I've been given a mecer Xhibitor media center machine to try and get
linux on for testing.
The machine seems pretty much limited to South Africa, however the
setup is used by other companies like
http://www.higrade.com/nqcontent.cfm?a_id=3539 and
http://www.alienware.com/product_detail_pages/DHS_2/dhs_2_features.aspx?SysCode=PC-DHS2&SubCode=SKU-DEFAULT
which use the same mainboard atc.
for more information ont he mainboard used:
http://www.intel.com/design/motherbd/om/om_documentation.htm
I've tried to boot just about every linux distro I can get my hands on
and they all oops at bootup.
Unfortunately I cannot get to the first few lines (screen cannot scroll
after oops)
but here is what I can get to : This is booting with Ubuntu
PREEMPT
Modules linked in:
CPU: 0
EIP: 0060:[<c00f02fa>] not tainted
EFLAGS: 00010046 (2.6.8.1-3-386)
EIP is at 0xc00f02fa
eax: 49435024 ebx: 00007000 ecx: 00000000 edx: 00000010
esi: 00000001 edi: c02cd4a4 ebp: 49435024 esp: c17f3f90
ds: 007b es: 007b ss: 0068
Process swapper (pid: 1, threadinfo=c17f2000 task=c17f1670)
Stack:
c00e0060 c01f5724 00000060 00000287 00000000 c00fe140 00000001 00000000
00000000 c01f5780 49435024 c00fe140 c00fe140 c00fe140 00000001 00000000
00000000 c01f5a77 c0336eb0 c031b822 c03086ac c010039e 00000000 c01003d5
Call Trace
[<c01f5724>] bios32_service+0x1c/0x68
[<c01f5780>] check_pcibios+0x10/0xd3
[<c01f5a77>] pci_find_bios+0x70/0x8c
[<c031b822>] pci_pcbios_init+0xe/0x2e
[<c03086ac>] do_initcalls+0x4b/0x99
[<c010039e>] init+0x0/0x10a
[<c01003d5>] init+0x37/0x10a
[<c01041e1>] kernel_thread_helper+0x5/0xb
Code: 00 66 33 d2 66 ba 0d 03 00 00 66 b9 4a 00 00 00 b0 00 cb 66
<0>Kernel Panic: Attempted to kill init!
any ideas on what the problem could be ... or how to get around it ?
--
Henti Smith
henti@geekware.co.za
+27 82 958 2525
http://www.geekware.co.za
DISCLAIMER :
Unauthorised use of characters, images, sounds, odors, severed limbs,
noodles, wierd dreams, strange looking fruit, oxygen, and certain parts
of Jupiter are strictly forbidden. If I find you violating, or
molesting my property in any way, I will employ a pair of burly
convicts to find you, kidnap you, and perform god-awful sexual
experiments on you until you lose the ability to sound out vowels. I
don't know why you are still reading this, but by doing so you have
proven that you have far too much time on your hands, and you should go
plant a tree, or read a book or something.
- http://www.ctrlaltdel-online.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux on Intel D915GOM oops
2006-08-28 8:21 linux on Intel D915GOM oops Henti Smith
@ 2006-08-28 8:39 ` Arjan van de Ven
2006-08-28 8:43 ` Andi Kleen
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Arjan van de Ven @ 2006-08-28 8:39 UTC (permalink / raw)
To: Henti Smith; +Cc: linux-kernel
On Mon, 2006-08-28 at 10:21 +0200, Henti Smith wrote:
> Hi guys,
>
> I've been given a mecer Xhibitor media center machine to try and get
> linux on for testing.
>
> The machine seems pretty much limited to South Africa, however the
> setup is used by other companies like
> http://www.higrade.com/nqcontent.cfm?a_id=3539 and
> http://www.alienware.com/product_detail_pages/DHS_2/dhs_2_features.aspx?SysCode=PC-DHS2&SubCode=SKU-DEFAULT
> which use the same mainboard atc.
>
> for more information ont he mainboard used:
> http://www.intel.com/design/motherbd/om/om_documentation.htm
>
> I've tried to boot just about every linux distro I can get my hands on
> and they all oops at bootup.
>
> Unfortunately I cannot get to the first few lines (screen cannot scroll
> after oops)
> but here is what I can get to : This is booting with Ubuntu
>
> PREEMPT
> Modules linked in:
> CPU: 0
> EIP: 0060:[<c00f02fa>] not tainted
> EFLAGS: 00010046 (2.6.8.1-3-386)
> EIP is at 0xc00f02fa
> eax: 49435024 ebx: 00007000 ecx: 00000000 edx: 00000010
> esi: 00000001 edi: c02cd4a4
> [<c01f5724>] bios32_service+0x1c/0x68
> [<c01f5780>] check_pcibios+0x10/0xd3
> [<c01f5a77>] pci_find_bios+0x70/0x8c
this is the known bug where by default Linux uses the BIOS services for
PCI rather than the native method.
try putting
pci=conf2
on the kerenl commandline
(and you may want to try a kernel newer than 2.6.8 btw)
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: linux on Intel D915GOM oops
2006-08-28 8:39 ` Arjan van de Ven
@ 2006-08-28 8:43 ` Andi Kleen
2006-08-28 8:47 ` Arjan van de Ven
2006-08-28 11:38 ` Henti Smith
2006-08-28 11:56 ` Alan Cox
2 siblings, 1 reply; 7+ messages in thread
From: Andi Kleen @ 2006-08-28 8:43 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux-kernel, henti
Arjan van de Ven <arjan@infradead.org> writes:
>
> this is the known bug where by default Linux uses the BIOS services for
> PCI rather than the native method.
It's a BIOS bug if the PCI BIOS doesn't work, not a Linux bug.
-Andi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux on Intel D915GOM oops
2006-08-28 8:43 ` Andi Kleen
@ 2006-08-28 8:47 ` Arjan van de Ven
2006-08-28 9:23 ` Andi Kleen
0 siblings, 1 reply; 7+ messages in thread
From: Arjan van de Ven @ 2006-08-28 8:47 UTC (permalink / raw)
To: Andi Kleen; +Cc: linux-kernel, henti
On Mon, 2006-08-28 at 10:43 +0200, Andi Kleen wrote:
> Arjan van de Ven <arjan@infradead.org> writes:
> >
> > this is the known bug where by default Linux uses the BIOS services for
> > PCI rather than the native method.
>
> It's a BIOS bug if the PCI BIOS doesn't work, not a Linux bug.
it's a bios bug if it doesn't work.
it's a linux mistake to depend on the bios for this in the first place
(since other OSes don't use this afaik)
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux on Intel D915GOM oops
2006-08-28 8:47 ` Arjan van de Ven
@ 2006-08-28 9:23 ` Andi Kleen
0 siblings, 0 replies; 7+ messages in thread
From: Andi Kleen @ 2006-08-28 9:23 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux-kernel, henti
On Monday 28 August 2006 10:47, Arjan van de Ven wrote:
> On Mon, 2006-08-28 at 10:43 +0200, Andi Kleen wrote:
> > Arjan van de Ven <arjan@infradead.org> writes:
> > >
> > > this is the known bug where by default Linux uses the BIOS services for
> > > PCI rather than the native method.
> >
> > It's a BIOS bug if the PCI BIOS doesn't work, not a Linux bug.
>
> it's a bios bug if it doesn't work.
> it's a linux mistake to depend on the bios for this in the first place
> (since other OSes don't use this afaik)
The patch that fixed the order changed it just from random to
consistent.
But as discussed earlier if someone can show that 2.4 did it the other
way around consistently we can change the order to be like 2.4.
-Andi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux on Intel D915GOM oops
2006-08-28 8:39 ` Arjan van de Ven
2006-08-28 8:43 ` Andi Kleen
@ 2006-08-28 11:38 ` Henti Smith
2006-08-28 11:56 ` Alan Cox
2 siblings, 0 replies; 7+ messages in thread
From: Henti Smith @ 2006-08-28 11:38 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux-kernel
On Mon, 28 Aug 2006 10:39:06 +0200
Arjan van de Ven <arjan@infradead.org> wrote:
> this is the known bug where by default Linux uses the BIOS services
> for PCI rather than the native method.
>
> try putting
>
> pci=conf2
>
> on the kerenl commandline
>
> (and you may want to try a kernel newer than 2.6.8 btw)
Thanks Arjan, I can boot now .. tho everything else after that goes to
a ball of shit .. still trying to get it up and running for an install
hehe
I had to use acpi=off as well ... this main-board doesn't seem to be
very stable ;P
--
Henti Smith
henti@geekware.co.za
+27 82 958 2525
http://www.geekware.co.za
DISCLAIMER :
Unauthorised use of characters, images, sounds, odors, severed limbs,
noodles, wierd dreams, strange looking fruit, oxygen, and certain parts
of Jupiter are strictly forbidden. If I find you violating, or
molesting my property in any way, I will employ a pair of burly
convicts to find you, kidnap you, and perform god-awful sexual
experiments on you until you lose the ability to sound out vowels. I
don't know why you are still reading this, but by doing so you have
proven that you have far too much time on your hands, and you should go
plant a tree, or read a book or something.
- http://www.ctrlaltdel-online.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux on Intel D915GOM oops
2006-08-28 8:39 ` Arjan van de Ven
2006-08-28 8:43 ` Andi Kleen
2006-08-28 11:38 ` Henti Smith
@ 2006-08-28 11:56 ` Alan Cox
2 siblings, 0 replies; 7+ messages in thread
From: Alan Cox @ 2006-08-28 11:56 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: Henti Smith, linux-kernel
Ar Llu, 2006-08-28 am 10:39 +0200, ysgrifennodd Arjan van de Ven:
> > [<c01f5724>] bios32_service+0x1c/0x68
> > [<c01f5780>] check_pcibios+0x10/0xd3
> > [<c01f5a77>] pci_find_bios+0x70/0x8c
>
> this is the known bug where by default Linux uses the BIOS services for
> PCI rather than the native method.
No that trace is a bug in the BIOS. Ask the vendor [politely] for a BIOS
update, and if you can find a good technical contact the trace may help
them
> try putting
>
> pci=conf2
conf2 or conf1 ??
Alan
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-08-28 11:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-28 8:21 linux on Intel D915GOM oops Henti Smith
2006-08-28 8:39 ` Arjan van de Ven
2006-08-28 8:43 ` Andi Kleen
2006-08-28 8:47 ` Arjan van de Ven
2006-08-28 9:23 ` Andi Kleen
2006-08-28 11:38 ` Henti Smith
2006-08-28 11:56 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox