New comment by rdslw on void-packages repository https://github.com/void-linux/void-packages/issues/47011#issuecomment-1791057531 Comment: @Duncaen @classabbyamp I do use different /boot mount flags, so this might be the problem. Let me know any tests you want to do it. ``` $> grep boot /etc/fstab ~ LABEL=ESP /boot vfat rw,relatime,fmask=0117,dmask=0007,gid=10,iocharset=iso8859-1,codepage=437,shortname=mixed,errors=remount-ro 0 2 $> mount |grep boot ~ /dev/nvme0n1p1 on /boot type vfat (rw,relatime,gid=10,fmask=0117,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro) ```