I want to migrate to 7.x, and my plan is to put 7.12.1 (which I believe is the stepping off point for migrating 6.x configurations) on a spare 450gx4 I have, replace my existing 6.latest 450gx4 with that, and then once I’ve assessed performance get something more modern.
So I have taken the spare, unused 450gx4, which claims to have 512MB of NAND flash, and updated it. Or not: not enough space.
For various reasons it will be painful to use netinstall, but if I have to I’ll do that. In the meantime, what I have donw is downgraded to 6.44.1 and then gone back to 6.49.13 with “unbundling” so that the device only has system, routing, dhcp and security on it,
[
admin@MikroTik] > /system package update download
channel: upgrade
installed-version: 6.49.13
latest-version: 7.12.1
status: Downloaded, please reboot router to upgrade it
[admin@MikroTik] > /system package print
Flags: X - disabled
# NAME VERSION SCHEDULED
0 dhcp 6.49.13
1 security 6.49.13
2 system 6.49.13
3 routing 6.49.13
[admin@MikroTik] >
[[ reboot: I can’t catch the message on the serial, but… ]]
20:40:18 system,error broken package dhcp-7.12.1-arm.npk
20:40:18 system,error broken package routing-7.12.1-arm.npk
20:40:18 system,error broken package security-7.12.1-arm.npk
20:40:18 system,info installed system-7.12.1
20:40:18 system,error not enough space for upgrade
but there’s plenty of space
[admin@MikroTik] > /system resource print
[...]
free-memory: 966.6MiB
total-memory: 1024.0MiB
[...]
free-hdd-space: 431.0MiB
total-hdd-space: 512.3MiB
[admin@MikroTik] >
I guess I’ll need to use Netinstall (I don’t have a machine to run it on handy, although I can get one) but it’d be nice to make this work.