bcdedit complains about lack of privileges regardless of BCD store location

Questions about Wine on Linux
Locked
mahdi
Newbie
Newbie
Posts: 2
Joined: Sun Feb 20, 2022 3:26 pm

bcdedit complains about lack of privileges regardless of BCD store location

Post by mahdi »

bcdedit complains about lack of privileges regardless of BCD store location

Code: Select all

$ env WINEPREFIX="/home/m/.wine" wine64 ./bcdedit.exe  /createstore c:/users/m/BCD
002c:fixme:winediag:LdrInitializeThunk wine-staging 7.3 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0108:fixme:heap:RtlSetHeapInformation 0000000000000000 1 0000000000000000 0 stub
0108:fixme:thread:GetThreadUILanguage : stub, returning default language.
The store creation operation has failed.
Privilege not held.
Locked