From owner-freebsd-questions@FreeBSD.ORG Tue May 10 13:30:24 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 BC4DD106566C for ; Tue, 10 May 2011 13:30:24 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.53]) by mx1.freebsd.org (Postfix) with ESMTP id 935138FC0C for ; Tue, 10 May 2011 13:30:24 +0000 (UTC) Received: (qmail 4506 invoked from network); 10 May 2011 13:30:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 May 2011 13:30:23 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 0844650824; Tue, 10 May 2011 09:30:16 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 6BAAB39828; Tue, 10 May 2011 09:30:15 -0400 (EDT) From: Lowell Gilbert To: mohammad abedini References: Date: Tue, 10 May 2011 09:30:15 -0400 In-Reply-To: (mohammad abedini's message of "Sun, 8 May 2011 23:01:30 -0700") Message-ID: <44vcxid6oo.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "freebsd-questions@FreeBSD.org" Subject: Re: make the iso image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@FreeBSD.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 13:30:24 -0000 mohammad abedini writes: > 1. i install freebsd and make the new kernel, i like make the iso > install CD in new install FreeBSD how can i do this? If you've downloaded the image already and have a CD burner in your machine, burncd(8) will burn it for you, although installing cdrecord from the cdrtools port is easier for most people. > 2. How can restore FreeBSD in to the first boot time lake sunsolaris > delete all program and back to the first install The fast way is to reinstall, reformatting the disk along the way. If you want to keep the user data, pkg_delete(1) on all the installed ports is probably what you want.