Hello
I have or I had Mercusys AX6000 (MR90X) router.
I was trying to install openwrt 25.12.0 on my mr90x and everything was fine till ran the last command in the instruction:
19. Run sysupgrade:
sysupgrade -n /tmp/sysupgrade.bin
for my sysupgrade image
I used this code for modifying installed packages:
base-files busybox ca-bundle dnsmasq dropbear firewall4 fstools kmod-crypto-hw-safexcel kmod-gpio-button-hotplug kmod-leds-gpio kmod-mt7915e kmod-mt7986-firmware kmod-nft-offload kmod-phy-aquantia libc libgcc libustream-mbedtls logd luci mt7986-wo-firmware mtd netifd nftables odhcp6c odhcpd-ipv6only ppp ppp-mod-pppoe procd procd-seccomp procd-ujail uboot-envtools uci uclient-fetch urandom-seed urngd wpad-basic-mbedtls ethtool-full luci luci-ssl uhttpd liblua libubus libubus-lua libuci-lua lua luci-base luci-lib-ip luci-lib-jsonc luci-lib-nixio luci-mod-admin-full luci-theme-bootstrap rpcd luci-app-firewall luci-app-opkg luci-proto-ipv6 luci-proto-ppp luci-i18n-base-ru luci-i18n-firewall-ru luci-app-attendedsysupgrade luci-i18n-attendedsysupgrade-ru luci-i18n-opkg-ru unzip curl bind-dig htop mc luci-compat luci-lib-ipkg
kmod-nf-reject kmod-nf-reject6 kmod-nf-log kmod-nf-log6 kmod-crypto-crc32c kmod-nft-core kmod-nf-flow kmod-nf-tproxy kmod-nft-tproxy kmod-inet-diag kmod-tun kmod-phy-aquantia fitblk
and I used this script to run on first boot
uci set network.lan.ipaddr="192.168.0.100"
uci commit network
uci set wireless.@wifi-device[0].disabled='0'
uci set wireless.@wifi-iface[0].encryption='psk2'
uci set wireless.@wifi-iface[0].ssid="Owrt2.4"
uci set wireless.@wifi-iface[0].key="12345678-"
uci set wireless.@wifi-device[1].disabled='0'
uci set wireless.@wifi-iface[1].encryption='psk2'
uci set wireless.@wifi-iface[1].ssid="Owrt5"
uci set wireless.@wifi-iface[1].key="12345678-"
uci commit wireless
uci set system.@system[0].hostname='OpenWrt'
uci set system.@system[0].zonename='Europe/Moscow'
uci set system.@system[0].timezone='MSK-3'
uci commit system
I waited for like 10 mins but I couldn’t see any new wifi networks. and now I am in a state where I cannot get access to my router at all.
I tried to boot in failsafe mode, and as long as I understand router enters the failsafe mode as I can see the led constantly blinking really fast. But in failsafe mode I am unable to connect anyway via ssh/telnet/http. I tried all the ports on my router (lan0, lan1, lan2) I changed my static ip and tried to connect to 192.168.1.1 and 192.168.0.100. also for some reason I cannot see link led when I connect rj45 in any of ports on router while in failsafe mode.
I tried factory reset (hold 10 seconds wps button) but it didn’t change the situation at all.
So now I need to understand at this point is there any way to bring my router back to life?
Thanks in advance for your replies.