Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2013 19:10:49 +0200
From:      keramida@ceid.upatras.gr (Giorgos Keramidas)
To:        Erhan Gulsen <erhangulsen28@gmail.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Creating freebsd usb boot
Message-ID:  <878v0u1s6e.fsf@kobe.laptop>
In-Reply-To: <51F0E956.90205@gmail.com> (Erhan Gulsen's message of "Thu, 25 Jul 2013 12:01:10 %2B0300")
References:  <51F0E956.90205@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Jul 2013 12:01:10 +0300, Erhan Gulsen <erhangulsen28@gmail.com> 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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?878v0u1s6e.fsf>