Results 130 comments of A1ive

I checked the source code, and no code related to video display has been modified since v7.2. Have you tried to boot grubfmx64.efi directly (not through Ventoy)?

Backup Ventoy's loader (/EFI/BOOT/BOOTX64.EFI) and rename grubfmx64.efi to BOOTX64.EFI to replace it.

I don't understand what you are saying.

> did, nothing changed > > here's a video: https://youtu.be/NWAN-WU8TnU if it can be of any help ![深度截图_选择区域_20201016214203](https://user-images.githubusercontent.com/10670106/96266053-c9fc6700-0ff8-11eb-82a7-9939aa4197c4.png) Could you please try booting with this menu entry ("Boot ISO (map)")...

I think it's possible that the uefi firmware has a problem with the sata driver.

There are currently no translations for these languages.

https://github.com/a1ive/grub2-filemanager/blob/918524dc18f08eba1ade421282b54a7b2787fa15/boot/grubfm/distro/win.sh#L44 I used wildcards to match xml files, which are case-sensitive. https://github.com/a1ive/grub/blob/5b20b2f521f32e8b170581854cc7c80f0c0bc159/grub-core/commands/wildcard.c#L180 According to https://man7.org/linux/man-pages/man3/regcomp.3.html, `if (regcomp (regexp, buffer, RE_SYNTAX_GNU_AWK))` should be `if (regcomp (regexp, buffer, RE_SYNTAX_GNU_AWK | REG_ICASE))`

> get a "File not Found" error any pictures/screenshots?

@zdaiot 如果ISO在NTFS分区,Windows开启了快速启动,在Linux下可能就不能正常读NTFS分区. 另外,你的ISO路径是乱码,显然有问题.

输入lsblk查看分区,看看是不是不能识别U盘. 输入cat /proc/cmdline查看启动参数是否正确