I have decided to try FreeBSD and for this purpose downloaded the USB image of 9.1. I am currently using Arch Linux. To create the installation disk I did
To select boot device I press F9 at startup and select my USB drive. A screen flashes (too fast to read anything but if you do it enough times you get a glimpse of a few words like bootloader and FreeBSD) and the HP startup screen reappears.
dd if=FreeBSD-9.1-RELEASE-amd64-memstick.img of=/dev/sdc bs=64 --conv=sync
. This gave no error. When I try to boot the media however [ what is missing here? -- Mod. ] the computer I am using the HP Probook 4341s.To select boot device I press F9 at startup and select my USB drive. A screen flashes (too fast to read anything but if you do it enough times you get a glimpse of a few words like bootloader and FreeBSD) and the HP startup screen reappears.