An update: I was able to interrupt the booting process from the serial connection. I also found a "Rescue" image from fox_exe, but sadly no instructions are provided. As I don't want to ruin the data, I plugged in an unused 500GiB for the tests.
The goal is to be able to:
- get a functioning and up-to-date OMV installation
- without reformatting.
What I have:
- FAT32 -formatted USB drive (MBR), loaded with the rescue image
- FAT32-formatted USB drive (MBR), loaded with the install Debian image
- LAN connection to the board
- UART connection to the board
- 500 GiB scratch HDD. Unknown partitioning.
Both HDD and USB drive are properly detected by the board. The means I thought it would work would be either:
- Write initial image from USB drive to HDD, much like most other SBCs boot SD cards are set up, but that wouldn't meet goal #2 OR
- Recreate partitions and mountpoints without touching data, and somehow (for lack of more refined expertise) write core Debian utilities that will be able to "pull" the necessary software from repositories.
Already tried:
From the Realtek> (bootloader) prompt:
called goru (goru - start rescue linux from usb)
It starts, then fails when bootloader can't find partition 18 on the HDD
From the USB drive:
I get dumped on a BusyBox prompt with only the bare minimum set of tools.
What should I do next?