Thanks guys. I will use the config.seed tonight and see if I can replicate locally.
Thanks hnyman. I will go back and look at your linked posts for hints. I ran into the same error LZMA with this router when I was working up the original image. To correct it I am using a small dictionary size (-d16) in the image make. This results in the dictionary size being 64K which matches the Belkin firmware image. The weird part is the snapshot did correctly set the dictionary size it as far as I can tell from the binwalk, so I am assuming its something else.
In case you are interested here are binwalk examples from snapshot (doesn't work) and a local (does work). Most significant difference is the kernel size. Dictionary seems to be the same.
Snapshot from 3/3/19
DECIMAL HEXADECIMAL DESCRIPTION
--------------------------------------------------------------------------------
0 0x0 uImage header, header size: 64 bytes, header CRC: 0xB75B1894, created: 2019-03-03 01:46:05, image size: 1685837 bytes, Data Address: 0x80000000, Entry Point: 0x80000000, data CRC: 0x44230382, OS: Linux, CPU: MIPS, image type: OS Kernel Image, compression type: lzma, image name: "N750F9K1103VB"
64 0x40 LZMA compressed data, properties: 0x6D, dictionary size: 65536 bytes, uncompressed size: 4941756 bytes
1685901 0x19B98D Squashfs filesystem, little endian, version 4.0, compression:xz, size: 1929830 bytes, 849 inodes, blocksize: 1048576 bytes, created: 2019-03-03 01:46:05
local build with source from 3/3
DECIMAL HEXADECIMAL DESCRIPTION
--------------------------------------------------------------------------------
0 0x0 uImage header, header size: 64 bytes, header CRC: 0x5F2B9E49, created: 2019-03-03 01:46:05, image size: 1469187 bytes, Data Address: 0x80000000, Entry Point: 0x80000000, data CRC: 0x199E8E76, OS: Linux, CPU: MIPS, image type: OS Kernel Image, compression type: lzma, image name: "N750F9K1103VB"
64 0x40 LZMA compressed data, properties: 0x6D, dictionary size: 65536 bytes, uncompressed size: 4265108 bytes
1469251 0x166B43 Squashfs filesystem, little endian, version 4.0, compression:xz, size: 2246380 bytes, 1232 inodes, blocksize: 1048576 bytes, created: 2019-03-03 01:46:05