bou...@antioche.eu.org (Manuel Bouyer) writes: >Hello, >do you have an idea on the problem in this thread: >http://mail-index.netbsd.org/port-xen/2022/05/27/msg010213.html [...] >I can't reproduce this when using vnd from userland.
You can replicate it by addressing the block device with vnconfig. A workaround would be to modify the Xen block script to select the raw device: vnconfig /dev/r${disk}d $xparams >/dev/null; then or just the disk name: vnconfig ${disk} $xparams >/dev/null; then