Installing for the first time

Started by jhaines42, April 18, 2017, 10:59:32 AM

Previous topic - Next topic
Hi,

I am having issues installing for the first time on an x86 box with 1Gb ram 2 x NICS, I am not the best with Linux and trying to create a USB stick to install but it's not working.

I am using windows 7 as my main OS and I am not certain what ISO or Img I should be using and the process to create a bootable USB, when I try to create the USB it fails and I have tried many ISO to USB tools.

Regards
Julian

Hi Julian,

The image you should likely use is the one marked vga, assuming you have a video card in your x86 machine (serial if you don't). Google the CPU model to find out if it supports 64-bit operation (most recent ones do).

OPNsense is based on FreeBSD (not Linux) and there are challenges with the USB stick writing process. Your best bet is to use a USB 2.0 port and flash drive with software that can do a pure bit-for-bit transfer. UNIX like systems (Linux, MacOS, etc.) can use the dd utility but physdiskwrite v0.3 or later is the least troublesome on Windows. Some people boot their main computer from a Linux live CD just to get access to dd.

More details are here: https://docs.opnsense.org/manual/install.html

Bart...