From owner-freebsd-questions@FreeBSD.ORG Thu Jul 25 10:46:35 2013 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 ESMTP id 66E12551 for ; Thu, 25 Jul 2013 10:46:35 +0000 (UTC) (envelope-from mueller6724@bellsouth.net) Received: from nm9-vm2.access.bullet.mail.gq1.yahoo.com (nm9-vm2.access.bullet.mail.gq1.yahoo.com [216.39.63.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BD832FB3 for ; Thu, 25 Jul 2013 10:46:34 +0000 (UTC) Received: from [216.39.60.173] by nm9.access.bullet.mail.gq1.yahoo.com with NNFMP; 25 Jul 2013 10:46:28 -0000 Received: from [67.195.14.110] by tm9.access.bullet.mail.gq1.yahoo.com with NNFMP; 25 Jul 2013 10:46:28 -0000 Received: from [127.0.0.1] by smtp107.sbc.mail.gq1.yahoo.com with NNFMP; 25 Jul 2013 10:46:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1374749188; bh=sR3DKkxgB4v1QBwRpQ66j2vfXDnVtrPYSFboR5GRfvE=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:CC:References:Subject; b=eog2whSlCYBpbrE8IuEftBFMI/AuZpaQrjsA2ZjWZ0AHInqTzqvqW5VQ2BxFrkdSsFBtucVqyyRQOktN74kgSXL12fftMahSUHLctRzN4uQ7LduFClro9fpJ5BHD9MDr6xQUOY2yVgC13aMcpkyulBZt1cAO2gonv6e/fIMJ2Ac= X-Yahoo-Newman-Id: 627771.73906.bm@smtp107.sbc.mail.gq1.yahoo.com Message-ID: <627771.73906.bm@smtp107.sbc.mail.gq1.yahoo.com> Date: Thu, 25 Jul 2013 03:46:28 -0700 (PDT) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: WmoDabMVM1lYXOfDMJHe0Rz9Ylnnp777cEhc5kTMljSvAkW L3zUhrUbPzifXB3wMbdL8z4LYl4ArDvF2OBdLL_nYIV_AYa_QYzzGUeoR1Np OUHPPFZicqSMd3hWhq1XINSGsutvb9RozV0eyGfyMNZ5U58CjeQHBhNb26VD FHKOVncxDTzvNvzJzFY64IAFxUgLAl7Tf_k3QqZQ0cI1UNggJofvOe1_jg.P fgyctG2va_c5SM0b.Icn2nOaeBdb1ZtdPu_jd_C2oWkmBzKTqu5NafT0fmlZ GxWUjd8xt_K14IrhQzaqYioJB9Ffs_gNXllwkM5uSzcKgyAz8ni7z4cCKi84 cSW3lDCiP0k5bO1LK1OhBD4qlQCfsjUCAXTXYlUW9Ii0m0ilu4czKt.yZ52. _TaAcfHkKIyVglvVsjcAcSDEUclFJsLW9f3n5BlNwLd9e498Wka0TF9_goMK 4985tlF0fIK2oIDQon5rYLzOuL5RUMQSEOfMImKVeFg.4FTOfD9NJLcFH1UN eKHc0GWtGp2VXxWY6f.8Yg9YVmRMEbNlM1zMGo8Ax8jRIRsmKQgjE1B3SU62 BQehYhgqL2okTje7u7tVKOD5c8.ozjf507q4Zw6bMZbEOAyxex_yujRcfnUM dHzSXG5ROhZ4HjM.eN0TF0Clzjnr35bpkYvmELgN0Yujfdw-- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@74.130.200.176 with plain) by smtp107.sbc.mail.gq1.yahoo.com with SMTP; 25 Jul 2013 03:46:28 -0700 PDT From: "Thomas Mueller" To: freebsd-questions@FreeBSD.org References: <51F0E956.90205@gmail.com> Subject: Re: Creating freebsd usb boot Cc: Erhan Gulsen 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 10:46:35 -0000 > 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? Do you want to install onto USB, or do you want to install from USB? If you want to install from USB, you could download the memstick image and write to USB stick (raw device) with dd. Directory ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/9.2/ includes a memstick image, FreeBSD-9.2-BETA1-amd64-memstick.img or you can stay with 9.1_RELEASE if you prefer, but get the memstick.img instead of disc1.iso . I have never used Ubuntu, but dd should be a standard part of most any Linux distro. Tom