From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 26 19:00:22 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 D368F106566C for ; Thu, 26 Jan 2012 19:00:22 +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 B64778FC08 for ; Thu, 26 Jan 2012 19:00:22 +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 q0QJ0MJp064581 for ; Thu, 26 Jan 2012 19:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0QJ0MhY064574; Thu, 26 Jan 2012 19:00:22 GMT (envelope-from gnats) Date: Thu, 26 Jan 2012 19:00:22 GMT Message-Id: <201201261900.q0QJ0MhY064574@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Andriy Gapon X-Mailman-Approved-At: Thu, 26 Jan 2012 19:34:28 +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: Andriy Gapon 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 19:00:22 -0000 The following reply was made to PR amd64/164457; it has been noted by GNATS. From: Andriy Gapon To: Ewald Jenisch Cc: bug-followup@FreeBSD.org Subject: Re: amd64/164457: [install] Can't install FreeBSD 9.0 (amd64) on HP Blade (ProLiant BL465c G1 ) Date: Thu, 26 Jan 2012 20:51:06 +0200 on 26/01/2012 19:45 Ewald Jenisch said the following: > 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? Not sure. > BTW, Any documentation as to what these two settings you mentioned actually do? > > Thanks for your help! There is eventtimers(4) manual page. You may also want to try to contact Alexander Motin (mav@) directly, he is the author and maintainer of that code. -- Andriy Gapon