From owner-freebsd-current@FreeBSD.ORG Thu Apr 9 11:33:56 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 34EF812F for ; Thu, 9 Apr 2015 11:33:56 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFF978E1 for ; Thu, 9 Apr 2015 11:33:55 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YgAiW-000Fkh-Q6; Thu, 09 Apr 2015 14:33:52 +0300 Date: Thu, 9 Apr 2015 14:33:52 +0300 From: Slawa Olhovchenkov To: Marcin Cieslak Subject: Re: Dual booting FreeBSD and Win95 Message-ID: <20150409113352.GI8220@zxy.spb.ru> References: <20150409080938.GC1394@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false 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:33:56 -0000 On Thu, Apr 09, 2015 at 11:13:58AM +0000, Marcin Cieslak wrote: > 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/ pfdisk may be nice. Oh, unzip from base system (and tar) don't support implode metod! > like bootinst.exe, alternative boot managers etc. etc. > > //Marcin