diff --git a/README.md b/README.md index 073d723..3ec3977 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cd .. #### On Real hardware if your have amd64(x86_64) UEFI computer -Download release and copy the bootx64.efi to /EFI/BOOT/bootx64.efi case independent +Download release and copy the UEFI_fireworks.efi to /EFI/BOOT/bootx64.efi case independent #### On VM diff --git a/build.sh b/build.sh index ec782a6..6136752 100755 --- a/build.sh +++ b/build.sh @@ -9,9 +9,9 @@ else fi mkdir -p build/EFI/BOOT/ if [ "$1" == "debug" ]; then -cp $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/ -cp $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI +cp -v $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/ +cp -v $(find edk2/Build/UEFI_fireworks/DEBUG_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI else -cp $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/ -cp $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI +cp -v $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/ +cp -v $(find edk2/Build/UEFI_fireworks/RELEASE_GCC5/ -name "UEFI_fireworks.efi" -type f | head -1) build/EFI/BOOT/BOOTX64.EFI fi \ No newline at end of file