From owner-freebsd-questions@FreeBSD.ORG Thu Mar 24 16:21:29 2005 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 C292E16A4CE for ; Thu, 24 Mar 2005 16:21:29 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF4543D41 for ; Thu, 24 Mar 2005 16:21:28 +0000 (GMT) (envelope-from karelj@kayjay.nl) Received: from PHYS9911.phys.tue.nl (PHYS9911.phys.tue.nl [131.155.116.116]) (authenticated bits=0) by kayjay.xs4all.nl (8.13.1/8.13.1) with ESMTP id j2OGLACH074575 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 24 Mar 2005 17:21:11 +0100 (CET) (envelope-from karelj@kayjay.nl) From: "Karel J. Bosschaart" To: freebsd-questions@freebsd.org Date: Wed, 23 Mar 2005 17:36:52 +0100 User-Agent: KMail/1.7.2 References: <42409DA3.8090801@open-networks.net> In-Reply-To: <42409DA3.8090801@open-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503231736.53547.karelj@kayjay.nl> cc: Timothy Smith Subject: Re: installing 4.10 AND 5.3 on one system 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: Thu, 24 Mar 2005 16:21:29 -0000 On Tuesday 22 March 2005 23:35, Timothy Smith wrote: > is it possible to install 4.10 and 5.3 on a single system? i'm need them > for testing a various times but i've only got the one system for them both. > i tried myself, but i ended up with getting "not ufs" error msg after > the boot prompt, it did show 2 freebsd options however. Yes that should be possible, but be aware that FreeBSD 4.x cannot read the UFS2 filesystem, which is the default for 5.3. Therefore the 4.x boot loader cannot boot 5.3, probably that's the problem you are seeing. Try reinstalling the boot loader using the 5.3 CD. HTH, Karel.