From owner-freebsd-questions@FreeBSD.ORG Wed Jan 13 17:08:54 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 2BB571065672 for ; Wed, 13 Jan 2010 17:08:54 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 036068FC0A for ; Wed, 13 Jan 2010 17:08:53 +0000 (UTC) Received: by pxi12 with SMTP id 12so16250119pxi.3 for ; Wed, 13 Jan 2010 09:08:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=xFgdlQxkUb6YPQhYqhL+SmUATvIAvJYuyd6llMmy5PY=; b=MVGqQ9spuRbKsCG6a3tT18U8yLfQM/WsbDE1DDxBlXfbOFMRD9yZo4rVaqsk1TvRb1 /HzJW4vgZKsS6iAdro5Eqtwu+jahfUPbmle8RX2vyE/qHGEPNZZFhLj1eOQeF+fn4QSJ rYn+KFoMAmS11cxipXrIz+3Jd82H96i+XZD7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=wegrsczyJMT3D6Q2EE30m4bKy+OvpIX293cTXZnpF0CfEMTPT0qKgp4HNn0/ztkfqH jpF8k2kpVOsmxxKkoMrspydT9JUyzAvIzd6cSs1uGEQYzbijBFOo5/nd0IEdBpFCJNat iGYeKKeDFRjMhNuC/pQB7isFOpGHsdbhbRiy0= MIME-Version: 1.0 Received: by 10.115.133.2 with SMTP id k2mr2898968wan.113.1263402531026; Wed, 13 Jan 2010 09:08:51 -0800 (PST) In-Reply-To: <201001131621.o0DGLW6A005865@dc.cis.okstate.edu> References: <201001131621.o0DGLW6A005865@dc.cis.okstate.edu> Date: Wed, 13 Jan 2010 10:08:50 -0700 Message-ID: From: Tim Judd To: Martin McCormick Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Trying to build 8.0 Headless Installation Disk 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, 13 Jan 2010 17:08:54 -0000 Replies inserted below On 1/13/10, Martin McCormick wrote: > I started to use the same strategy that worked in 6.x > but it is not working right now. > > I obtained8.0-RELEASE-i386-disc1.iso and did: > mkdir 8.0serial > tar xf 8.0-RELEASE-i386-disc1.iso > > This produced a read-write file system that appears sane > in that it seems to be large enough, but not larger than a > standard CDROM. > > The boot directory has loader.conf in it but there is no > reference to any console. > > I added the following: > > mfsroot_load="YES" > mfsroot_type="mfs_root" > mfsroot_name="/boot/mfsroot" > #add by martin > console="comconsole,vidconsole" > > The CDROM burner is on a Linux system so I used tar to > copy the 8.0serial file system over to the Linux system and then: > > mkisofs -l -R -q . |cdrecord -dev=/dev/hdc - ^^^ mkisofs needs to have the boot record -b boot/cdboot -no-emul-boot And as another option, you might look at mfsBSD, it runs off mfs (RAM) disks with sshd being enabled by default. Once it boots (kernel starts probing), the cd can be ejected. > > This produces a CD that looks fine in that you can mount > it, see all the files, etc. > > The CD does not boot and the system continues to boot as > if there was no CD in the drive. > > I did burn an unmodified image to a CDROM and the system > did hang, waiting for keyboard input so that ISO image does work > but I need the serial console to come up on boot as we will be > running it remotely. This has worked in the past when necessary, > but it appears something changed between FreeBSD6.3 and 8.0 and > I must be doing something wrong now. > > Has anybody gotten an 8.0 CD to come up on the serial > console? > > One thing that has changed between 6.3 and 8.0 is that > the tar application does not get confused. In 6.3, there were a > couple of files that caused an "out of order" error but the 8.0 > CD produced no errors at all. > > Thank you for your help. > > Martin McCormick WB5AGZ Stillwater, OK > Systems Engineer > OSU Information Technology Department Telecommunications Services Group --Tim