From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 23:27:54 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5A96106564A; Wed, 15 Apr 2009 23:27:53 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id D05128FC08; Wed, 15 Apr 2009 23:27:52 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: by bwz8 with SMTP id 8so130834bwz.43 for ; Wed, 15 Apr 2009 16:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=upOLNT1jczxA29MOLW0JJPsf36R8bVvnsc+M77ktGcE=; b=bYe8yd5N/zkNOzSUImAUzWlUrR+v49P5zUlnOO64UsVmnLLuIBh13tlxDR5qj7q6z9 iQl7Eyyqc2xDTcxHkpgvxl1Rn8AzGxpWG/rtJ2p+fCSukPnCJuWy3kIJhKHlcC8+dgpG o0U1R2GhG+bdS9BIu28fMLlqIySwN8FOR/MYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=b/S4fC4ZrClcoL7btldeB8vvpa2g14WafZtYUbWHdof1B4UiZBjtBLc8qguDt1tq4C kcutmI73guEaBxi4tyXC5HiGgzvEJ664lQQSxvCj897ORsLsrFE7sXsSH90OHd1HM4ZY QfG6Yq2IQhCm9BuniVkl5op+4KJbpA6mLOHhU= MIME-Version: 1.0 Received: by 10.223.115.12 with SMTP id g12mr232569faq.92.1239838071540; Wed, 15 Apr 2009 16:27:51 -0700 (PDT) In-Reply-To: <200904150838.25099.jhb@freebsd.org> References: <83e5fb980904061402q73940f8at4ec4b8f821354320@mail.gmail.com> <200904142023.26679.jkim@FreeBSD.org> <83e5fb980904141755l3cf99fbdy75c2cdece4b25904@mail.gmail.com> <200904150838.25099.jhb@freebsd.org> Date: Thu, 16 Apr 2009 01:27:51 +0200 Message-ID: <83e5fb980904151627k726294deoe8feba8c0b7d5167@mail.gmail.com> From: Diego Depaoli To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Jung-uk Kim 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:27:54 -0000 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... Cheers -- Diego Depaoli