From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 16:19:38 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 E9FF8106566B; Thu, 16 Apr 2009 16:19:37 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Andriy Gapon Date: Thu, 16 Apr 2009 12:19:26 -0400 User-Agent: KMail/1.6.2 References: <83e5fb980904061402q73940f8at4ec4b8f821354320@mail.gmail.com> <83e5fb980904151722p17d4210dqeca1c137683eebb0@mail.gmail.com> <49E74B6B.50100@icyb.net.ua> In-Reply-To: <49E74B6B.50100@icyb.net.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200904161219.30639.jkim@FreeBSD.org> Cc: Diego Depaoli , freebsd-current@freebsd.org Subject: Re: disklablel/gpart [Was: 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: Thu, 16 Apr 2009 16:19:38 -0000 On Thursday 16 April 2009 11:14 am, Andriy Gapon wrote: > on 16/04/2009 03:22 Diego Depaoli said the following: > > On Thu, Apr 16, 2009 at 1:43 AM, Jung-uk Kim wrote: > >>> 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. > > > > Starting from this... > > can be done without loosing data? > > You can try to do it with gpart, maybe it will like slices of your > disks better :) > http://lists.freebsd.org/pipermail/freebsd-geom/2009-April/003440.h >tml > > E.g.: gpart bootcode -b /boot/boot ad10s1 > > Be warned that gpart says back something like "partition has boot > code" and it's not terribly clear what is actually meant here: "it > (already) has boot code, so I am not doing anything" or "I did my > job and it (now) has boot code". It is the latter :-) Well, I recalculated everything with help of trusty bc(1). ;-) Seriously, I must say you should back it up first if the data is important. When I got my current laptop, I had to reinstall all OSes several times in different orders to make all OS loaders agree with an MBR. :-( Jung-uk Kim