I have installed proxmox 8.3.4, kernel -
I went through the tutorial for PCI(e) passthrough and updated the
and when I do
I also see some errors in journalctl . It says the following
Linux 6.8.12-4-pve (2024-11-06T15:04Z)
I went through the tutorial for PCI(e) passthrough and updated the
/etc/modules
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.
vfio
vfio_iommu_type1
vfio_pci
and when I do
update-intiramfs -u -k all
, I get the segmentation faults.
Code:
update-initramfs -u -k all
update-initramfs: Generating /boot/initrd.img-6.8.12-8-pve
Segmentation fault
Segmentation fault
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
update-initramfs: Generating /boot/initrd.img-6.8.12-4-pve
modinfo: symbol lookup error: /lib/x86_64-linux-gnu/libcrypto.so.3: undefined symbol: EVP_ASYM_CIPHER_get0_provider, version OPENSSL_3.0.0
Segmentation fault
Segmentation fault
Segmentation fault
Segmentation fault
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
I also see some errors in journalctl . It says the following
Code:
Mar 02 16:29:59 pve systemd[1]: Starting zfs-import-scan.service - Import ZFS pools by device scanning...
Mar 02 16:29:59 pve systemd[1]: zfs-import-cache.service - Import ZFS pools by cache file was skipped becau>
Mar 02 16:29:59 pve zpool[25648]: cannot import 'data': pool was previously in use from another system.
Mar 02 16:29:59 pve zpool[25648]: Last accessed by truenas (hostid=6997e95e) at Sun Mar 2 15:30:52 2025
Mar 02 16:29:59 pve zpool[25648]: The pool can be imported, use 'zpool import -f' to import the pool.
Mar 02 16:29:59 pve systemd[1]: zfs-import-scan.service: Main process exited, code=exited, status=1/FAILURE
Mar 02 16:29:59 pve systemd[1]: zfs-import-scan.service: Failed with result 'exit-code'.
Mar 02 16:29:59 pve systemd[1]: Failed to start zfs-import-scan.service - Import ZFS pools by device scanning port-scan.service - Import ZFS pools by device scanning.
Last edited: