Bugzilla – Bug 1215284
[RPi] df: /sys/firmware/efi/efivars: Invalid argument
Last modified: 2024-06-25 17:56:45 UTC
## Observation openQA test in scenario opensuse-Tumbleweed-JeOS-for-RPi-aarch64-jeos@RPi3 fails in [textinfo](https://openqa.opensuse.org/tests/3568327/modules/textinfo/steps/9) openQA fails in textinfo test on RPi2, 3 and 4 due to 'df -h' failing on /sys/firmware/efi/efivars: ********** df: /sys/firmware/efi/efivars: Invalid argument ********** This started to fail on snapshot 20230911 which includes a kernel update to version 6.5.2 ## Test suite description Maintainer: fvogt, mnowak Start JeOS from the HDD image, configure it using the firstboot wizard and then run basic tests. console=tty0 added as needed for aarch64. ## Reproducible Fails since (at least) Build [20221024](https://openqa.opensuse.org/tests/2833524) ## Expected result Last good: (unknown) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=aarch64&distri=opensuse&flavor=JeOS-for-RPi&machine=RPi3&test=jeos&version=Tumbleweed)
It seems to be similar to https://bugs.launchpad.net/ubuntu/+source/efivar/+bug/2034705 which should be fixed with this patch: https://launchpadlibrarian.net/686144065/0001-efivarfs-fix-statfs-on-efivarfs.patch
The fix is part of 6.6-rc2. It is not part of 6.5.3, so not sure if there is a plan to merge it to stable 6.5.x.
Thanks for the info. I'll backport the upstream commit 79b83606abc778aa3cbee535b362ce905d0b9448 to stable branch. (currently not able to push due to internal server problem.)