I can't reboot my Netgear R6220 when running 21.02.0-rc2. Running "reboot" on the console does nothing. Rebooting through luci does nothing. Anyone else seeing this?
Oh, btw.. No information in kernel or openwrt logs.
i have the same exact problem with rc3.
The weird thing is that i have 3 tp-link archer c6 v2 eu version, one has the problem that doesn't reboot, the other two acts regularly.
reboot, poweroff, halt -> no action executed.
When building with the ImageBuilder a usign aka signify key is created which can be used for signing the images. Signed images allow verification before installation, so a running device checks if it trusts the signature an image is signed with. Officially released images contain OpenWrt signing keys, but if you build and sign your own image, you can use ADD_LOCAL_KEY so your running device will trust your own ImageBuilder as well.
All of this is only active if ucert is installed and export REQUIRE_IMAGE_SIGNATURE=1 is set before running sysupgrade on the device.