Content of "SD" goes into "FAT (D:)/boot"
*"FAT (D:)" is the FAT partition of your Painless-Linux SD Card;

Content of "Payload" goes into "painless-linux-master/payloads"

Important: Set the GPU clock profile to low, otherwise Linux will crash.
           To do that, navigate to the "opt" folder (which you can find in your rootfs partition of your SD card),
           open defaultpower.sh, change the line:
    
           echo 0a > /sys/kernel/debug/dri/128/pstate

           to

           echo 03 > /sys/kernel/debug/dri/128/pstate

           and save it.
 
           

