Skip to content

Latest commit

 

History

History
66 lines (24 loc) · 1.19 KB

reinstall.md

File metadata and controls

66 lines (24 loc) · 1.19 KB

Windows 11 running on mh2lm

Running Windows on the LG G8x

Reinstalling Windows

Prerequisites

Reboot into fastboot mode

If you don't have access to fastboot, use the instructions in the partitioning guide to flash the engineering ABL.

  • With the device turned off, hold the volume down button, then plug the cable in.

Boot into the modded TWRP

Replace path\to\modded-twrp-g8x.img with the actual path of the provided TWRP image

After booting into TWRP, leave the device on the main screen. You can press the power button to turn the display off, if you want

fastboot boot path\to\modded-twrp-g8x.img

Formatting Windows and ESP partitions

adb shell mkfs.ntfs -f /dev/block/by-name/win -L WINMH2LM
adb shell mkfs.fat -F32 -s1 /dev/block/by-name/esp -n ESPMH2LM