From owner-freebsd-questions@FreeBSD.ORG Thu Jul 25 17:11:20 2013 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 ESMTP id 842572AA for ; Thu, 25 Jul 2013 17:11:20 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from tux-cave.hellug.gr (tux-cave.hellug.gr [195.134.99.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 047A124C2 for ; Thu, 25 Jul 2013 17:11:19 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: r6PHB1RC028895 Received: from kobe.laptop (217-162-217-29.dynamic.hispeed.ch [217.162.217.29]) (authenticated bits=0) by tux-cave.hellug.gr (8.14.4/8.14.4/Debian-4) with ESMTP id r6PHB1RC028895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 25 Jul 2013 20:11:09 +0300 Received: from kobe.laptop (kobe [127.0.0.1]) by kobe.laptop (8.14.7/8.14.7) with ESMTP id r6PHAnhf028866; Thu, 25 Jul 2013 19:10:49 +0200 (CEST) (envelope-from keramida@kobe.laptop) Received: (from keramida@localhost) by kobe.laptop (8.14.7/8.14.7/Submit) id r6PHAnAM028863; Thu, 25 Jul 2013 19:10:49 +0200 (CEST) (envelope-from keramida) From: keramida@ceid.upatras.gr (Giorgos Keramidas) To: Erhan Gulsen Subject: Re: Creating freebsd usb boot References: <51F0E956.90205@gmail.com> Date: Thu, 25 Jul 2013 19:10:49 +0200 In-Reply-To: <51F0E956.90205@gmail.com> (Erhan Gulsen's message of "Thu, 25 Jul 2013 12:01:10 +0300") Message-ID: <878v0u1s6e.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain 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: Thu, 25 Jul 2013 17:11:20 -0000 On Thu, 25 Jul 2013 12:01:10 +0300, Erhan Gulsen wrote: > Hi, > I am Erhan,i have a problem,i read your all definition but i can not > create usb boot FreeBSD,i have a ubuntu 12.04 operating system.I want to > create it with FreeBSD-9.1-RELEASE-amd64-disc1.iso but when i try > this,it shows ''boot error''.Can you help me? This is a CD-ROM image. Please try again using the 'memstick' image instead, whicih should be available in the same place you for the ISO image for the CD-based installation and have a name like this: FreeBSD-9.1-RELEASE-amd64-memstick.img This should be bootable if you copy it directly to a USB stick with at least 733 MB of disk space. You can use plain dd(1) from your Ubuntu installation to do that: sudo dd if=FreeBSD-9.1-RELEASE-amd64-memstick.img of=/dev/sdc Just replace /dev/sdc with the name of your USB stick's device.