Just want to say that Repartitioning is not required. I just did it because I could. Going from 2 to 1 partition.
This is what I had to do. Though I’d share to save other intermediate Mikrotik noobs like me some time.
0. Export of my current configuration.
export show-sensitive file=config_export
1-3. Described above.
4. Noticed that huge chunks of my exported configuration from Step 0 was not imported. Because Device Mode is reset during this process.
5. Reconfigured Device Mode.
system/device-mode/update mode=home partitions=yes zerotier=yes scheduler=yes
- The following configuration was not imported during Netinstall.
/routing rule
…
/system scheduler
…
/system script
…
/tool/netwatch
…
/tool mac-server
…
/tool mac-server mac-winbox
…
/system ntp client
…
/system ntp client servers
…
/system package update
…
/system routerboard mode-button
…
/routing igmp-proxy interface
…
/system clock
…
/system identity
…
/ipv6 firewall address-list
…
/ipv6 firewall filter
…
Default firewall rules can be found here: http://forum.mikrotik.com/t/buying-rb1100ahx4-dude-edition-questions-about-firewall/148996/25
- Backups of this configuration is half of what is what before Netinstalling. Cached data?
- Seemingly better stability. Only my Google Nest Audio device is causing havoc on my 5Ghz WIFI. Moving it to 2.4Ghz is showing promising stability for now. But is not a solution to the issue. It must work on any HAPax2 WIFI interface.
- Spoke too soon. Stability is not improving. It just took a little longer than I expected to break.
I’ll update the list if I learn more related to this procedure.