From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 04:05:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86C5D1065672 for ; Thu, 5 Jan 2012 04:05:05 +0000 (UTC) (envelope-from rocky@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 365C18FC0C for ; Thu, 5 Jan 2012 04:05:05 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.179]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id CB19F5C21; Thu, 5 Jan 2012 14:17:32 +1000 (EST) Message-ID: <4F0520A2.8040602@herveybayaustralia.com.au> Date: Thu, 05 Jan 2012 14:01:38 +1000 From: R Skinner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: Drew Tomlinson References: <4F0517BA.1050405@mykitchentable.net> In-Reply-To: <4F0517BA.1050405@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: FBSD-9.0-RC3 Disk 1 ISO Bootable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 04:05:05 -0000 On 01/05/12 13:23, Drew Tomlinson wrote: > I downloaded FreeBSD-9.0-RC3-amd64-disc1.iso > > and burned the image to CD. However the CD does not boot. Just > wanted to confirm that it is supposed to be bootable. > > Also, is there a DVD version? I don't have many CDs around my house > but plenty of DVDs. :) Hi Drew, and welcome to FreeBSD. How did you 'burn' the disc? As an iso image (in Windows) you can open any burning program and tell it to burn it as is; you don't need to extract any contents. This is the usual problem if it won't boot. Alternatively, you can try making an installer on a usb disk. I'd recommend at least a 2Gb stick, preferably 4G. See: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html section 3.3.5. HTH