From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 13:02:11 2008 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 F38C3106564A for ; Fri, 28 Nov 2008 13:02:10 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 46BC78FC08 for ; Fri, 28 Nov 2008 13:02:09 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mASD1t3W004889; Fri, 28 Nov 2008 14:01:55 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mASD1tND004886; Fri, 28 Nov 2008 14:01:55 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 28 Nov 2008 14:01:55 +0100 (CET) From: Wojciech Puchar To: Giorgos Keramidas In-Reply-To: <87wseouk9k.fsf@kobe.laptop> Message-ID: <20081128140152.M4885@wojtek.tensor.gdynia.pl> References: <20081128111721.F3498@wojtek.tensor.gdynia.pl> <87wseouk9k.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: bootselector - lame question 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: Fri, 28 Nov 2008 13:02:11 -0000 thanks! On Fri, 28 Nov 2008, Giorgos Keramidas wrote: > On Fri, 28 Nov 2008 11:19:13 +0100 (CET), Wojciech Puchar wrote: >> sorry but while i use FreeBSD for a long time i need dual boot for the >> first time. >> >> i already have installed DOS in dospartition 1 (/dev/ad0s1) and FreeBSD >> on dospartition 2 slice a (/dev/ad0s2a) >> >> i can boot both but i need to use fdisk to change active partition every >> time i want to boot another system. >> >> how to install some kind of boot menu if possible (i think it is) > > Boot FreeBSD and then run: > > boot0cfg -v -B ad0 > > This should install the `boot0' boot block of FreeBSD, which presents a > simple menu like: > > F1 DOS > F2 FreeBSD > >