after latest update grub error appear update-grub Generating grub configuration file ... Found theme: /boot/grub/themes/slinux/theme.txt Found linux image: /boot/vmlinuz-std-def Found initrd image: /boot/initrd-std-def.img Found linux image: /boot/vmlinuz Found initrd image: /boot/initrd.img Found linux image: /boot/vmlinuz-5.10.198-std-def-alt1 Found initrd image: /boot/initrd-5.10.198-std-def-alt1.img Found Windows 10 on /dev/sda1 Adding boot menu entry for UEFI Firmware Settings ... Found memtest image: /boot/memtest-6.20.bin Found memtest image: /boot/memtest-6.20.efi error: syntax error. error: Incorrect command. error: syntax error. Syntax error at line 195 Syntax errors are detected in generated GRUB config file. Ensure that there are no errors in /etc/default/grub and /etc/grub.d/* files or please file a bug report with /boot/grub/grub.cfg.new file attached.
picture from result of grub ... https://disk.yandex.com/i/TRAtVa-cUsvv-w
Created attachment 14851 [details] grub-customizer screenshot
Hello. Can you please attach the file /boot/grub/grub.cfg.new to this bug
Created attachment 14856 [details] grub.cfg.new
I have reproduced this error version: grub-customizer-5.2.1-alt1 distro: alt-kworkstation-10.2-install-x86_64.iso (updated to p10) 1. open grub-customizer # grub-customizer 2. Remove UEFI Firmware Settings and/or Memtest86+ entery 3. Save changes After that I get this error (screenshot error.png) This error appears because of the creation of an incorrect file /boot/grub/grub.cfg.new after update grub version from 2.06-alt7 to 2.06-alt16 grub-2.06-alt7: ### BEGIN /etc/grub.d/30_uefi-firmware_proxy ### ### END /etc/grub.d/30_uefi-firmware_proxy ### grub-2.06-alt16: ### BEGIN /etc/grub.d/30_uefi-firmware_proxy ### if [ "$grub_platform" = "efi" ]; then fwsetup --is-supported if [ "$?" = 0 ]; then fi fi ### END /etc/grub.d/30_uefi-firmware_proxy ### ### BEGIN /etc/grub.d/39_memtest_proxy ### if [ "$grub_platform" = "pc" ]; then fi if [ "$grub_platform" = "efi" ]; then fi ### END /etc/grub.d/39_memtest_proxy ### (Tested in Sisyphus and p10. The error is reproduced)
Created attachment 14913 [details] error