the issue is relating to a bug in the usb3 driver and only shows up when you enable WOL
the fix requires either to disable usb3 contollers (no good for us with usb sound cards) or a moderate amount of linux ability to update the grub settings
unfortunately there is also an issue where the utility to update grub also doesnt work without a fix....
the reboot fix:
sudo editor /etc/default/grub, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xhci_hcd.quirks=270336"
then run sudo update-grub, reboot
if this doesnt work then try 8192 or 262144 instead of 270336
if update-grub doesnt work, its to do with su, sudo and path
issues and fix show in attached images
Kommentar