I'm having issues flashing my drive to handle UHD discs as well. Here's my drive according to MakeMKV 1.8.1 (paid):
Drive Information
OS device name: \Device\CdRom0
Current profile: BD-ROM
Manufacturer: HL-DT-ST
Product: BD-RE BU40N
Revision: 1.01
Serial number:
Firmware date: 2119-10-16 10:32
Bus encryption flags: 1F
Highest AACS version: 81
LibreDrive Information
Status: Possible (with patched firmware)
Drive platform: MT1959
Harware support: Yes
Firmware support: No
Firmware type: Original (patched version available)
Firmware version: 1.01
DVD all regions: Possible (with patched firmware)
BD raw data read: Possible (with patched firmware)
BD raw metadata read: Possible (with patched firmware)
Unrestricted read speed: Possible (with patched firmware)
I followed the instructions on the YouTube video, and here's where I got w/ PowerShell:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell
https://aka.ms/pscore6
PS C:\WINDOWS\system32> c:
PS C:\WINDOWS\system32> c:
PS C:\WINDOWS\system32> cd..
PS C:\WINDOWS> cd..
PS C:\> cd C:\Program Files (x86)\MakeMKV
x86 : The term 'x86' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:22
+ cd C:\Program Files (x86)\MakeMKV
+ ~~~
+ CategoryInfo : ObjectNotFound: (x86:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\> program files (x86)
x86 : The term 'x86' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:16
+ program files (x86)
+ ~~~
+ CategoryInfo : ObjectNotFound: (x86:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\> cd "C:\Program Files (x86)\MakeMKV"
PS C:\Program Files (x86)\MakeMKV> makemkvcon64.exe f --all-yes -d C: rawflash enc -i C:\Windows\System32\HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
makemkvcon64.exe : The term 'makemkvcon64.exe' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ makemkvcon64.exe f --all-yes -d C: rawflash enc -i C:\Windows\System3 ...
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (makemkvcon64.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command makemkvcon64.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\makemkvcon64.exe". See "get-help about_Command_Precedence" for more details.
PS C:\Program Files (x86)\MakeMKV> .\makemkvcon64.exe f --all-yes -d C: rawflash enc -i C:\Windows\System32\HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
Drive "C:" not found
PS C:\Program Files (x86)\MakeMKV> .\makemkvcon64.exe f --all-yes -d C: rawflash enc -i C:\Windows\System32\HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
Drive "C:" not found
PS C:\Program Files (x86)\MakeMKV> makemkvcon64.exe f --all-yes -d C: rawflash enc -i C:\Windows\System32\HL-DT-ST-BD-RE_BU40N-1.04-NM00500-212005061142.bin
makemkvcon64.exe : The term 'makemkvcon64.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ makemkvcon64.exe f --all-yes -d C: rawflash enc -i C:\Windows\System3 ...
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (makemkvcon64.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command makemkvcon64.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\makemkvcon64.exe". See "get-help about_Command_Precedence" for more details.
PS C:\Program Files (x86)\MakeMKV>
---------------------------------------------------------------------------------------------------------------------
No matter what I did, PowerShell tells me the C: drive didn't exist when I tried to flash. I'm a bit of a noob myself, but I thought I followed everything perfectly. Appreciate your help.