I have a system like this:
In the Linux rescue system I can mount the zfs pool:
And /mnt/boot/pmbr and /mnt/boot/gptzfsboot are accessible.
And in Linux rescue system the disk is found as: /dev/nvme0n1
If after a FreeBSD upgrade I forget to update the bootloader then is it possible to install it using a Linux rescue system and commandgpart show
=> 40 7501476448 nvd0 GPT (3.5T)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 33554432 2 freebsd-swap (16G)
33556480 7467919360 3 freebsd-zfs (3.5T)
7501475840 648 - free - (324K)
dd
?In the Linux rescue system I can mount the zfs pool:
zpool import -N -R /mnt zroot
zfs mount zroot/ROOT/default
And /mnt/boot/pmbr and /mnt/boot/gptzfsboot are accessible.
And in Linux rescue system the disk is found as: /dev/nvme0n1