The current setup worked fine for several years until the VM recently crashed with an IO error.
From that point on, the linux vm boot sequence gets paused as soon as the first write access happens on the linux root filesystem. (When the root filesystem is re-mounted read-write.)
00:00:16.170390 AioMgr0-N: Request 0x000000069072f0 failed with rc=VERR_ACCESS_DENIED, migrating endpoint \\.\PhysicalDrive0 to failsafe manager. 00:00:16.170631 I/O cache: Error while writing entry at offset 343468421120 (4096 bytes) to medium "ahci-0-0" (rc=VERR_ACCESS_DENIED)The partition layout didn't change and according to the vmdk definition, the offset 343468421120 is inside the linux LVM partition. (343468421120 /512 = 670836760).
I verified the disk attributes using diskpart: The disk is not flagged read only and there is no volume assigned to the LVM partition that produces the error.
The host event log does not show any relevant info.
Additional info like disk layout, vmdk definition and logs are provided here: https://cloud.kloburg.at/s/PDr7gBSByJ6e2NF
Do you have any hints?