From 8c6aa2e7f6726f46a149418dd400bac79ac4e43d Mon Sep 17 00:00:00 2001 From: suvari Date: Mon, 25 Dec 2017 19:06:28 +0300 Subject: [PATCH] grub2: patch for ext234 --- system/boot/grub2/files/30_uefi-firmware | 10 +++++----- system/boot/grub2/pspec.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/system/boot/grub2/files/30_uefi-firmware b/system/boot/grub2/files/30_uefi-firmware index 41fe841b..1b68ba87 100755 --- a/system/boot/grub2/files/30_uefi-firmware +++ b/system/boot/grub2/files/30_uefi-firmware @@ -55,12 +55,12 @@ WINDOWS_EFI=$(/usr/sbin/efibootmgr -v | grep -E -m 1 '(WINDOWS|Windows Boot Mana if [ -z "$WINDOWS_EFI" ]; then exit 0 fi -WIN_EFI_PATH_LINUX=/EFI/Microsoft/Boot/bkpbootmgfw.efi +WIN_EFI_PATH_LINUX=/EFI/Microsoft/Boot/bootmgfw.efi #Determine EFI UUID -WIN_EFI_UUID=$(grub2-probe --target=fs_uuid /boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi) +WIN_EFI_UUID=$(grub2-probe --target=fs_uuid /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi) -ESP_SEARCH_HINTS=$(grub2-probe --target=hints_string /boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi) +ESP_SEARCH_HINTS=$(grub2-probe --target=hints_string /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi) cat << EOF menuentry "Windows Boot Manager" { @@ -71,9 +71,9 @@ cat << EOF insmod fat insmod search_fs_uuid insmod chain - search --fs-uuid --set=root --hint-bios --hint-efi --hint-baremetal ${ESP_SEARCH_HINTS} ${WIN_EFI_UUID} + search --fs-uuid --set=root ${ESP_SEARCH_HINTS} ${WIN_EFI_UUID} chainloader $WIN_EFI_PATH_LINUX } EOF -fi +fi \ No newline at end of file diff --git a/system/boot/grub2/pspec.xml b/system/boot/grub2/pspec.xml index 36420ce5..ad111df1 100644 --- a/system/boot/grub2/pspec.xml +++ b/system/boot/grub2/pspec.xml @@ -89,7 +89,7 @@ - 2017-12-06 + 2017-12-25 2.02 Patch for ext234. Kamil Atlı