I am facing an issue with downgrading my MikroTik hAP ax3 ARM 64 router from RouterOS version 7.18beta2 to 7.16.2. I have tried multiple methods but have been unable to get the desired version to install successfully.
Steps Taken:
Verified the correct .npk file: I confirmed that I am using the correct routeros-7.16.2-arm64.npk file for my router’s architecture (ARM 64).
Uploaded the .npk file: I uploaded the file to the “Files” directory by dragging and dropping the .npk file using Winbox.
Rebooted the router: After uploading the .npk file, I rebooted the router.
Checked the packages: I verified that the file was present in the “Files” directory using /file print. I also checked the installed packages with /system package print, but the 7.16.2 package does not appear, and the router continues to show 7.18beta2.
Attempted to remove the 7.18beta2 packages: I used the following commands to remove all components of the newer version:
/system package disable wifi-qcom routeros rose-storage
/system package remove wifi-qcom routeros rose-storage
However, the system continues to show 7.18beta2 packages as installed.
Checked logs for errors: I checked the logs with /log print where message~“package”, and the following warning appeared:
omitting package system-7.16.2: newer package system-7.18beta2 is already installed
Re-uploaded the .npk file: I re-uploaded the file and rebooted, but the issue persists.
What further steps should I take to downgrade to RouterOS 7.16.2?
would greatly appreciate any guidance or suggestions.
Thank you for your help!
Is this a very new router?
Check System > RouterBoard and see what the factory firmware version is. You can’t downgrade to anything lower than that version.
“Rebooted the router: After uploading the .npk file, I rebooted the router.” : To downgrade, you don’t have to reboot, but click on the specific downgrade button on winbox (system/package)
AND you have maybe, to configure the fu…ing device-mode to allow downgrade, if you see a message about that in logs.
I’m trying upgrade to beta and downgrade with an hap ax3 on my lab…
Thank you so much for testing this in your lab.
I will try again when I get home.
The new OS messed up my smb clients and I need fo downgrade for now.
This time I’m going to copy all 3 packages and try again.
Copying all three files together did the trick!
Damn! I was rebooting and rebooting, lmao!
Thank you so much for the help, as well as the other guys who commented.