Skip to content

Instantly share code, notes, and snippets.

@cogneato
cogneato / recovery.md
Last active January 5, 2024 07:46
Hassio Recovery

Recovery

Unless your SD card/data is corrupted, you can still get to your files or troubleshoot further. There are a few routes:

  • Connect a usb keyboard and hdmi monitor directly to the pi
  • Setup debug access to the host or if you're running a VM install, connect using a terminal which your hypervisor provides.
  • Remove the SD and access the files from another machine (preferably one running Linux)

Connect directly

Unfortunately, unless you're lucky and it comes right up, you're more than likely going to have to pull power on your pi in order to get your monitor recognized at boot. Pulling power has a risk of corrupting the SD, but you may not have another option.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Newtonsoft.Json;
using Umbraco.Forms.Core.Enums;
using System.Net;
using System.Collections.Specialized;
using Umbraco.Core.Logging;
using Umbraco.Forms.Core.Providers.Models;