EfiFs icon indicating copy to clipboard operation
EfiFs copied to clipboard

EFI FileSystem drivers

Results 7 EfiFs issues
Sort by recently updated
recently updated
newest added

Using a Dell Latitude 5285, rEFInd bootloader, Arch Linux and 1.7 efifs drivers I have tried to boot into ZFS in a try to automate some kind of auto snapshotting....

I'm unable to boot recent (> 5.7) kernels with your xfs (probably f2fs too) driver. Refind output is: `ERROR: buffer too small` If I try to load from EFI shell,...

I tried to apply f2fs to UEFI on mobile device, but failed. I found that the program runs to the function `grub_f2fs_check_dentries` and return after looping the function `grub_f2fs_test_bit_le` 27...

This is a RISC processor architecture - LOONGARCH64, and the upstream EDK2 and GRUB repositories have merged related architecture patches, embracing open source ...

Update Grub to 2.12 and fix nasty bugs in the btrfs driver. Compiles fine with gcc on aarch64 and x86_64. Unfortunately I cannot test if this still compiles with msvc.

On 2 different devices I have tried adding the ext2 driver to the driver list (`bcfg driver add` ...) and indeed it gets loaded at startup (verified using `drivers` command)....

I'm getting the following build error in version 1.10 for the `arm` architecture: ``` CC entropy_common.o In file included from grub/grub-core/lib/zstd/fse.h:303, from grub/grub-core/lib/zstd/entropy_common.c:41: grub/grub-core/lib/zstd/bitstream.h:395:19: error: conflicting types for 'BIT_readBits'; have...