Re: is possible allow GRUB to mount ext4/f2fs filesystems that have the casefold feature?

2021-12-26 Thread Mihai Moldovan
* On 12/27/21 6:36 AM, youling 257 wrote: > now, linux kernel ext4/f2fs filesystem can support casefold. i used this > commond > to format ext4 filesystem. > > mkfs.ext4 -F -O 64bit -L '' -E encoding=utf8 '/dev/block/nvme1n1p1' > > but grub can't found vmlinuz and initrd.img on casefold ext4

is possible allow GRUB to mount ext4/f2fs filesystems that have the casefold feature?

2021-12-26 Thread youling 257
now, linux kernel ext4/f2fs filesystem can support casefold. i used this commond to format ext4 filesystem. mkfs.ext4 -F -O 64bit -L '' -E encoding=utf8 '/dev/block/nvme1n1p1' but grub can't found vmlinuz and initrd.img on casefold ext4 filesystem. ___