I dont know what happen, if it was evil spirits or sun rays but I shuted down my computer yesterday as always and went to sleep. After trying to turn it up today, the MEMOK red light was on and nothing booted up.
Then I just got a old motherboard that I kept just in case and switched to it with the same ram, and the pc started to boot (I guess maybe my DIMM slots dieded).
The problem is:
Once FreeBSD booted, after geli password insertion, it wont really boot and sends the messages:
freebsd failed to load kernel
'kernel'zfs i/o error - all block copies unavailable
I tried some links in this same forum and it was without sucess, I just cant boot my system.
Then I flashed a live cd, and I could mount other encrypted HD that I just use to keep snapshots.
I want to restore my last snapshot as a full system but I dont know exacty what do, and I am scared of formating the current SSD's and loosing things, so I decided to ask.
1. After unlocking the geli of the backup hd, and doing zpool import backup on live cd it spawns:
cannot mount '/backup': failed to create mountpoint: Read-only file system
Q: I must make the live cd writable to mount my backup partition?
2. Like in this thread: https://forums.freebsd.org/threads/reinstalling-restoring-freebsd-from-a-zfs-snapshot.67103/
should I format my current ssdś with the same zpool name and then zfs send/receive after fresh install?
3. Like in https://forums.freebsd.org/threads/restoring-server-from-zfs-snapshot.64204/
zfs send -R zroot@-2018-01-18 | mbuffer -q -v 0 -s 128k -m 1G | ssh root@91.203.xx.xxx "mbuffer -s 128k -m 1G | zfs receive -Feuv zroot"
I dont quite get the right command since i have a zroot@YYYY-MM-DD on /backup and I want to send it to /zroot it would be something like:
zfs send -R /backup/zrootYYYY-MM-DD | zfs receove -Feuv /zroot
?
4, What are the risks, there is maybe other alternatives that experienced people could tell me?
Thanks for the reading and for helping if possible!
Then I just got a old motherboard that I kept just in case and switched to it with the same ram, and the pc started to boot (I guess maybe my DIMM slots dieded).
The problem is:
Once FreeBSD booted, after geli password insertion, it wont really boot and sends the messages:
freebsd failed to load kernel
'kernel'zfs i/o error - all block copies unavailable
I tried some links in this same forum and it was without sucess, I just cant boot my system.
Then I flashed a live cd, and I could mount other encrypted HD that I just use to keep snapshots.
I want to restore my last snapshot as a full system but I dont know exacty what do, and I am scared of formating the current SSD's and loosing things, so I decided to ask.
1. After unlocking the geli of the backup hd, and doing zpool import backup on live cd it spawns:
cannot mount '/backup': failed to create mountpoint: Read-only file system
Q: I must make the live cd writable to mount my backup partition?
2. Like in this thread: https://forums.freebsd.org/threads/reinstalling-restoring-freebsd-from-a-zfs-snapshot.67103/
should I format my current ssdś with the same zpool name and then zfs send/receive after fresh install?
3. Like in https://forums.freebsd.org/threads/restoring-server-from-zfs-snapshot.64204/
zfs send -R zroot@-2018-01-18 | mbuffer -q -v 0 -s 128k -m 1G | ssh root@91.203.xx.xxx "mbuffer -s 128k -m 1G | zfs receive -Feuv zroot"
I dont quite get the right command since i have a zroot@YYYY-MM-DD on /backup and I want to send it to /zroot it would be something like:
zfs send -R /backup/zrootYYYY-MM-DD | zfs receove -Feuv /zroot
?
4, What are the risks, there is maybe other alternatives that experienced people could tell me?
Thanks for the reading and for helping if possible!