systemd.debug-shell, ip a and cat

Trying to debug some early boot failures? Passing systemd.debug-shell=1 to the kernel command line? Running ip a to inspect network interfaces, and getting no output? Try

ip a | cat

Useful use of cat.