Hello,
I am having the strange issue, that removing a pcie card from a specific slot renders my system, a rather minimal 15.1/pkgbase, unbootable. I am being dropped into mountroot due to an error 19. This behaviour is consistent and repeatable.
Not sure what is going on here, but I would like to change my fstab from
to something more persistent.
Here starts the problem. While / does of course have a gpt label, SYS, this does not appear below /dev/gpt:
With vmpool being on a completly different drive.
Are there any options left? Or am I out of luck. I am unable to identify any other markers I might be able to use.
As /dev/gptid and /dev/diskid are also only listing the respective ids from the vmpool partition, but not from the root drive.
It seems, my boot/root drive is absent, besides
Also,
This is somewhat consistent with mountroot, where
Any documentation I might have missed?
I am having the strange issue, that removing a pcie card from a specific slot renders my system, a rather minimal 15.1/pkgbase, unbootable. I am being dropped into mountroot due to an error 19. This behaviour is consistent and repeatable.
Not sure what is going on here, but I would like to change my fstab from
Code:
/dev/nda1p2 / ufs rw 1 1
Here starts the problem. While / does of course have a gpt label, SYS, this does not appear below /dev/gpt:
Code:
# gpart show -l /dev/nda1
=> 40 28131248 nda1 GPT (13G)
40 532480 1 (null) (260M)
532520 26730496 2 SYS (13G)
27263016 868272 - free - (424M)
# ls -l /dev/gpt
total 0
crw-r----- 1 root operator 0x68 Jul 27 14:45 vmpool
With vmpool being on a completly different drive.
Are there any options left? Or am I out of luck. I am unable to identify any other markers I might be able to use.
As /dev/gptid and /dev/diskid are also only listing the respective ids from the vmpool partition, but not from the root drive.
It seems, my boot/root drive is absent, besides
gpart and mount. Even though the machine obviously has booted fine (as long as the card is in its pci slot). Also,
gpart modify -l lets me change the label. But, even after a reboot, it does still not appear below /dev/gpt.
Code:
# mount | grep nda1p2
/dev/nda1p2 on / (ufs, local, soft-updates, journaled soft-updates)
# sysctl kern.geom.label.gpt.enable
kern.geom.label.gpt.enable: 1
This is somewhat consistent with mountroot, where
? also only displays the zfs drive, after the pcie card has been removed. That zfs drive, again, is located on a physically different nvme. Any documentation I might have missed?