From owner-freebsd-current@FreeBSD.ORG Thu Apr 9 11:14:04 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AA15887 for ; Thu, 9 Apr 2015 11:14:04 +0000 (UTC) Received: from m.saper.info (m.saper.info [IPv6:2a01:4f8:a0:7383::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "m.saper.info", Issuer "Marcin Cieslak 2011" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 10C13648 for ; Thu, 9 Apr 2015 11:14:03 +0000 (UTC) Received: from m.saper.info (saper@m.saper.info [IPv6:2a01:4f8:a0:7383::]) by m.saper.info (8.14.9/8.14.9) with ESMTP id t39BDx7M022485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 9 Apr 2015 11:14:00 GMT (envelope-from saper@saper.info) Received: from localhost (saper@localhost) by m.saper.info (8.14.9/8.14.9/Submit) with ESMTP id t39BDwAM022482; Thu, 9 Apr 2015 11:13:58 GMT (envelope-from saper@saper.info) X-Authentication-Warning: m.saper.info: saper owned process doing -bs Date: Thu, 9 Apr 2015 11:13:58 +0000 From: Marcin Cieslak To: Slawa Olhovchenkov Subject: Re: Dual booting FreeBSD and Win95 In-Reply-To: <20150409080938.GC1394@zxy.spb.ru> Message-ID: References: <20150409080938.GC1394@zxy.spb.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FreeBSD Current , Ryan Stone X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 09 Apr 2015 11:14:04 -0000 On Thu, 9 Apr 2015, Slawa Olhovchenkov wrote: > On Wed, Apr 08, 2015 at 03:30:41PM -0400, Ryan Stone wrote: > > > I've been playing around with trying to set one only slice as active to > > make the loader boot it, but it appears that doesn't actually work. > > boot0cfg would cover half of the use case (switching from FreeBSD back to > > Win95), but I'm not sure how I could do the original switch from Win95 to > > FreeBSD. > > For this you must use any fdisk-like dos utility can change active > partiton mark. Sorry, I am currently don't have neir Win95 or DOS for > advice and/or test. As I remember this utilitys must be exist. We have a bunch of cool tools in ftp://ftp.freebsd.org/pub/FreeBSD/tools/ like bootinst.exe, alternative boot managers etc. etc. //Marcin