-
|
Hi All - hopefully I've come to the right place for help with this issue. I have a laptop running Arch Linux on ZFS. It's been running absolutely rock solid for a couple of years at least. Last time I used it was a couple of days ago, but yesterday when I tried to boot it up the boot process got stuck with a systemd message ...
Here are couple of images during the boot process ...
I don't know what this means or how to troubleshoot it. I have booted the machine from a USB attached disk running Manjaro, with same linux kernel and zfs version that the defunct Arch Linux OS has installed, and I did a scrub of the zfsroot pool - but it found no errors. The first image shows ChatGPT suggested that I run I have also run a MemTest and system memory passed. Linux kernel version: Any help troubleshooting this would be much appreciated! SOLVED:After reading this similar issue thread I was able to resolve my issue with these steps:
So ... I still don't know what happened to the original |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Do you have ECC ram? This kind of error indicates of inconsistency on disk metadata which can be caused by bitflips before data have been written to disk. You can try setting /*
* zfs_recover can be set to nonzero to attempt to recover from
* otherwise-fatal errors, typically caused by on-disk corruption. When
* set, calls to zfs_panic_recover() will turn into warning messages.
* This should only be used as a last resort, as it typically results
* in leaked space, or worse.
*/
int zfs_recover = B_FALSE;You may want to try to import read-only first as it generally safer. |
Beta Was this translation helpful? Give feedback.


@IvanVolosyuk - I fixed my system, but the cause remains a mystery. Thankfully the fix was relatively easy. I've updated my original post with details.