From owner-freebsd-current@FreeBSD.ORG Wed Jun 6 14:52:32 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BBB016A400 for ; Wed, 6 Jun 2007 14:52:32 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id D3ED613C45B for ; Wed, 6 Jun 2007 14:52:31 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so515337uge for ; Wed, 06 Jun 2007 07:52:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=FfXyWFDczSp/IxSyGhvQIAfzq1oQ0+ROj0L+xcrP8CfR6v88KIEVwWjvuCFQx+XFtubcnanfFLdNocPqXyjvq2QR5gYmce/xNUUXkEDUIOPPhTc5K1r06dVZNInw9GCb0xYi1JwvN1JpGDxBKE4M4TDBuDB0FaiyTIgrD/5Njxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=ofKv6g/Sx8mEWcTXjLgQt/0+GF9Ap9RgXk4fRJ4/2rgj6fcvRC/uO9EDoE9EX9h2vz8iJp9nKuoZjvQHFvU9wSpK+Zwt9zveAlG0mJlccQsEOmRt2wzVLtYI7ZLifHBTF1m8Tw8+PkOyGDpt+JMVPljHbgngZYTws18Og/pH6Bk= Received: by 10.67.40.5 with SMTP id s5mr461912ugj.1181141550828; Wed, 06 Jun 2007 07:52:30 -0700 (PDT) Received: from darklight.abyss ( [194.186.18.2]) by mx.google.com with ESMTP id s7sm1331392uge.2007.06.06.07.52.28 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jun 2007 07:52:29 -0700 (PDT) Received: from darklight.abyss (localhost [127.0.0.1]) by darklight.abyss (8.14.1/8.14.1) with ESMTP id l56Eq8bk000947; Wed, 6 Jun 2007 18:52:09 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.abyss (8.14.1/8.14.1/Submit) id l56Epvnq000944; Wed, 6 Jun 2007 18:51:57 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.abyss: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 6 Jun 2007 18:51:54 +0400 From: Yuri Pankov To: Ruben de Groot Message-ID: <20070606145154.GA875@darklight.abyss> References: <20070606135815.GA913@darklight.abyss> <20070606143308.GA55007@ei.bzerk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070606143308.GA55007@ei.bzerk.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-current@freebsd.org Subject: Re: /boot/mbr miscompiled? 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, 06 Jun 2007 14:52:32 -0000 On Wed, Jun 06, 2007 at 04:33:08PM +0200, Ruben de Groot wrote: > On Wed, Jun 06, 2007 at 05:58:15PM +0400, Yuri Pankov typed: > > Hi, > > > > I've noticed lately that I can't install /boot/mbr using boot0cfg. > > > > [root@darklight:~]# boot0cfg -B -b /boot/mbr ad4 > > boot0cfg: /boot/mbr: unknown or incompatible boot code > > Try "fdisk -B -b /boot/mbr ad4" > > Ruben Thanks, that did it. So boot0cfg shouldn't be used or there's something wrong with my setup? Yuri