Fatal kernel abort (was: r313878M builds mmcsd0s2 as read-only & /etc/fstab is missing)

Ian Lepore ian at freebsd.org
Tue Feb 21 00:53:14 UTC 2017


On Mon, 2017-02-20 at 16:38 -0800, Tony Hain wrote:
> [...]
> Booting from disk0s2a:
> [...]
> Mounting from ufs:/dev/ufs/rootfs failed with error 19.
> Trying to mount root from ufs:mmcsd0s2 []...
> [...]

I think that's the trouble right there.  Loader is aware that the
rootfs is s2a, then the kernel tries to mount the labeled rootfs
(presumably fstab told it to do that), and that fails, and then for
some reason it mounts s2, not s2a, and that's not the right partition.

Either add a ufs label to the rootfs, or write fstab in terms of the
actual slice and partition.

-- Ian



More information about the freebsd-arm mailing list