Hi, I have vm Proxmox freebsd with ZFS Geli encrypted partition (the whole encrypted by freebsd installer).
When start the vm I have got:
So I boot from CD and use live CD and do:
geli attach /dev/ada0p3
enter password and got a /dev/ada0p3.eli device.
zpool import said zroot is Online, ada0p3.eli is Online
so:
mkdir /tmp/vdr
zpool import -f -R /tmp/vdr zroot
zfs mount zroot/ROOT/default
and got all files at /mnt/vdr
How can I restore booloader or boot system from my zfs encrypted partition ?
When I run bootloader from CD - I see zfs:zroot device.
I will try set currdev etc but without success :/
When start the vm I have got:
So I boot from CD and use live CD and do:
geli attach /dev/ada0p3
enter password and got a /dev/ada0p3.eli device.
zpool import said zroot is Online, ada0p3.eli is Online
so:
mkdir /tmp/vdr
zpool import -f -R /tmp/vdr zroot
zfs mount zroot/ROOT/default
and got all files at /mnt/vdr
How can I restore booloader or boot system from my zfs encrypted partition ?
When I run bootloader from CD - I see zfs:zroot device.
I will try set currdev etc but without success :/