View Single Post
  #2   (View Single Post)  
Old 27th November 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

First, resolve any local DNS issues. Check your /etc/myname contents. This should be a resolvable, fully qualified domain name. If your domain is personal and not resolvable via your DNS nameservers, the name must be resolvable via provisioning your hosts(5) file and your resolv.conf(5) must include a lookup that includes "file". I have an /etc/resolv.conf.tail that contains "lookup file bind" so that my resolver will always look at my /etc/hosts file before reaching out to a nameserver.

Second, you appear to be missing graphics firmware. Once you establish an internet connection, run # fw_update.
Reply With Quote