From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 19:17:22 2007 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 032DB16A41A for ; Wed, 1 Aug 2007 19:17:22 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4D913C458 for ; Wed, 1 Aug 2007 19:17:21 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so271093fka for ; Wed, 01 Aug 2007 12:17:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CazAW8M1JNw0hLN/FVypb0awzScNrQQNPpSsntHawkzAfr/nW44djNECd5mkkcCmOE8eXwAPERTks1YNL+u2lAJa9SrnAuWxWWfJ8KLjV43WpJfs1gMTPFpQOCekNrDath8b7LzSPAOAwyps1oQI8UlLH8n+X4qhJ20b0AgTrPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t8DLNl3Hu3/VISnFKFdvsLP4M0abefkMvF37hMktymQ+QauS9YqwENzThD0+qGuZhItAVUV8BntPmzKIi8EGEv48IxgqaBGeb1cNrT7tsEVRaV14TbM3LOfCxJUaIYTRhfx17GviOWnYzLX9quhX7mIwK6iN5/iEHn32eRne7Nk= Received: by 10.82.189.6 with SMTP id m6mr1364790buf.1185995840146; Wed, 01 Aug 2007 12:17:20 -0700 (PDT) Received: by 10.82.155.4 with HTTP; Wed, 1 Aug 2007 12:17:20 -0700 (PDT) Message-ID: <24393ae80708011217r336ecc44m10a129890da6952f@mail.gmail.com> Date: Wed, 1 Aug 2007 15:17:20 -0400 From: "Andrey Shuvikov" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: Installing from USB Flash Drive 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, 01 Aug 2007 19:17:22 -0000 On 8/1/07, Ross Penner wrote: > Hi everybody, > > I'm trying to install a system on a machine that doesn't have an optical > drive. I plan on using a USB flash drive to do the job and found a > messages from hackers@freebsd.org > (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html) > about just such a thing. The script provided converts the CD image into > one suitable for a flashmemory stick. I used and coverted it without > issue. The instructions say to use dd to prepare the flash drive so > executed > #dd if=flashbsd.iso of=/dev/da0 This will copy CD to USB sector-by-sector recreating CD filesystem (ISO-9660) on the stick. I don't think it's what system expects. I tried to do similar thing some time ago. I don't remember details but what I did was mounting CD-image and copying files from there to preformatted USB stick.