I’m running a Home Assistant VirtualBox VM on Windows. My PC had lost power; causing for the VM to go into Emergency mode on startup with the message: Failed to start grow file system.
I was able to “fix” the corrupted files. By doing the following commands:
Press <enter> when the system stops during boot
systemctl stop systemd-journald
umount -A /dev/disk/by-label/hassos-data
fsck.ext4 /dev/disk/by-label/hassos-data
Keep pressing <enter> through all the prompts
Home Assistant will now startup…However, to my horror Supervisor won’t startup. I’m not very experienced with Linux or docker. I am hoping someone could please help me restore/recreate Supervisor back to normal. …The easiest dummy-proof way possible.
I can SSH into Home Assistant via the SSH Addon. I can also access the console directly via VirtualBox. I’m just not sure what specific commands I need to enter.
I also have access to all the \backup directory and respective *.tar files via sftp/putty… in case that’s relevant.
Thanks in advance!
UPDATE: I finally decided to just install a fresh copy of Home Assistant and on first-run, it asked me for a backup TAR file. After that, EVERYTHING returned. back to normal!