@canyue980 hm… ok well…
- Boot the ISO
- edit the menu with e
- add on the kernel parameter
systemd.unit=multi-user.target
at line which starts withlinux
- Type F10 to boot.
Now the ISO should boot to the basic login prompt. Login there with:
username: manjaro
password: manjaro
Now you can try to start:
sudo systemctl start display-manager.service
or to start the desktop without the login screen:
startx /usr/bin/startplasma-x11
startx /usr/bin/startxfce4
startx /usr/bin/gnome-session
and so on depending on the DE.
Here you should be able to switch the TTY and investigate or upload the logs…
cat /var/log/Xorg.0.log | less
etc…