I wanted more out of my Netgear GS308T and decided to flash it to OpenWRT. There are few things that I noted in the results
I only have SSH shell, the WebUI never got installed. When I checked the uhttpd in ps, it isn't present.
Any change or file copy I do to the switch, it is not persistent. I searched the forum, for similar issues and there was mention of execution of the command: sysupgrade -n /tmp/openwrt-realtek-generic-netgear_gs308t-v1-squashfs-sysupgrade.bin. It runs and reboots the box but then it is back to the same default settings.
The snapshot releases are built without LuCi the WebUI. If you want LuCi you'll either need to install it and/or build your own image or use a release image. The initial install is in RAM only, you need to do the sysupgrade in order to have a persistent installation.
Thanks Raylynn, I wasn't aware of that, I can work to get UI installed.
I did execute the command for sysupgrade (below) but no avail, is there anything I am supposed to do to make it persistent.
It didn't give any errors. Upon command execution, it goes for a reboot and comes back to its original state without a password and all settings are lost. When I set a new password and reboot, it repeats the exact behavior of not persisting the information.
I will try with the file, you had mentioned and report back.
Thanks, figured out how to get Luci to work. (Switch wasn't picking up the default gateway and nameserver so had to force it before the installation of luci)
I tried uploading the firmware from it too, and it basically has the same behavior ie., Firmware uploads and flashes fine reverts back to the default settings.
Attaching screenshot of the status page, not sure if this helps
You're currently running an intramfs image, so it's not at all surprising that you're having this issue.
You need to upgrade to the normal squashfs image to have a system that is persistent.
Since you have LuCI running, you might as well use the LuCI firmware update path. Download the sysupgrade image to your computer.... then use the web interface to upgrade:
System > Backup / Flash Firmware > Flash new firmware image
Be sure to not keep settings across the upgrade. Let us know if you encounter any errors, warnings, or any other issues along the way.
I think I confused you. I did flash like you said with openwrt-22.03.3-85cce25b7351-realtek-rtl838x-netgear_gs308t-v1-squashfs-sysupgrade file, and it still keeps reverting back to the intramfs
Thanks Musashino, this seemed to be the problem. I made the change you suggested and it solved the issues I was having. Thanks again for being super responsive