Skip to content

arch-linux-live-cd-iso-with-zfs was released in version 3.0.0 - you can now build the iso inside a docker container

I've just released arch-linux-live-cd-iso-with-zfs in version 3.0.0.

Beside some small changes, there are two important changes: * Breaking change that all the configuration/*.sh files are now useless and merged into one .env file * You are now able to use a docker container to build the iso

Fixing: >>cachyos error: archlinux-keyring signature from christian hesse is unknonw trust<<

I wanted to install cachyos from medium cachyos-kde-linux-240609.iso and on multiple systems and everytime the installer failed with the following error:

cachyos error: archlinux-keyring signature from christian hesse is unknonw trust

How where I able to fix it?

I've opened the terminal and ran the following commands:

sudo pacman-key --refresh-keys sudo pacman-key --populate sudo pacman -S archlinux-keyring

After that, the installation runs through without any issues.

Updateds zfs pool from OpenZFS release 2.2.0 and ZFSBootMenu can not boot from pool, what now?

As mentioned here, ZFSBootMenu prior version 2.2.1 is not able to boot a zpool once updated.

It took me some time and a few tries to understand that the solution is incredible simple.

Based on the official documentation, all you have to do is to:

  • Boot from a live iso like archzfs.iso
  • Mount your EFI-Partition
  • curl -LJO https://get.zfsbootmenu.org/efi
  • cp zfsbootmenu*.EFI /efi/EFI/ZBM/vmlinuz.EFI
  • Umount your EFI-Partition
  • Reboot

I've updated the archzfs iso build script to automatically create a iso file with the latest ZFSBootMenu pre-shipped.