Hass.io Host System Information Gone

I noticed today, when trying to debug and import config from USB disk, that my Host System Information is blank:

I’m trying to import config from USB and found this empty. I’m running hass.io on Raspberry Pi 3. I’m on the latest Hass.io (0.85.1). Here are the logs after the restart:

19-01-20 16:40:27 INFO (MainThread) [__main__] Initialize Hass.io setup
19-01-20 16:40:28 INFO (MainThread) [__main__] Setup HassIO
19-01-20 16:40:28 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/armhf-hassio-supervisor with version 142
19-01-20 16:40:28 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.systemd1 on /org/freedesktop/systemd1
19-01-20 16:40:28 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error connecting: Could not connect: No such file or directory\n'
19-01-20 16:40:28 WARNING (MainThread) [hassio.dbus.systemd] Can't connect to systemd
19-01-20 16:40:28 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.hostname1 on /org/freedesktop/hostname1
19-01-20 16:40:28 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error connecting: Could not connect: No such file or directory\n'
19-01-20 16:40:28 WARNING (MainThread) [hassio.dbus.hostname] Can't connect to hostname
19-01-20 16:40:28 INFO (MainThread) [hassio.utils.gdbus] Introspect de.pengutronix.rauc on /
19-01-20 16:40:28 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error connecting: Could not connect: No such file or directory\n'
19-01-20 16:40:28 WARNING (MainThread) [hassio.dbus.rauc] Can't connect to rauc
19-01-20 16:40:28 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
19-01-20 16:40:28 INFO (MainThread) [hassio.host.apparmor] AppArmor is not enabled on host
19-01-20 16:40:28 INFO (SyncWorker_1) [hassio.docker.interface] Attach to image homeassistant/raspberrypi3-homeassistant with version 0.85.1
19-01-20 16:53:53 INFO (MainThread) [hassio.addons.git] Load add-on /data/addons/core repository
19-01-20 16:53:53 INFO (MainThread) [hassio.addons.git] Load add-on /data/addons/git/a0d7b954 repository
19-01-20 16:53:53 INFO (MainThread) [hassio.addons.git] Load add-on /data/addons/git/7ad98f9c repository
19-01-20 16:53:53 INFO (MainThread) [hassio.addons] Load add-ons: 54 all - 54 new - 0 remove
19-01-20 16:53:53 INFO (SyncWorker_4) [hassio.docker.interface] Attach to image dwelch2101/zigbee2mqtt-armhf with version 1.0.1
19-01-20 16:53:53 INFO (SyncWorker_3) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-ssh with version 5.1
19-01-20 16:53:53 INFO (SyncWorker_1) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-git_pull with version 7.0
19-01-20 16:53:53 INFO (SyncWorker_2) [hassio.docker.interface] Attach to image hassioaddons/appdaemon3-armhf with version v1.6.0
19-01-20 16:53:53 INFO (SyncWorker_5) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-configurator with version 2
19-01-20 16:53:53 INFO (SyncWorker_1) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-cec_scan with version 2
19-01-20 16:53:53 INFO (SyncWorker_8) [hassio.docker.interface] Attach to image homeassistant/armhf-addon-samba with version 8
19-01-20 16:53:54 INFO (MainThread) [hassio.updater] Fetch update data from https://s3.amazonaws.com/hassio-version/stable.json
19-01-20 16:53:54 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
19-01-20 16:53:54 INFO (MainThread) [hassio.discovery] Load 0 messages
19-01-20 16:53:54 INFO (MainThread) [__main__] Run Hass.io
19-01-20 16:53:54 INFO (MainThread) [hassio.misc.dns] Start DNS port forwarding for host add-ons
19-01-20 16:53:54 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
19-01-20 16:53:54 INFO (MainThread) [hassio.addons] Startup initialize run 0 add-ons
19-01-20 16:53:54 INFO (MainThread) [hassio.addons] Startup system run 0 add-ons
19-01-20 16:53:54 INFO (MainThread) [hassio.addons] Startup services run 4 add-ons

Notice the errors:

19-01-20 16:40:28 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.systemd1 on /org/freedesktop/systemd1
19-01-20 16:40:28 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error connecting: Could not connect: No such file or directory\n'
19-01-20 16:40:28 WARNING (MainThread) [hassio.dbus.systemd] Can't connect to systemd
19-01-20 16:40:28 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.hostname1 on /org/freedesktop/hostname1
19-01-20 16:40:28 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error connecting: Could not connect: No such file or directory\n'
19-01-20 16:40:28 WARNING (MainThread) [hassio.dbus.hostname] Can't connect to hostname
19-01-20 16:40:28 INFO (MainThread) [hassio.utils.gdbus] Introspect de.pengutronix.rauc on /
19-01-20 16:40:28 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error connecting: Could not connect: No such file or directory\n'
19-01-20 16:40:28 WARNING (MainThread) [hassio.dbus.rauc] Can't connect to rauc

Any idea how to fix?