Download SecBSD & Create Bootable OS Image

Installation images .img and .iso are available on main SecBSD mirror:

LAYLO mirror, Netherlands:

https://mirror.laylo.nl/pub/SecBSD/snapshots/amd64/

https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/

Tor Onion service by LAYLO:

http://zqsjg25lnx7zratmne3dhbcqt5paehitom3qp2rjmwttuy7gzbzqwayd.onion/pub/SecBSD/

Prepare a bootable USB flash drive with SecBSD Installer

From:

SecBSD / OpenBSD

$ cd /tmp
$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/secbsd-15-base.pub
$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/{install15.img,SHA256.sig}
$ signify -Cp secbsd-15-base.pub -x SHA256.sig install15.img
Signature Verified
install15.img: OK

Plug in an usb flash drive.

$ sysctl hw.disknames
hw.disknames=sd0:xxxxxxxxxxxxxxxx,sd1:xxxxxxxxxxxxxxxx

Assuming the device was recognized as sd1:

$ doas dd if=install15.img of=/dev/rsd1c bs=1M
664+1 records in
664+1 records out
696745984 bytes transferred in 72.198 secs (9650464 bytes/sec)
You are now ready to start installing SecBSD.

Now boot on usb flash drive created and perform a install.

How to install XFCE Desktop on SecBSD.

HardenedBSD / FreeBSD

$ cd /tmp
$ curl -O https://mirror.secbsd.org/pub/SecBSD/snapshots/secbsd-15-base.pub
$ curl -O https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/{install15.img,SHA256.sig}
$ signify -Cp secbsd-15-base.pub -x SHA256.sig install15.img

Plug in an usb flash drive.

$ su
root@hardenedbsd:~ # camcontrol devlist
SanDisk Cruzer Blade 1.26        at scbus5 target 0 lun 0 (da0,pass1)

Assuming your usb device was recognized as da0:

root@hardenedbsd:~ # dd if=install15.img of=/dev/da0 bs=1M conv=sync
665+0 records in
665+0 records out
697303040 bytes transferred in 83.083902 secs (8392757 bytes/sec)
root@hardenedbsd:~ #
You are now ready to start installing SecBSD.

Now boot on usb flash drive created and perform a install.

How to install XFCE Desktop on SecBSD.

NetBSD

$ cd /tmp
$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/install15.img

Plug in an usb flash drive.

$ su
dd if=install15.img of=/dev/rsd0d bs=1m

In the previous command we have used rsd0d in order to refer to the whole sd0 disk.

You are now ready to start installing SecBSD.

Now boot on usb flash drive created and perform a install.

How to install XFCE Desktop on SecBSD.

Mac

Please create the SecBSD installation guide for Mac and send it to purplerain@secbsd.org

Windows

Please create the SecBSD installation guide for Windows and send it to purplerain@secbsd.org

GNU/Linux

Please create the SecBSD installation guide for GNU/Linux and send it to purplerain@secbsd.org