From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 16:34:42 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22FDE965; Mon, 31 Mar 2014 16:34:41 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx1.fisglobal.com", Issuer "VeriSign Class 3 Secure Server CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78D5A7E0; Mon, 31 Mar 2014 16:34:41 +0000 (UTC) Received: from smarthost.fisglobal.com ([10.132.206.192]) by ltcfislmsgpa01.fnfis.com (8.14.5/8.14.5) with ESMTP id s2VGYdYq012461 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 31 Mar 2014 11:34:39 -0500 Received: from THEMADHATTER (10.242.181.54) by smarthost.fisglobal.com (10.132.206.192) with Microsoft SMTP Server id 14.3.174.1; Mon, 31 Mar 2014 11:34:37 -0500 From: Sender: Devin Teske To: "'Rick Miller'" , "'Devin Teske'" References: <024701cf4aa7$f68be1b0$e3a3a510$@FreeBSD.org> In-Reply-To: Subject: RE: FreeBSD 10 custom bootonly ISO error Date: Mon, 31 Mar 2014 09:34:29 -0700 Message-ID: <066f01cf4cff$178e0ab0$46aa2010$@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQL0Tt5A11jhYP6XgNKr7db6nhBMoQGgOpDjAn1xujCYkHFTIA== Content-Language: en-us X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.87, 1.0.14, 0.0.0000 definitions=2014-03-31_02:2014-03-31,2014-03-31,1970-01-01 signatures=0 Cc: 'FreeBSD Questions' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 16:34:42 -0000 > -----Original Message----- > From: Rick Miller [mailto:vmiller@hostileadmin.com] > Sent: Monday, March 31, 2014 7:33 AM > To: Devin Teske > Cc: FreeBSD Questions > Subject: Re: FreeBSD 10 custom bootonly ISO error > > On Fri, Mar 28, 2014 at 1:05 PM, wrote: > > > > > > Hi all, > > > > > > I will customize the FreeBSD 10 bootonly ISO to perform a > > non-interactive, > > > automated OS installation. The initial ISO was built via release.sh > > > and > > was > > > successfully tested for boot functionality prior to touching > > > ${CHROOTDIR}/usr/obj/usr/src/release/bootonly/etc/installerconfig > > > and running mkisofs on bootonly/ generating a new bootonly ISO. > > > > > > NOTE: mkisofs command used: mkisofs -R -no-emul-boot -b boot/cdboot > > > -o bootonly.iso bootonly > > > > > > Booting the new ISO via a vmware 5.x VM resulted in an error > > > mounting the filesystem[1] (see image in reference [1]). Manually > > > entering the "mount from" here[2] (cd9660:/dev/cd0) resulted in the > > > system continuing to boot into bsdinstall as expected. > > > > > > The error appears to suggest using /dev/acd0, despite the the first > > > line > > in the > > > output of bootonly_iso_error.png suggesting the CD-ROM device is > > > actually /dev/cd0. I'm inclined to believe I missed a step normally > > > performed > > during > > > execution of release.sh (such as editing > > > bootonly/boot/defaults/loader.conf), but have been unable to > > > ascertain what. Any feedback or clues would be greatly appreciated. > > > > > > [1] http://www.hostileadmin.com/images/bootonly_iso_error.png > > > [2] http://www.hostileadmin.com/images/bootonly_iso_cdboot.png > > > > > > > You didn't give the ISO a label. It actually doesn't look for cd0 nor > > acd0 but FREEBSD_INSTALL label which ends up in /dev/iso9660/ > > > > I regenerated the ISO using "-V FREEBSD_INSTALL" and "-volset > FREEBSD_INSTALL", neither of which produced a result beyond the original > error. Thoughts? > My bad, it appears to be camel-case "FreeBSD_Install". See lines 205-212 of http://svnweb.freebsd.org/base/head/release/Makefile?revision=262505&view=ma rkup -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.