From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 15:36:18 2008 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 C977B1065673 for ; Thu, 12 Jun 2008 15:36:18 +0000 (UTC) (envelope-from clarkjp@charter.net) Received: from mail.cluebytwelve.org (clueby12.org [198.186.190.239]) by mx1.freebsd.org (Postfix) with ESMTP id A79698FC13 for ; Thu, 12 Jun 2008 15:36:18 +0000 (UTC) (envelope-from clarkjp@charter.net) Received: from localdomain.local (68-186-133-111.dhcp.jcsn.tn.charter.com [68.186.133.111]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cluebytwelve.org (Postfix) with ESMTP id 0B42E1B5CA for ; Thu, 12 Jun 2008 10:36:16 -0500 (CDT) Received: by localdomain.local (Postfix, from userid 1001) id C587AB882; Thu, 12 Jun 2008 10:36:14 -0500 (CDT) Date: Thu, 12 Jun 2008 10:36:14 -0500 From: "J. Porter Clark" To: freebsd-questions@freebsd.org Message-ID: <20080612153614.GA32605@auricle.charter.net> References: <20080612005453.GA26319@auricle.charter.net> <48513559.3000306@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48513559.3000306@FreeBSD.org> Organization: http://www.angelfire.com/ego/porterclark/ User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: Nanobsd on a CD-ROM 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, 12 Jun 2008 15:36:18 -0000 On Thu, Jun 12, 2008 at 04:40:25PM +0200, Pietro Cerutti wrote: > > J. Porter Clark wrote: > | Is it possible to build a CD-ROM with a bootable NanoBSD on it? > | If so, how? > > Yes, Section 2.2 of > > http://www.freebsd.org/doc/en/articles/nanobsd/index.html Well, no, because I can't do this: # dd if=_.disk.full of=/dev/acd0 bs=64k If I do this: % cdrecord -v -immed driveropts=burnfree dev=1,0,0 -data _.disk.full then try to boot the machine from the CD-R, I get a "-" cursor for a second or two, then it switches over to the hard disks to boot from. Okay, it's possible I messed up the compilation options or something. Is the cdrecord command above the correct procedure to use to build a bootable nanobsd CD-R? -- J. Porter Clark