From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 23:43:59 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 0A609106566B; Wed, 15 Apr 2009 23:43:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Diego Depaoli Date: Wed, 15 Apr 2009 19:43:47 -0400 User-Agent: KMail/1.6.2 References: <83e5fb980904061402q73940f8at4ec4b8f821354320@mail.gmail.com> <200904150838.25099.jhb@freebsd.org> <83e5fb980904151627k726294deoe8feba8c0b7d5167@mail.gmail.com> In-Reply-To: <83e5fb980904151627k726294deoe8feba8c0b7d5167@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200904151943.51066.jkim@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: AMD 780G chipset major issues 3/3 (btx) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 23:43:59 -0000 On Wednesday 15 April 2009 07:27 pm, Diego Depaoli wrote: > On Wed, Apr 15, 2009 at 2:38 PM, John Baldwin wrote: > > This fault is with the old boot blocks still. 'bsdlabel -B > > ad4s4' should update the boot blocks correctly. I'm not sure why > > you are still getting the old code. Perhaps /boot/boot has not > > been updated? > > I remaked world/kernel. Almost all files in /boot have same > date/time. That's the output of bsdlabel -B ad4s4 > partition a: offset past end of unit > partition a: partition extends past end of unit > partition b: offset past end of unit > partition b: partition extends past end of unit > partition c: offset past end of unit > partition c: partition extends past end of unit > bsdlabel: partition c doesn't start at 0! > bsdlabel: An incorrect partition c may cause problems for standard > system utilities > partition d: offset past end of unit > partition d: partition extends past end of unit > partition e: offset past end of unit > partition e: partition extends past end of unit > partition f: offset past end of unit > partition f: partition extends past end of unit > > After reboot I get BTX halted. > Perhaps bsdlabel -B works only upon a slice with 0X80 flag set? > Otherwise I don't know... It only works when there is no error. ;-) It seems you have to fix the label first. Jung-uk Kim