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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
aimingoo的专栏
aimingoo的专栏
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
D
DataBreaches.Net
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
Recent Announcements
Recent Announcements
Jina AI
Jina AI
G
Google Developers Blog
腾讯CDC
博客园_首页
博客园 - 【当耐特】

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
WSL2 issue on Windows 2025 VM - PVE with Kernel 7.0 + QEM...
invalid@exam · 2026-06-23 · via Proxmox Support Forum

Hi all,

I’m running into an issue with WSL2 inside a Windows Server 2025 VM after upgrading to Linux Kernel 7.0 and QEMU 11, and I’m hoping someone else has seen this or can point me in the right direction.

Environment

  • Proxmox cluster with 2 nodes
    • Node 1: ASRockRack X470D4U + Ryzen 7 3700X
    • Node 2: ASRockRack X470D4U2T + Ryzen 9 5900X
  • Shared VM migration between nodes is required
  • Windows Server 2025 VM running WSL2 (Debian 13)

To allow live migration between these two CPUs, I’m using a custom CPU profile with only flags supported by both processors

Working Setup

  • Kernel 7.0 + QEMU 10
    VM boots fine with custom CPU Profile
    WSL2 works and my Debian 13 installation executes (when starting the Debian 13 environment it does say wsl: Nested virtualization is not supported on this machine)
    Live migration between nodes works

Issue (after upgrading to QEMU 11)

With the same custom CPU profile VM enters a boot loop and eventually lands in Windows Recovery

Behavior with different CPU types

  • Host CPU type
    Boots fine
    WSL2 works
    Cannot migrate (expected due to CPU mismatch)
  • Default CPU type (x86-64-v3)
    Boots fine
    Migration works
    WSL2 does not work (WSL2 is unable to start as virtualization is not enabled for this machine)
  • New Custom CPU type with the new suggested flags added
    Boots fine
    WSL2 does not work (WSL2 is unable to start as virtualization is not enabled for this machine

In short

  • QEMU 10 → everything works as expected
  • QEMU 11 → WSL2 only works with host CPU profile, but that breaks migration
  • Any attempt to combine migration-compatible CPU profile and nested virtualization leads to either bootloop (without the new suggested flags) or booting VM without WSL2 working (with level=30;-cet-ibt;-cet-ss flags)

Is there a recommended CPU profile that supports:

  • migration between Zen 2 / Zen 3
  • AND working virtualization for WSL2?

Thanks in advance!