You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into errors during the installation step that results in a failed installation, that doesn't boot. I'm using archlinux-archzfs-linux-lts-dkms-20230701 from https://github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs/releases, which is running kernel version 6.1.37-1-lts. During installation I'm choosing linux-lts kernel instead of the default linux kernel (I noticed when choosing the default it installs 6.4, which I don't believe has zfs support yet), and archzfs-linux-lts.
Afterwards, there are files in /mnt/boot, but /mnt/efi is empty.
Attached is a log of the entire installation process. Is there anything I can do to get this working?
I noticed a few other problems: when not using encryption, it still tries to load the key for the pool, which crashes the 01-configure.sh script, and also in 02-install.sh when trying to copy the encryption .key file to /mnt/etc/zfs, resulting in the script crashing as well. However, even after fixing these bugs, I ended up with errors later on even when not using encryption.
I was able to manually get a zfs root on 6.1 set up myself by cobbling a bunch of steps together, and one thing I noticed is that (at least when using encryption) there should be a separate non-encrypted partition for boot. I'll see if I can work on the scripts some more to get things working and maybe do a PR.
I'm running into errors during the installation step that results in a failed installation, that doesn't boot. I'm using archlinux-archzfs-linux-lts-dkms-20230701 from https://github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs/releases, which is running kernel version 6.1.37-1-lts. During installation I'm choosing linux-lts kernel instead of the default linux kernel (I noticed when choosing the default it installs 6.4, which I don't believe has zfs support yet), and archzfs-linux-lts.
Afterwards, there are files in /mnt/boot, but /mnt/efi is empty.
Attached is a log of the entire installation process. Is there anything I can do to get this working?
zfs-install.log
The text was updated successfully, but these errors were encountered: