That error message is a normal consequence of broken networking, name resolution in particular, which can't work if basic network setup has failed. The command sequence instructed works here.(By the way, I'm using a phone to type out the output I got, so there may be an error here that's not present in the actual)Code:
# cd /usr/local/bin && wget -O inxi smxi.org/inxi && chmod +x inxiResolving smxi.org (smxi.org)... failed: Name or service not known.wget: unable to resolve host address *smxi.org*
Rescue boot plus chroot into installed system instructions are all over the internet, such as here. If the root filesystem needs checking, that needs to be completed before attempting to chroot. This looks like a good fsck howto.
Statistics: Posted by mrmazda — 2023-12-23 19:17