From owner-freebsd-stable@FreeBSD.ORG Fri Jun 30 07:13:47 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A473716A40F for ; Fri, 30 Jun 2006 07:13:47 +0000 (UTC) (envelope-from sergey.shyman@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 040F943D48 for ; Fri, 30 Jun 2006 07:13:46 +0000 (GMT) (envelope-from sergey.shyman@gmail.com) Received: by ug-out-1314.google.com with SMTP id j3so93484ugf for ; Fri, 30 Jun 2006 00:13:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=H7XOiSz6ZECScSzHGSsLuhXnn8zkePk7FtLEQWHk+uzjfGGs5JKOLgvhnpcssrhN0CQXe+bQ1D+d+ehjTjSBrdBcS9ivsSq9/ctmjcuAI9w0JvorrfJyi59tLN6pSfwleN+iQmuZP4oROowuy3HVeTbjAcnKc5kgPwiSTteL5rk= Received: by 10.78.157.8 with SMTP id f8mr63936hue; Fri, 30 Jun 2006 00:13:45 -0700 (PDT) Received: by 10.78.72.5 with HTTP; Fri, 30 Jun 2006 00:13:45 -0700 (PDT) Message-ID: <840a6f1a0606300013s6dcdb290k4b9ddf41a024b199@mail.gmail.com> Date: Fri, 30 Jun 2006 10:13:45 +0300 From: "Sergey Shyman" To: "Tony Maher" In-Reply-To: <44A45FB9.6060209@uts.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <840a6f1a0606290644w2fa869f9v322acf9935057431@mail.gmail.com> <44A45FB9.6060209@uts.edu.au> Cc: freebsd-stable@freebsd.org Subject: Re: Weird problem upgrading 5.4 to 6.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 07:13:47 -0000 On 6/30/06, Tony Maher wrote: > Sergey Shyman wrote: > > > I have FreeBSD 5.4 box with Intel865 chipset. The 5.4 works fine nearly > > a year. But strange troubles happens when I've tried to upgrade to 6.1 > > (via make buildworld && make kernel). > > > > The loader show me following messages and then hangs when I try to boot > > new kernel: > > > > Can't work out which disk we are booting from. > > Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0. > > Some one else reported similar problem which were traced to having > non standard compiler flags in make.conf. > In particular -funroll-loops is bad for loader. Yes, I've read about this and try to recompile with -O -pipe and even without make.conf totally -- no luck :( > > -- > tonym >