dangowrt / owrt-ubi-installer

OpenWrt firmware installer for the Linksys E8450 aka. Belkin RT3200
GNU General Public License v2.0
393 stars 50 forks source link

Image check fails #106

Closed jottr closed 2 years ago

jottr commented 2 years ago

I'm currently on an older snapshot of 22.03 and would like to upgrade to the latest snapshot. I downloaded the latest sysupgrade image: openwrt-22.03-snapshot-r19338-ae64d0624c-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb

When I upload the image, I get the following warning.

image

I'm unsure if it is safe to ignore the warning in this case.

I can't afford router downtime, so any advice is highly appreciated. @dangowrt can you help?

dangowrt commented 2 years ago

Looks like release candidate images are unsigned and the image you are currently running does signature checks with ucert. To make sure that this is really the cause, please remove the ucert package (either in LuCI Software tab or using opkg remove ucert) and then try uploading the image again.

jottr commented 2 years ago

The snapshot image that was previously installed was from this repository. I can't recall having ucert installed myself, but maybe it was added as a dependency? Anyways, removing ucert disabled the warning. Flashing procedure ran without issues after. I guess I could've simply ignored the warning without removing ucert in the first place, no? Anyways, thanks for chipping in.