HackBGRT icon indicating copy to clipboard operation
HackBGRT copied to clipboard

Error: Couldn't copy new HackBGRT over the MS loader (bootmgfw.efi).

Open SaminYaser-work opened this issue 6 years ago • 10 comments

Facing this error after closing paint.

SaminYaser-work avatar Oct 20 '18 17:10 SaminYaser-work

Interesting. Can you open a Command Prompt as admin (like this) and post the output of the following commands:

mountvol Z: /S
dir Z:\EFI\Microsoft\Boot\*.efi
attrib Z:\EFI\Microsoft\Boot\*.efi
dir Z:\EFI\HackBGRT\*.efi
attrib Z:\EFI\HackBGRT\*.efi
mountvol Z: /D

Metabolix avatar Nov 03 '18 11:11 Metabolix

Here you go.

C:\Windows\system32>mountvol Z: /S

C:\Windows\system32>dir Z:\EFI\Microsoft\Boot*.efi Volume in drive Z has no label. Volume Serial Number is 1094-0E39

Directory of Z:\EFI\Microsoft\Boot

20-Oct-18 10:26 PM 1,273,864 bootmgfw.efi 20-Oct-18 10:26 PM 1,257,456 bootmgr.efi 20-Oct-18 10:26 PM 1,103,840 memtest.efi 3 File(s) 3,635,160 bytes 0 Dir(s) 86,240,256 bytes free

C:\Windows\system32>attrib Z:\EFI\Microsoft\Boot*.efi A Z:\EFI\Microsoft\Boot\bootmgfw.efi A Z:\EFI\Microsoft\Boot\bootmgr.efi A Z:\EFI\Microsoft\Boot\memtest.efi

C:\Windows\system32>dir Z:\EFI\HackBGRT*.efi The system cannot find the file specified.

C:\Windows\system32>attrib Z:\EFI\HackBGRT*.efi Path not found - Z:\EFI\HackBGRT

C:\Windows\system32>mountvol Z: /D

SaminYaser-work avatar Nov 16 '18 07:11 SaminYaser-work

Thanks! However, in the latter commands, I asked for Z:\EFI\HackBGRT\*.efi and not Z:\EFI\HackBGRT*.efi, notice \*. Does that give similar errors?

Metabolix avatar Nov 16 '18 07:11 Metabolix

I guess so. here it is again.

C:\Windows\system32>dir Z:\EFI\Microsoft\Boot*.efi Volume in drive Z has no label. Volume Serial Number is 1094-0E39

Directory of Z:\EFI\Microsoft\Boot

20-Oct-18 10:26 PM 1,273,864 bootmgfw.efi 20-Oct-18 10:26 PM 1,257,456 bootmgr.efi 20-Oct-18 10:26 PM 1,103,840 memtest.efi 3 File(s) 3,635,160 bytes 0 Dir(s) 86,240,256 bytes free

C:\Windows\system32>attrib Z:\EFI\Microsoft\Boot*.efi A Z:\EFI\Microsoft\Boot\bootmgfw.efi A Z:\EFI\Microsoft\Boot\bootmgr.efi A Z:\EFI\Microsoft\Boot\memtest.efi

C:\Windows\system32>dir Z:\EFI\HackBGRT*.efi The system cannot find the file specified.

C:\Windows\system32>attrib Z:\EFI\HackBGRT*.efi Path not found - Z:\EFI\HackBGRT

C:\Windows\system32>mountvol Z: /D

SaminYaser-work avatar Nov 16 '18 13:11 SaminYaser-work

Ok for some reason its automatically removing the \ when I comment. Here's a pic: https://imgur.com/a/i3E1lSJ

SaminYaser-work avatar Nov 16 '18 13:11 SaminYaser-work

Take ownership on all .efi files and i'ts work for me

QuentinMarical avatar Dec 10 '18 16:12 QuentinMarical

Did that. Still shows the same error message.

SaminYaser-work avatar Dec 11 '18 08:12 SaminYaser-work

Solved. This problem is caused by boot partition is devided from your system drive. You need to mount your EFI drive (maynot be your C drive) first, mountvol Z: /S and Install HackBGRT by following the instruction.

YaoYinYing avatar Mar 21 '22 05:03 YaoYinYing

Solved. This problem is caused by boot partition is devided from your system drive. You need to mount your EFI drive (maynot be your C drive) first, mountvol Z: /S and Install HackBGRT by following the instruction.

hi , I also encountered this problem. How to solve it?

flasher01 avatar Apr 12 '22 08:04 flasher01

i found an easy way to sove this problem. just rename your C:\EFI folder to others like EFI2, then use the application like usual. after that you can rename C:\EFI folder back or not, it doesn't affect your boot

niu2023 avatar Aug 08 '22 05:08 niu2023

I'd appreciate a new try with the most recent release (2.0.0), and if this still happens, setup.log might be useful for debugging. Supporting multiple drives out-of-the-box probably won't happen, so in that kind of expert setup, you will need to install manually.

Metabolix avatar Sep 10 '23 14:09 Metabolix

Closing bugs from obsolete versions. Please reopen if this is still valid for the most recent version.

Metabolix avatar Nov 17 '23 21:11 Metabolix