Some Dell (OptiPlex/Pro Micro 7020) and HP (EliteDesk 800 G4) UEFIs
can't handle Mass Storage + HID on a single USB port, causing a black
screen, boot loop, or lost BIOS settings.
Document the recommended workaround `otg/devices/msd/start: false`,
which keeps MSD configured but unstarted at boot (re-enable on demand
via kvmd-otgconf), alongside the existing full-disable method. Note the
affected hardware and warn against confusing the `msd` and `drives`
config sections.
Co-authored-by: Mohammed Awad <mawad10101@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Some firmware versions or model revisions of the Ezcoo EZ-SW41H21-KVMU3P KVM-Switch have issues with mouse and keyboard output if absolute mouse and MSD are enabled.
See #1463 for more information and the solution.
* Add NetBird VPN setup guide for PiKVM
Document the full setup process for running NetBird on PiKVM's
read-only filesystem, including overlayfs configuration, systemd
service modifications, device registration (setup key and SSO),
state persistence, and common troubleshooting steps.
* fix: replace curl|bash install with AUR package build
Address maintainer review: use git clone + makepkg under kvmd-webterm
to build netbird-bin from AUR instead of piping install script to sh.
Also replace overlayfs with tmpfs + bind mount since PiKVM's kernel
lacks the overlay module, and update all systemd references to use the
AUR package's template unit (netbird@.service).