From owner-freebsd-questions@FreeBSD.ORG Mon Jul 15 08:14:46 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 3F2A7C2F for ; Mon, 15 Jul 2013 08:14:46 +0000 (UTC) (envelope-from bganesh05@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) by mx1.freebsd.org (Postfix) with ESMTP id CB67A2B5 for ; Mon, 15 Jul 2013 08:14:45 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hj3so2539509wib.4 for ; Mon, 15 Jul 2013 01:14:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a6SvW9FVPhjxu8Itg9GXb68KgS3CirfFAQlW8fhc6sQ=; b=etiey93e4p/t5d1tyVqjMzXAIbTymZxS5X8Gz86j+cZbhRYb6NFy68TgjWk23YBr6v UE7RF9ioQoRMuJLK/T++2zD2nS1mljK5kl6YRfH5dG12EBCphEeszfIiKsnySr2c/TDC pvDgge57A7FuPaf01URuQbNNOwxMYlijqPrUMR7whsEnffOKpB5be3Xx3UpDTXvBmhv8 Q0XlMcrJtMBVroX71OCd4fzYuCWdCt/kq8Ish9mL9oMa6ECd8Q2lAI2CII5qmFTGDZu6 Mv0EIvsfM/pVs26s6RnYEp7lzR9h+99cqquy7WDVBy2f9ahsG3zT5lZVw4103InlyXwN jZYg== MIME-Version: 1.0 X-Received: by 10.180.7.164 with SMTP id k4mr7964146wia.40.1373876084893; Mon, 15 Jul 2013 01:14:44 -0700 (PDT) Received: by 10.194.27.195 with HTTP; Mon, 15 Jul 2013 01:14:44 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Jul 2013 16:14:44 +0800 Message-ID: Subject: Re: How to create NanoBSD iso image to install NanoBSD on vmware machine? From: Ganesh Borse To: Olivier Nicole Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" 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 08:14:46 -0000 Hi Olivier, Hard Disk is configured as IDE (IDE 1:1), vm settings. When freebsd image is booting in this VM, before getting the above error, following logs are displayed on boost console: ada0: ATA-4 device ... ... ada0: Previously was known as ad3 .. Trying to mount root from cd9660:/dev/iso9660/nanoISO [ro]... Thanks On Mon, Jul 15, 2013 at 3:56 PM, Olivier Nicole wrote: > Ganesh, > > > 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 > > What type of disk have you defined on your VMWare virtual server? The > default is SCSI, which corresponds to /dev/da, not ad. > > Olivier > > > 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 > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >