From owner-freebsd-questions@FreeBSD.ORG Mon May 11 15:55:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F5D11065670 for ; Mon, 11 May 2009 15:55:00 +0000 (UTC) (envelope-from saifi.khan@twincling.org) Received: from s217.sureserver.com (s217.sureserver.com [203.194.200.22]) by mx1.freebsd.org (Postfix) with ESMTP id 29B678FC19 for ; Mon, 11 May 2009 15:54:59 +0000 (UTC) (envelope-from saifi.khan@twincling.org) Received: (qmail 19846 invoked by uid 1002); 11 May 2009 15:54:56 -0000 Received: from unknown (HELO ?10.10.10.7?) (saifi.khan@twincling.org@59.92.222.2) by s217.sureserver.com with ESMTPA; 11 May 2009 15:54:56 -0000 Date: Mon, 11 May 2009 21:27:34 +0000 (GMT) From: Saifi Khan X-X-Sender: saifi@localhost To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: boot0 installation not permitted in single slice config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2009 15:55:02 -0000 Hi all: Trying to install the 'boot0' boot manager on the MBR, from the Fixit# command prompt as Fixit# boot0cfg -v -B -o noupdate /dev/ad4 the response is: boot0cfg: write_mbr: /dev/ad4: Operation not permitted. i've configured a single slice for the entire disk as Fixit# fdisk -B -I /dev/ad4 Is it that by default the sector 0 is taken as the start point if the entire disk is configured with a single slice ? thanks Saifi.