惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
MyScale Blog
MyScale Blog
量子位
月光博客
月光博客
J
Java Code Geeks
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
U
Unit 42
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
G
Google Developers Blog
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
IT之家
IT之家
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
B
Blog
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
B
Blog RSS Feed

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
TrueNAS 25.10.4 (kernel 6.12.91) fails to boot in Proxmox...
invalid@exam · 2026-06-14 · via Proxmox Support Forum

Environment:

- Proxmox VE 9.1.9, kernel 6.17.9-1-pve

- TrueNAS 25.10.3 working fine, upgraded to 25.10.4

- VM config: Q35, OVMF (UEFI), VirtIO-SCSI-PCI controller, 8GB RAM, 2 cores (host type)

- QEMU version: 10.1.2 (pve-qemu-kvm_10.1.2-7)

Problem:

After updating to 25.10.4, the system drops to initramfs shell with:

“cannot import ‘boot-pool’: no such pool available”

Root cause identified:

- Kernel 6.12.91 appears to not initialize virtio-scsi subsystem during early boot in QEMU/KVM environment

- Inside initramfs, /dev/ has NO disk devices (no /dev/sda, /dev/vda, etc.)

- zpool import returns “no pools available”

- The virtio-scsi disk is completely invisible to the kernel 6.12.91 initramfs

- Reverting to 25.10.3 (kernel 6.12.33) boots perfectly with identical VM config

Investigation:

- initrd contains virtio_scsi.ko module - Regenerating initrd via chroot did not resolve the issue

- Tried virtio-scsi-pci, virtio-scsi-single controllers - same result

- Tried SATA and IDE controllers - disk still not visible

- initrd format is plain cpio (not compressed), modules present but not loaded

- /dev/ contains only ttys, mem, random, urandom - no block devices whatsoever

- Problem persists regardless of SCSI controller type or disk bus type

- Similar issue reported with 25.10.2 on Proxmox: Upgrade to 25.10.2 fails on Proxmox VM

Workaround:

- zectl activate 25.10.3 from initramfs (after manually importing pool)

- OR revert boot environment from Proxmox host

Expected: 25.10.4 should boot with the same VM hardware config as 25.10.3