OpenBSD
1.17K subscribers
38 photos
2 videos
6 files
397 links
Сool OpenBSD stuff @openbsd
Feedback obsd@tuta.io

Community:
@openbsd_en
@openbsd_ru
@openbsdbr
@OpenBSD_es

OpenBSDjumpstart https://t.me/joinchat/EzTjLQuG8MdUSVqFS1xA4w

Unofficial channel. Get OpenBSD: https://www.openbsd.org/
Download Telegram
OpenBSD on the A20-OLinuXino-LIME2

This guide will explain how to get OpenBSD to run on the A20-OLinuXino-LIME2 Rev. K single-board computer by Olimex. We will go through modifying and compiling U-Boot to make the LAN port work, as well as following OpenBSD's -current branch to get all the security fixes.

https://earthroot.city/openbsd-on-olinuxino-lime2/

#hardware #install
OpenBSD 6.7 on PC Engines APU4D4

I just got myself a PC Engines APU4D4. I miss an OpenBSD box providing home services. It’s quite simple to install and run OpenBSD on this machine. And you can even update the BIOS from OpenBSD.

https://www.tumfatig.net/20200530/openbsd-6-7-on-pc-engines-apu4d4/

#hardware #install
How to install OpenBSD on a Raspberry Pi 4

In
this tutorial we will guide you through the necessary steps needed to successfully download, boot, configure networking, configure timezone, and install basic packages to get started.

https://www.sudopigeon.com/raspberry-pi/os-install-installing-openbsd-on-a-raspberry-pi-4/

#hardware #install
An OpenBSD-focused Ansible playbook embedded in type-annotated Python.

openbsd-run is an Ansible playbook embedded in type-annotated Python which allows for running the Ansible playbooks directly or via command line. The goal is to trivialize deploying and maintaining OpenBSD-based services.

https://openbsd.run/

#ansible #install
OpenBSD on the Framework Laptop.

Framework is a new company offering a laptop that is designed to be repairable and upgradeable, both in terms of internal components like the screen and motherboard, and in pluggable expansion cards.

https://jcs.org/2021/08/06/framework

#hardware #install #system
Running an ARM64 OpenBSD Virtual Machine on Apple Silicon

- Install an HVF-equipped build of QEMU.
- Download the OpenBSD 7 Install Image, сreate a new virtual disk.
- Set up the launch script, install OpenBSD.
- Set up host to guest SSH access.

https://codeofconnor.com/running-an-arm64-openbsd-virtual-machine-on-apple-silicon-with-qemu/

#system #install #apple
OpenBSD on the PinePhone

Installing OpenBSD on the Pinephone might seem straightforward, as the hardware is essentially just an arm-based SBC with a built in screen and modem. The Allwinner A64 SoC is supported by the OpenBSD kernel, so we can at least expect it to boot. However, no specific support for the Pinephone hardware is included in the most recent OpenBSD release, making it unlikely that we'll get much beyond output via the serial terminal. Furthermore, unlike many SBCs, the Pinephone doesn't have an on-board ethernet connection. This will make the installation slightly more complicated, as we can't install the base packages from a local network server. Nevertheless, if OpenBSD is ever going to run in a usable fashion on the Pinephone we need to start somewhere...

https://www.exoticsilicon.com/crystal/pinephone_openbsd

#system #install #pinephone
The complete idiot's guide to OpenBSD on the Pinebook Pro.

Today I will show you how I installed the latest snapshot of OpenBSD on my Pinebook Pro with plenty of detail so that you can do it, too. I will include instructions for setting up full disk encryption, and conclude with a summary of my experience running OpenBSD on this device...

https://tomscii.sig7.se/2022/02/Guide-to-OpenBSD-on-the-PinebookPro

#install #system #hardware
OpenBSD/arm64 on Apple M1 systems.

It has taken a while, but I'm pleased to announce that OpenBSD/arm64 works well enough on Apple M1 systems for some wider testing...

https://www.undeadly.org/cgi?action=article;sid=20220320115932

#hardware #install #system
Let's install OpenBSD/riscv64 on QEMU

I wanted to get in on the OpenBSD/riscv64 bandwagon, but I don't have the money to spend on fancy new hardware. Fortunately, QEMU has RISC-V support. Unfortunately, I could not find any instructions to install OpenBSD on it. We'll just have to figure it out ourselves...

https://briancallahan.net/blog/20220418.html

#install #riscv64 #install
OpenBSD 7.1 on PINE64 RockPro64.

This is a small write-up about installing OpenBSD 7.1 on a PINE64 RockPro64 SBC.

https://bsandro.tech/posts/openbsd-7.1-on-pine64-rockpro64/

#install #hardware #pine64
Installing OpenBSD on Scaleway Elastic Metal.

The instructions below will roughly stay the same should you want to install NetBSD or FreeBSD instead of OpenBSD...

https://www.senzilla.io/blog/2022/08/10/installing-openbsd-scaleway-elastic-metal/

#install #system
OpenBSD on a Lenovo Thinkpad X220.

This is going to be yet another post about installing / running OpenBSD on an old Thinkpad X220. It’s not going to be different than all of the other guides that are already out there, but my motivation and what came of it afterwards might be interesting for some folks.

https://housingsklave.at/posts/2022-05-07-openbsd-on-a-lenovo-thinkpad-x220/

#hardware #install #system
Initial support for guided disk encryption in the installer.

The OpenBSD installer now has basic support for configuring disk encryption during the regular installation process. Previously, disk encryption needed to be set up manually by dropping to the shell from the installer. Initial support, likely to be expanded upon, was committed by Klemens Nanni (kn@) on March 7, 2023...

https://undeadly.org/cgi?action=article;sid=20230308063109

#security #encryption #install
Is OpenBSD for you?

This blog post is a step by step wizard for those who think about using OpenBSD as a primary OS and daily driver, but don't know if it meets the requirements. I am trying to focus on desktop/laptop use in this case...

https://mizik.eu/blog/is-openbsd-for-you/index.html

#system #hardware #install
AWS Gazo bot.

Scripts to create, customize and upload AWS images to the cloud. This is a work in progress, I'm trying to create OpenBSD images from Linux, specially using arm64 and riscv64 for AWS since OpenBSD has no vmm support for arm64 nor riscv64 yet...

https://github.com/csaltos/aws-gazo-bot

Based on the scripts created by Antoine Jacoutot at https://github.com/ajacoutot/aws-openbsd

#aws #cloud #install
Install OpenBSD 7.3 on Proxmox (BIOS/UEFI and Cloud-init).

I thought it was an opportunity to take stock of the different methods of installing OpenBSD on our favorite hypervisor. We will consider different scenarios depending on the types of BIOS available under Proxmox (OVMF, SEABIOS); different OpenBSD installation images; and, finally, we'll talk about the thorny subject of OpenBSD's compatibility with Cloud-init...

https://forum.proxmox.com/threads/install-openbsd-7-3-on-proxmox-bios-uefi-and-cloud-init.133063/

#virtualization #proxmox #install