Unlocking mia1 bootloader with fastboot
Warning: Unlocking bootloader may brick or void your device warranty. Use at your own risk.
Turn on USB debugging in developer options.
Power off device then press and hold volume - key to enter fastboot.
Connect to any Linux system which has fastboot installed.
[root@server ~]# fastboot --version
fastboot version e7195be7725a
[root@server ~]# fastboot devices
e4a26a61 fastboot
[root@server ~]# fastboot oem unlock
...
OKAY [ 0.030s]
finished. total time: 0.030s
[root@server ~]# fastboot reboot
...
OKAY [ 0.030s]
finished. total time: 0.030s
[root@server ~]# fastboot devices
e4a26a61 fastboot
[root@server ~]# fastboot oem lock
...
OKAY [ 0.032s]
finished. total time: 0.032s
[root@server ~]# fastboot reboot
rebooting...
finished. total time: 0.070s
Related Articles
Unlocking mia1 bootloader with fastboot
Steps to unlock the bootloader of Xiaomi Mi A1 using fastboot on Linux.
Asciinema a screen recording tool
How to use Asciinema to record and share terminal screen recordings on Linux.
Renaming lv and vg
How to rename Logical Volumes (LV) and Volume Groups (VG) in LVM on Linux.