First Step is burn SystemRescueCD or MX LiveUSB onto a flash/usb drive and boot from it. After booting System Rescue CD, run the following commands for all the ext2/3/4 partitions that you have
Code: Select all
fsck -V -C -l -r -t ext2,ext3,ext4 /dev/sda1
Code: Select all
lsblk -T --fs
Second step, check where you get the blank screen. Typically the first screen that you see is the GRUB screen of MX Linux, which will have 3-5 options displayed. The number of options will depend on whether you are dual booting your machine. Whether you have multiple Linux Kernel installed and so on. If GRUB menu is itself not displayed then to fix it we will use the MX LiveUSB. Boot using the MX LiveUSB and use MX Boot Repair application. The first option, i.e. "Reinstall GRUB Bootloader on ESP, MBR or PBR(root)" should be your go to default choice. If this does not fix your issue with GRUB then please raise an issue in the MX Linux forum. IF this works, great. If GRUB is not your issue or GRUB is now available but still you are getting a blank screen after selecting the OS then proceed to Step three.
Third Step. This will apply only if the first step does not fix your issue and you are able to select the MX Linux OS in GRUB menu. Typically after the OS is selected in GRUB the KDE Login screen should be displayed. This step will help you if you do not get the login screen. Try to see if you can use the key combination CTRL+ALT+BACKSPACE. This should ideally kill X or wayland and take you to a prompt. If that happens then at the prompt enter the command "startx" and see if you are able to log into KDE Desktop. If you are able to login into the desktop then have a look at the logs inside /var/log directory. Namely dmesg, syslog, X.org.0.log and other log files. That will have some indication on what has gone wrong. Backup your data and profile information. And then reboot to see if you are still getting the blank screen. IF this works, great. If not then proceed forward to Step four. If this workaround works, but you have to do it after every boot/reboot then raise an issue in MX Forum with the required log file details.
Step 4. This is a bit delicate step. For those who are not comfortable in editing or working in terminal/console please do not proceed forward. If you are on the fourth step then it is assumed that you are able to select the OS in GRUB but are still getting a blank/black screen in place of the KDE Login screen. Reboot your computer and enter the Grub menu of MX Linux. Before the timeout of 5 seconds happens, select the OS option that you want to boot into and press "e" on the keyboard. Look for options like quite splash or quite or splash. Delete the quite option and change the splash to nosplash. The removal of quite option will lead to more verbose logging into dmesg log files and other files. Make sure that you do not delete anything prior to or after quite splash or quite or splash. After making the changes press the key F10 on the keyboard and see if the login screen appears.
IF Step 4 does not work then raise an thread in the MX Linux Forum. Outline the steps you have done and include log files.