[Bug 1962061] Re: ZFS Key load error: Failed to open key material file: No such file or directory

2022-03-22 Thread geole0
Hello This version is now good. jammy-desktop-amd64.iso 2022-03-21 08:38 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962061 Title: ZFS Key load error: Failed to open key material file: No

[Bug 1962061] Re: ZFS Key load error: Failed to open key material file: No such file or directory

2022-02-27 Thread geole0
Hello SOLVED with new Daily jammy-desktop-amd64.iso 2022-02-26 08:21 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962061 Title: ZFS Key load error: Failed to open key material file: No such file

[Bug 1962061] Re: ZFS Key load error: Failed to open key material file: No such file or directory

2022-02-26 Thread geole0
The little script that makes ZFS booting impossible. sudo -i #1) Montage des partitions contenant le logiciel rmdir /ZFS zpool import -N -R /ZFS rpool && sleep 5 zfs set canmount=on rpool && zfs mount -v rpool for var in $(zfs list | grep ROOT/ubuntu|cut -d" " -f1) do echo $var zfs

[Bug 1962061] Re: ZFS Key load error: Failed to open key material file: No such file or directory

2022-02-26 Thread geole0
Hello. To advance this problem, I decided to redo a brand new installation without using encryption. I can also boot several times without any difficulty. With another O.S. in version 22.04 installed in an EXT4 partition, I launched the script to access this ZFS partition. The problem is

[Bug 1962061] Re: ZFS Key load error: Failed to open key material file: No such file or directory

2022-02-26 Thread geole0
The little script that makes ZFS booting impossible. ** Attachment added: "The little script that makes ZFS booting impossible." https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1962061/+attachment/5563869/+files/CHROOTchiffr%C3%A9.txt -- You received this bug notification because you

[Bug 1962061] Re: ZFS Key load error: Failed to open key material file: No such file or directory

2022-02-24 Thread geole0
Helle Hello Here is the access sequence to the encrypted partition from another O.S. zpool import -N -R /ZFS rpool && sleep 10 if [ -e /dev/zvol/rpool/keystore ] ; then cryptsetup -v open /dev/zvol/rpool/keystore keystore-rpool && sleep 10 mkdir -p /run/keystore/rpool mount -v