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 got stuck on the 2nd to last step (modprobe zfs) which was supposed to load the ZFS module into the kernel, but instead returned an error:
could not insert 'zfs': Key was rejected by service
So maybe ChatGPT is hallucinating? It suggests disabling Secure Boot, or signing the ZFS kernel module, but I'm not sure either one makes sense. Sorry, I know we're kinda far afield from the instructions, but any idea whether I'm going in the right direction?
For now, I reverted the .efi file generated by the 3rd to last step. On a sidenote, when I ran mortar-compilesigninstall in the 3rd to last step, I got a warning:
data remaining[51864064 vs 518767705]: gaps between PE/COFF sections?
data remaining[51864064 vs 518767712]: gaps between PE/COFF sections?
ChatGPT's next steps afterward were:
lsblk
Then I was going to use Step 6 from your Proxmox instructions to generate a key but to /etc/zfs/private, set secure permissions, then create & verify a mirrored ZFS pool for my 2 NVME disks:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How do I use Step 6 of the Proxmox setup, but for ZFS with encryption, instead of gocryptfs?
I'm a complete beginner.
Here's what I tried so far:
Using ChatGPT, I started with the following, logged in as root:
I got stuck on the 2nd to last step (modprobe zfs) which was supposed to load the ZFS module into the kernel, but instead returned an error:
So maybe ChatGPT is hallucinating? It suggests disabling Secure Boot, or signing the ZFS kernel module, but I'm not sure either one makes sense. Sorry, I know we're kinda far afield from the instructions, but any idea whether I'm going in the right direction?
For now, I reverted the .efi file generated by the 3rd to last step. On a sidenote, when I ran mortar-compilesigninstall in the 3rd to last step, I got a warning:
ChatGPT's next steps afterward were:
Then I was going to use Step 6 from your Proxmox instructions to generate a key but to /etc/zfs/private, set secure permissions, then create & verify a mirrored ZFS pool for my 2 NVME disks:
ChatGPT says because it is ZFS, I can skip partitioning and don't need to use fstab.
I wasn't sure if I needed to specify a specific mount point, but if so, would do:
And enable automatic mounting with:
systemctl status zfs-mount.service systemctl enable zfs-mount.service
And manually confirm mounting with:
Beta Was this translation helpful? Give feedback.
All reactions