diff --git a/BCD-efi b/BCD-efi new file mode 100644 index 0000000..6d4e767 Binary files /dev/null and b/BCD-efi differ diff --git a/setup_win10.py b/setup_win10.py index 2917929..ba4c20a 100755 --- a/setup_win10.py +++ b/setup_win10.py @@ -179,6 +179,7 @@ def copy_efi_files(win_mnt, esp_mnt): shutil.copytree(win_boot_efi, efi_ms_boot, dirs_exist_ok=True) shutil.copytree(win_boot_res, efi_ms_boot_res, dirs_exist_ok=True) shutil.copytree(win_boot_fonts, efi_ms_boot_fonts, dirs_exist_ok=True) + shutil.copy(Path(__file__).parent / 'BCD-efi', ci_lookup(efi_ms_boot, 'BCD', creating=True))