From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 00:14:36 2011 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 4C44E1065673 for ; Tue, 13 Dec 2011 00:14:36 +0000 (UTC) (envelope-from freebsd-questions@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 F1A288FC17 for ; Tue, 13 Dec 2011 00:14:35 +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 DD3BB5C26 for ; Tue, 13 Dec 2011 10:26:58 +1000 (EST) Message-ID: <4EE69843.1040108@herveybayaustralia.com.au> Date: Tue, 13 Dec 2011 10:11:47 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20111212230529.GC42821@gizmo.acns.msu.edu> <20111212235833.GC69009@orange.esperance-linux.co.uk> In-Reply-To: <20111212235833.GC69009@orange.esperance-linux.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Installing free bsd 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: Tue, 13 Dec 2011 00:14:36 -0000 On 12/13/11 09:58, Frank Shute wrote: > On Mon, Dec 12, 2011 at 06:05:29PM -0500, Jerry McAllister wrote: >> First of all, always include the list in a response to something >> from the list. Other people will be reading and may well know >> more than me or any other person who responds. eg, don't just >> send the follow-on question back to the one responding. Send it >> to the list. >> >> >> On Mon, Dec 12, 2011 at 04:26:06PM -0600, Daniel Lewis wrote: >> >>> do direct ftp to disk? And what do you mean by fixate? >> No. You ftp the file down to the local machine and then use a CD burning >> utility to burn file to the CD. On FreeBSD there is one called 'burncd'. >> I am not familiar with the ones on a MS system, but there are several >> available. Maybe someone else will suggest one or there is probably >> some information in the handbook. >> >> Fixate is something that finishes writing a terminal record on >> the CD image or something like that. I don't really know in >> detail. I think some burner utilities do it automatically with >> no choice. The burncd utility needs to have you specify it. >> >> ////jerry >> >> >>> On 12/12/11, Jerry McAllister wrote: >>>> On Mon, Dec 12, 2011 at 02:36:04PM -0600, Daniel Lewis wrote: >>>> >>>>> Im new to FreeBSD and did a FTP of 8.2 and unzipped to a cd rom. It >>>>> was an ISO Version. I then FTP the CDROM BOOT file and un zipped it. >>>>> Unfortunately It wont auto start when i put disk in computer startup. >>>>> Need support.. Is the windows format on disk causing problems? >>>> Well, the .iso files you get from the FreeBSD distribution are ISO >>>> image files that need to be burned directly to a disk. There is no >>>> other processing or formatting that may be done. >>>> >>>> I do not know what you mean by 'unzipped to a cd rom'. I have never >>>> done anything that sounded like that. >>>> >>>> You should just download the .iso file and burn in to a fresh cd >>>> and fixate it. Then boot it. >>>> >>>> ////jerry >>>> > I've used Nero in the past on a Windows system to burn an ISO. You can > download it (probably timebombed) from http://www.tucows.com/ I think. > > Instructions on burning and fixating are here: > > http://iso.snoekonline.com/iso.htm > > > Regards, > Depending on your windows (xp and later) it should be built-in (only a very basic one though). Double click and it should give an option to burn the disk. Once its completed, voila! You have the ultimate weapon in the computing world! Sorry... got carried away, but nearly accurate though :) - you have a bootable disk to install FreeBSD 8.2. Mostly you'll only need disk 1. The others have pkg files for certain applications, but you can download those as you need them automatically using pkg_add -r and connected to the internet. That way you get the updated versions as well. Better yet: try the ports instead. For more info on either check out the handbook http://www.freebsd.org/doc/handbook/. Good luck!