Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2007 10:23:06 -0700
From:      Marcel Moolenaar <xcllnt@mac.com>
To:        Dominique SA <domze.sa@gmail.com>
Cc:        freebsd-ia64@freebsd.org
Subject:   Re: Installing FreeBSD 6.2-RELEASE IA64 on IBM X455
Message-ID:  <745472A7-1820-43A8-9B2C-CF1F991903C2@mac.com>
In-Reply-To: <31071b200705091012y75e8ee2tb2c84accd770790@mail.gmail.com>
References:  <31071b200705090836j24c68d9rdb6e6e4a1c3a82d@mail.gmail.com> <747F86AE-6E9C-47D0-B018-5F23CE2CE923@mac.com> <31071b200705091012y75e8ee2tb2c84accd770790@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On May 9, 2007, at 10:12 AM, Dominique SA wrote:

	...
> SMP: WARNING: cpu1 did not wake up
	...
> SMP: WARNING: sending of a test IPI failed
> SMP: 2 CPUs found; 2 CPUs usable; 1 CPUs woken
	...

There are 2 problems here:
1.  Inability to wake application/auxiliary processors.
2.  Inability to send inter-processor interrupts.

The first probably does not cause a problem other than maybe
the calculation of cpu load. With only 1 CPU, it should not
be critical that IPIs cannot be sent, but since the kernel is
configured for SMP, it may send IPIs to itself, which also
don't work (the test IPI is one that's send to itself).

These two combined may be the cause the panic.

Try interrupting the boot in the FreeBSD loader (at the 9
second delay counter) and enter in order:
	set kern.smp.disabled=1
	boot -v

This hopefully disables SMP to the extend that IPIs are not
being used. See if that boots.
HTH,

-- 
Marcel Moolenaar
xcllnt@mac.com





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?745472A7-1820-43A8-9B2C-CF1F991903C2>