From owner-freebsd-questions@freebsd.org Thu Jan 3 17:00:47 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6923E1430313 for ; Thu, 3 Jan 2019 17:00:47 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.infracaninophile.co.uk", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 042F985253 for ; Thu, 3 Jan 2019 17:00:47 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from leaf.local (unknown [88.202.132.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id B7F39E503 for ; Thu, 3 Jan 2019 17:00:37 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/B7F39E503; dkim=none; dkim-atps=neutral Subject: Re: Installing FreeBSD on HP Computer that is using software RAID 5 To: freebsd-questions@freebsd.org References: <20190102222619.c63f20f0.freebsd@edvax.de> From: Matthew Seaman Message-ID: <6d05c736-8020-4963-fe29-3e6bd9110fe3@FreeBSD.org> Date: Thu, 3 Jan 2019 17:00:36 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 17:00:47 -0000 On 03/01/2019 16:43, Carmel NY wrote: > On Thu, 3 Jan 2019 12:59:55 +0100 (CET), Trond Endrestøl stated: > >> I hope you'll choose FreeBSD-12.0-RELEASE-amd64-disc1.iso or >> FreeBSD-12.0-RELEASE-amd64-dvd1.iso. >> >> The bootonly image does only boot the system, it does not contain the >> files needed to perform an installation. >> >> The dvd1 image is similar to the disc1 image, but it also contains >> prebuilt packages if you prefer that. > > I have used the "Boot Only" disk for FreeBSD 11 on another PC. Once > started, it asked several questions and then proceeded to download > the required files via the Internet. I had an Ethernet connection > hooked up to that PC before I started the PC. Have things changes since > then? > Nope. So long as you have Internet access available, then you can use the 'Boot Only' disk image for FreeBSD 12 in exactly the same way. Cheers, Matthew