Skip to content
daniel@cosenza:~/blog
Haiku OSFix May 21, 2026 3 min read

Fixing Package Conflicts and Broken Dependencies in Haiku

A package won't install, or the system misbehaves after an update. Because packagefs never unpacks files, most of these problems are fixable by manipulating package activation directly, without touching the file system.

#fix#packagefs#haiku
Read more
Haiku OSDeep Dive May 20, 2026 3 min read

Device Drivers and Hardware Support in Haiku

Haiku's driver model inherits BeOS's modular, hot-pluggable design — but as a much smaller, community-driven project, its hardware support has real, practical limits worth understanding upfront.

#drivers#hardware#haiku
Read more
Haiku OSFix May 19, 2026 3 min read

Fixing Haiku Boot Failures with Safe Mode

Haiku won't boot normally, or hangs partway through. Here's how to use the boot loader's safe mode options to isolate which specific subsystem is actually at fault.

#fix#boot#haiku
Read more
Haiku OSHow-To May 18, 2026 3 min read

How to Back Up and Restore a Haiku System

A complete walkthrough backing up a Haiku installation using BFS attributes and standard file-copying tools, plus what to know about restoring packagefs-managed system data specifically.

#howto#backup#bfs
Read more