Skip to content

Instantly share code, notes, and snippets.

@subnut
Created February 15, 2022 06:10
Show Gist options
  • Save subnut/df2ea48302c6d3443318760a26585893 to your computer and use it in GitHub Desktop.
Save subnut/df2ea48302c6d3443318760a26585893 to your computer and use it in GitHub Desktop.
Notes made while installing Void Linux on ZFS root using hrmpf as boot ISO and following the guide made by zbm-dev/zfsbootmenu

Installation hiccups

efivarfs not mounted under /sys/firmware/efi/efivars

Mount efivarfs -

mount -t efivarfs efivarfs /sys/firmware/efi/efivars

NVMe drive running in 512b-block emulation mode

Use nvme command to switch to 4K blocksize mode. Be careful.

⚠️ Data will be destroyed/corrupted in the above step. Make backups before proceeding.

Post-installation hiccups

PipeWire not working

Make sure you are added to the audio group -

usermod -a -G audio "$(whoami)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment