From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 18:36:18 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 888E8E4C; Fri, 28 Mar 2014 18:36:18 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C15A25A; Fri, 28 Mar 2014 18:36:18 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h18so1199261igc.8 for ; Fri, 28 Mar 2014 11:36:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EIOy5SI0OboFpBTOykiQU27dU5JPW/UW7w5hY8RDsqQ=; b=bB+IEYBHc0vufhf0OL6kfYVGKgf42TJYPEzNJEIvmQhYIWOs2BrBAS20aMqfvhVYfS 8F5mgX2w4j+DkREi87xR2y++sGEZScGCpO3Jv3EWZIqe9Dbm/f/i1x84+J59AXmxDT1q 3TKDWXlZkZS8lxs9FvlMaJGPc9EdpqajLmLlA6eJhsBvaCgbAKNgWo0/y608rmEg8GLA heMoU5fhoRF940qKIopJU0+vRXC/Mt88X/xHGcZ2XnnawRv+7DPY53I5suAUCexgyU3/ 6xib+0xr/SKxnhT3Oa/wfGONJ6EETlpt8HTF6+07ZPIqdj9V3gJAaTqqp19gtyk7HGoS Il5w== MIME-Version: 1.0 X-Received: by 10.50.119.132 with SMTP id ku4mr12723123igb.35.1396031777007; Fri, 28 Mar 2014 11:36:17 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.64.235.212 with HTTP; Fri, 28 Mar 2014 11:36:16 -0700 (PDT) In-Reply-To: <024701cf4aa7$f68be1b0$e3a3a510$@FreeBSD.org> References: <024701cf4aa7$f68be1b0$e3a3a510$@FreeBSD.org> Date: Fri, 28 Mar 2014 14:36:16 -0400 X-Google-Sender-Auth: FWMGIxS6kCgVSDqSh9-xMUhMoBo Message-ID: Subject: Re: FreeBSD 10 custom bootonly ISO error From: Rick Miller To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Fri, 28 Mar 2014 18:36:18 -0000 Thanks, Devin... On Fri, Mar 28, 2014 at 1:05 PM, wrote: > > [ snip ] > > > > 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/ > Are you referring to a volume label for the ISO via mkisofs -V FREEBSD_INSTALL? -- Take care Rick Miller