Unifi nanoHD missing WiFi Interface

The bootloader is booting the wrong kernel partition, which has an old kernel. OpenWrt only uses one kernel partition and always writes the same one during upgrade.

Install on some Ubiquiti devices includes erasing the other kernel partition to make sure the bootloader doesn't boot it.

Wouldn't that mean that upgrades fail every time? Given that I'm reliably able to sysupgrade and boot different versions I don't see how it can be since the kernel partition contains the whole squashfs right?

No, the userspace filesystem (squashfs ROM and jffs2 overlay) is always where OpenWrt expects to find it (after the kernel0). The problem is the bootloader booting kernel1 when it should be using 0.

Bingo, that's what I seem to have been missing. I rewrote the bootselect block to 0 and booted to .6 with working kmods

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.