From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 18:11:04 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E28E72B for ; Fri, 28 Nov 2014 18:11:04 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C398FF00 for ; Fri, 28 Nov 2014 18:11:03 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sASIB2pU045179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 28 Nov 2014 11:11:02 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sASIB1Wa045176; Fri, 28 Nov 2014 11:11:02 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 28 Nov 2014 11:11:01 -0700 (MST) From: Warren Block To: Eduardo Morras Subject: Re: Installing from running FreeBSD In-Reply-To: <20141128174840.6fa1bbb65c1d81e1f25f216e@yahoo.es> Message-ID: References: <20141128174840.6fa1bbb65c1d81e1f25f216e@yahoo.es> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 28 Nov 2014 11:11:02 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2014 18:11:04 -0000 On Fri, 28 Nov 2014, Eduardo Morras wrote: > I have a server running FreeBSD 9.2-p15. I want to upgrade it to release 10.1 with minimal shutdown so I'm thinking about installing 10.1 in a new partition running the 10.1 installer from 9.2., configure the system, install and configure ports, and then restart with 10.1. I never did it before nor know if it can be done and some questions emerge: > > a) Did someone tried it before? Many people use the two-partition method, and it can be controlled with settings for boot0 or gptboot. However, I don't think it will work with different major versions of FreeBSD. > b) Can it be done safety/ly? > c) How can I install ports or pkgs in 10.1 partition from 9.2, perhaps with the pkg jail (-j) option? See above. Consider VirtualBox or some other type of VM software (bhyve is probably not available on 9.2). Better yet, install it on a second machine rather than messing with the partitions of an operating server.