Comment 3 for bug 2054814

Revision history for this message
Simon Déziel (sdeziel) wrote : Re: lxd-agent-setup cannot be started on riscv64 6.5.0-9-generic

The kernel config looks sane:

$ wget http://ports.ubuntu.com/pool/main/l/linux-riscv/linux-modules-6.5.0-9-generic_6.5.0-9.9.1_riscv64.deb
$ ar -x linux-modules-6.5.0-9-generic_6.5.0-9.9.1_riscv64.deb
$ tar -xf data.tar ./boot/config-6.5.0-9-generic
$ grep 9P boot/config-6.5.0-9-generic
CONFIG_NET_9P=m
CONFIG_NET_9P_FD=m
CONFIG_NET_9P_VIRTIO=m
CONFIG_NET_9P_RDMA=m
# CONFIG_NET_9P_DEBUG is not set
CONFIG_VIDEO_MT9P031=m
CONFIG_9P_FS=m
CONFIG_9P_FSCACHE=y
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_9P_FS_SECURITY=y
$ grep VIRTIO_FS boot/config-6.5.0-9-generic
CONFIG_VIRTIO_FS=m

For the virtiofs part, we know it currently doesn't work on non-amd64 but the 9p fallback should have worked. So it seems the 9pnet_virtio module loaded fine but somehow couldn't find the config drive. I'll try to dig that a bit deeper, thanks for reporting.