From owner-freebsd-questions@FreeBSD.ORG Wed Feb 10 21:35:20 2010 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 A88C7106568F for ; Wed, 10 Feb 2010 21:35:20 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 148308FC15 for ; Wed, 10 Feb 2010 21:35:19 +0000 (UTC) Received: from pulstar.local (athedsl-4556921.home.otenet.gr [94.70.84.129]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id o1ALZH26019322; Wed, 10 Feb 2010 23:35:17 +0200 Message-ID: <4B732695.5080701@otenet.gr> Date: Wed, 10 Feb 2010 23:35:17 +0200 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: Pierre-Luc Drouin References: <4B7320DA.2080606@pldrouin.net> In-Reply-To: <4B7320DA.2080606@pldrouin.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: "freebsd-questions@freebsd.org" Subject: Re: How to create a FreeBSD 8.0 boot CD without boot.flp? 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: Wed, 10 Feb 2010 21:35:20 -0000 On 10/02/2010 11:10 μ.μ., Pierre-Luc Drouin wrote: > Hi, > > I would like to create a boot CD using FreeBSD 8.0 but I just noticed > that there is no existing boot.flp file for 8.0. What is the > alternative to get a boot image to create my CD image? > > Thanks! You just use the boot/cdboot file from the official CD/DVD, like this (to write to a DVD) growisofs -Z /dev/cd0 -speed 16 -J -R -no-emul-boot -b boot/cdboot -iso-level 3 path-to-your-files or use mkisofs with similar options to write an iso image, i.e. mkisofs -J -R -no-emul-boot -b boot/cdboot -iso-level 3 -o /path/to/your.iso path-to-your-files