From owner-freebsd-questions@FreeBSD.ORG Wed Jan 13 16:21:43 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 3B1CE106566B for ; Wed, 13 Jan 2010 16:21:43 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id 114E68FC14 for ; Wed, 13 Jan 2010 16:21:42 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id o0DGLW6A005865 for ; Wed, 13 Jan 2010 10:21:32 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201001131621.o0DGLW6A005865@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Wed, 13 Jan 2010 10:21:32 -0600 From: Martin McCormick Subject: 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 16:21:43 -0000 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 - 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