Currently iI am trying to install my first FreeBSD machine without much luck.
I have tried making a boot USB key, by downloading FreeBSD-10.1-RELEASE-amd64-dvd1.iso and burning this to a USB key on Ubuntu with dd.
The files get copied over no trouble and everything seems fine when mounting the key and displaying its content. But wheniI try and boot from the key its totally ignored.
The BIOS of the machine is set as boot USB key first, andiI have also manually selected it by pressing F9 (on my system) to select boot device.
I have tried and follow https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html with zero luck.
To make sure the USB key (in general) is selected as boot deviceiI inserted a Debian boot USB key, which boot the Debian install menu just fine. So iI know that the boot order is working properly.
So this might seem like a very low level question, but what is the correct way of creating a FreeBSD install USB key?
Thanks on advance
Kind regards
I have tried making a boot USB key, by downloading FreeBSD-10.1-RELEASE-amd64-dvd1.iso and burning this to a USB key on Ubuntu with dd.
sudo dd if=/FreeBSD-10.1-RELEASE-amd64-dvd1.iso of=/dev/sd[letter]1 bs=4MThe files get copied over no trouble and everything seems fine when mounting the key and displaying its content. But when
The BIOS of the machine is set as boot USB key first, and
I have tried and follow https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html with zero luck.
To make sure the USB key (in general) is selected as boot device
So this might seem like a very low level question, but what is the correct way of creating a FreeBSD install USB key?
Thanks on advance
Kind regards