From owner-freebsd-questions@FreeBSD.ORG Mon Jul 15 07:47:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 266A6FC8 for ; Mon, 15 Jul 2013 07:47:24 +0000 (UTC) (envelope-from bganesh05@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) by mx1.freebsd.org (Postfix) with ESMTP id B82FCE23 for ; Mon, 15 Jul 2013 07:47:23 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hj3so2509822wib.6 for ; Mon, 15 Jul 2013 00:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ekCercYns+FtUjrEpl2n5l66BsIFJwAs8SBSLIjMhcg=; b=mZo3+/mx/ygaUOEzf4B6XQ4Lq39K/zFRu7qNKiTpeKVTUzbgemikTVJLCeVJt2Xmr9 aNFMv8ZNEaBT/wN7SYJINE+jP61YR9oXqkA1TaZBh5GKVHVal/sj/Bs6/cr1rub0MreS 5ePSLr9GMdDhBeMsZj+cnYi/0PWxTo+UTeIINxh0p1oo2IR29akP0aiqOBzy5P4l9qNq sKVBwm1+zm3UJJAQ+gBl8f4oIPxkuLHMl7JQtUt8uZ4o5gMvNVkqeHgh5rzQHffEhCrp GGFixlUqOKTsS0QrhZrqm6Vnz/He4SYtuX3PtKisdfl4+gi+GW96AaBLiijPsSHWonTn +WIw== MIME-Version: 1.0 X-Received: by 10.194.19.130 with SMTP id f2mr30289282wje.22.1373874442850; Mon, 15 Jul 2013 00:47:22 -0700 (PDT) Received: by 10.194.27.195 with HTTP; Mon, 15 Jul 2013 00:47:22 -0700 (PDT) Date: Mon, 15 Jul 2013 15:47:22 +0800 Message-ID: Subject: How to create NanoBSD iso image to install NanoBSD on vmware machine? From: Ganesh Borse To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 07:47:24 -0000 Dear Friends, I am new to Nanobsd and trying to create an iso image which can be installed on vmware machine. I created an iso image using the disk image (/usr/obj/nanobsd.full/_.disk.image) generated according to steps given in NanoBSD How To . VM could boot up with this ISO image, but I got an error as below before I could get OS installation prompt: mount: /dev/ad0s3: No such file or directory mount -o ro /dev/ad0s3 /conf/default/etc failed: droppnig into /bin/sh Cannot read termcap database; using dumb terminal settings. # do I need to use different commands or options to create iso image while using nanobsd.sh script? Please help. Many thanks in advance for your help and time. Best Regards, - ganesh