From owner-freebsd-questions@FreeBSD.ORG Wed May 14 16:14:43 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B678937B401 for ; Wed, 14 May 2003 16:14:43 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE4643FA3 for ; Wed, 14 May 2003 16:14:42 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a184.otenet.gr [212.205.215.184]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4ENEcg4025288; Thu, 15 May 2003 02:14:39 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4ENEQ2w000781; Thu, 15 May 2003 02:14:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4EMsXpJ007554; Thu, 15 May 2003 01:54:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 15 May 2003 01:54:33 +0300 From: Giorgos Keramidas To: roach@toast.net Message-ID: <20030514225433.GC4666@gothmog.gr> References: <3EC2B20F.4BB0875E@toast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EC2B20F.4BB0875E@toast.net> cc: freebsd-questions@FreeBSD.org Subject: Re: BootEasy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 23:14:44 -0000 On 2003-05-14 17:15, roach wrote: > HowTo install BootEasy on da0 = win95 to boot Freebsd on da1 > from what i've read i need to use boot0cfg. what is not clear ( do i > run boot0cfg from (Dos-win95) or mount da1 and run it from freebsd ?) > the CD-Rom has both windows and bsd Apps. . > Can i do this from sysinstall ? if so how. Boot FreeBSD and run as root: # boot0cfg -v -B da0 # boot0cfg -v -B da1 BootEasy is a bit simplistic as boot loader go. You need to install it on all disks, not just da0. - Giorgos