Automount failure of one partition on SD card with custom-built OS

So I’m tinkering around building an OS on a SD card,
but now I only have one partition out of two that wants to autoboot.

So the root partition of my SD card automounts,
but the boot partition doesn’t.

Is there any way to figure out why this happens?

udisks2 doesn’t mount automatically Boot/ESP partitions. In fact, it is excluded by an udev rule.

See:

less /usr/lib/udev/rules.d/80-udisks2.rules
1 Like

Make sure the uuid on the boot partition is the same as /ext/fstab

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.