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

推荐订阅源

博客园 - 聂微东
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
博客园 - 【当耐特】
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
博客园 - 司徒正美
博客园 - Franky
爱范儿
爱范儿
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
量子位
博客园 - 叶小钗
博客园_首页
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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
Boot failure on NVMe drive on kernel 7.0.12-1
invalid@exam · 2026-06-22 · via Proxmox Support Forum

I'm in the middle of troubleshooting this. I was doing a smart test on my nvme drive (Seagate FireCuda 510 SSD ZP500GM30001) when the drive went unresponsive.

dmesg showed errors like:

Code:

  [  337.272885] nvme nvme0: I/O tag 757 (12f5) opcode 0x2 (I/O Cmd) QID 2 timeout, aborting req_op:READ(0) size:4096
  [  337.272901] nvme nvme0: I/O tag 681 (82a9) opcode 0x2 (I/O Cmd) QID 6 timeout, aborting req_op:READ(0) size:4096
  [  337.272910] nvme nvme0: I/O tag 896 (2380) opcode 0x2 (I/O Cmd) QID 8 timeout, aborting req_op:READ(0) size:4096
  [  339.060846] nvme nvme0: I/O tag 70 (3046) opcode 0x1 (I/O Cmd) QID 4 timeout, aborting req_op:WRITE(1) size:110592
  [  367.477530] nvme nvme0: I/O tag 757 (12f5) opcode 0x2 (I/O Cmd) QID 2 timeout, reset controller

At this point, the system is just about dead in the water.

I tried quite a bit of troubleshooting, but even after a reboot, sometimes the NVMe drive wouldn't even be detected in the BIOS... The mainboards HDD activity light was just flashing at ~1s on, ~1s off.

After hard powering the system off, resetting the BIOS, and booting into kernel 7.0.6, everything seemed to work just fine. The BIOS NVMe self-test ran without issue. There's no data problems recorded in a `zfs scrub` of my zpool.

I did stumble across this: https://www.mail-archive.com/acpi-bugzilla@lists.sourceforge.net/msg52267.html

I'm not sure if any of the problems are related. I've also never really seen anything like this before - so I'm kind of lost for ideas in troubleshooting.

Anyone seen something similar, or got any ideas on this one?