1. you need a pc (i assume you are running windows)
2. download the adb driver (--> see download in first post) to your pc and install them
3. on your yoga book navigate to 'developer options' and turn on ' usb debugging' (if there are no developer options, enable them by clicking 'build number' within the 'About tablet' section several times.
4. connect your yogabook with pc - a message should pop up on your yoga book. accept it.
5. in windows open a command prompt and type
if adb drivers are working, it will list your device.
6. now unlock the bootloader on your yogabook.
BE AWARE THAT UNLOCKING THE BOOTLOADER PERFORMS A FACTORY RESET!!!
6.1 on your tablet navigate to 'developer options' select "OEM unlocking
6.2 then, on your pc, type the following commands:
--> it will boot your tablet in bootloader mode --> screen with robot
then type:
confirm it.
7.
download twrp from here (to your pc) and
download magisk.zip from here (to your yoga's external sdcard.)
8. in windows extract twrp.zip and navigate to the folder with its content (=recovery_twrp.img). then press shift + right mouse and 'open a windows command here'
9. again type 'adb devices' to check if your yoga book is still connected
10. then type
your tablet should boot the bootloader
11. when the bootloader is up and running type the following
Code:
fastboot boot recovery_twrp.img
!!!if you changed the filename make sure you change it accordingly!!!
12. your tablet should boot twrp.
13. before you install magisk I suggest to make a backup.
14. then go to 'install' and let twrp install the magisk.zip
15. after flashing, reboot your device and install 'magisk manager' from playstore.
16. check root with any rootchecker. maybe you need to reboot once more.
hope it helps.