@floem7 said in Unlock Bootloader – How To Unlock?:
However, I have no clarity on unlocking bootloader. The page linked above doesn't provide/link software for linux. I've borrowed windows machine to use dedicated USB-drivers but still the linked file is not exe but some dlls.
For Linux, you can download the platform tools from Google. Most likely, you need to run the tools as root because of missing udev rules. Many distributions provide these tools, e.g. on latest Ubuntu you can install adb and fastboot with sudo apt install adb fastboot. This will also update the udev rules. A good approach is to install the tools from the distribution, and the latest tools from Google, and make sure that the Google version comes first in the search path.
No USB drivers etc. are needed, and no need to download binaries from random websites.
Kai