Kernel 6.9 is part of the HWE line of kernels, so the easiest way to
resolve (if possible), is to revert to the default kernel for 24.04.
1. Ensure that a non-hwe kernel is installed and remove the hwe virtual
packages `apt install linux-image-generic linux-tools-generic
linux-image-generic-hwe-
Public bug reported:
Kernel 6.9 seems to have changed AF_NETLINK behavior slightly making
booth unable to start.
Previously it was expected only first item in
the message can be NLMSG_DONE or NLMSG_ERROR type. And it looks this was true
for Kernel < 6.9.
With kernel 6.9 this is no longer true,
Public bug reported:
The systemd unit provided in the Ubuntu package attempts to parse the
output of `ip route show to exact 0/0` in order to automatically
populate with the `-P` flags for each next hop. Unfortunately this
parsing is not robust and breaks on a host with multipath routing.
This is