From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 26 18:20:11 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B738106564A for ; Thu, 26 Jan 2012 18:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 263D48FC08 for ; Thu, 26 Jan 2012 18:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0QIKATV028705 for ; Thu, 26 Jan 2012 18:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0QIKAXn028704; Thu, 26 Jan 2012 18:20:10 GMT (envelope-from gnats) Date: Thu, 26 Jan 2012 18:20:10 GMT Message-Id: <201201261820.q0QIKAXn028704@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Ewald Jenisch X-Mailman-Approved-At: Thu, 26 Jan 2012 19:34:05 +0000 Cc: Subject: Re: amd64/164457: [install] Can' t install FreeBSD 9.0 (amd64) on HP Blade (ProLiant BL465c G1 ) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ewald Jenisch List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 18:20:11 -0000 The following reply was made to PR amd64/164457; it has been noted by GNATS. From: Ewald Jenisch To: Andriy Gapon Cc: Subject: Re: amd64/164457: [install] Can't install FreeBSD 9.0 (amd64) on HP Blade (ProLiant BL465c G1 ) Date: Thu, 26 Jan 2012 18:45:21 +0100 On Thu, Jan 26, 2012 at 12:45:23AM +0200, Andriy Gapon wrote: > > I suspect that your problem might be related to the recent eventtimers changes. > Could you please try playing with setting the following tunables on the loader > prompt (via 'set' command)? > > kern.eventtimer.periodic=1 > kern.eventtimer.timer="LAPIC" > Hi Andriy, This neatly did the trick! :-) In setting both values I was able to boot off the install-CD. After installation I had to make sure both of these settings end up in /boot/loader.conf so the machine comes up. Unfortunately I've now got another problem: When doing a "sync" this command obviously doesn't terminate (i.e. no commandline-prompt reappearing). Could this be related to the same cause? BTW, Any documentation as to what these two settings you mentioned actually do? Thanks for your help! -ewald