build icon indicating copy to clipboard operation
build copied to clipboard

[Bug]: Package new firmware rk3576 flashing stuck in the now starting desktop environment

Open xiaobao1980 opened this issue 4 months ago • 4 comments

What happened?

SSH login to the terminal and run systemctl restart gdm.service to enter the desktop ;Write the restart-gdm.service service, which can enter the desktop upon startup; May I ask what the reason is?

[Unit] Description=My Custom Service After=network.target

[Service] Type=simple ExecStartPre=/bin/sleep 15 ExecStart=systemctl restart gdm.service

[Install] WantedBy=multi-user.target

How to reproduce?

[Unit] Description=My Custom Service After=network.target

[Service] Type=simple ExecStartPre=/bin/sleep 15 ExecStart=systemctl restart gdm.service

[Install] WantedBy=multi-user.target

Branch

main (main development branch)

On which host OS are you running the build script and observing this problem?

Ubuntu 24.04 Noble

Are you building on Windows WSL2?

  • [ ] Yes, my Ubuntu/Debian/OtherOS is running on WSL2

Relevant log URL

No response

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

xiaobao1980 avatar Sep 10 '25 14:09 xiaobao1980

Hey @xiaobao1980! 👋

Thanks for opening your first issue with the Armbian project — we’re glad to have you here! 🧡
Your input doesn’t just help us improve the project — it benefits everyone who uses Armbian.

If you'd like to stay informed about project updates or collaborate more closely with the team,
you can optionally share some personal contact preferences at armbian.com/update-data.
This helps us keep in touch without relying solely on GitHub notifications.

Also, don’t forget to ⭐ star the repo to support the work — and welcome aboard! 🚀

github-actions[bot] avatar Sep 10 '25 14:09 github-actions[bot]

Jira ticket: AR-2747

github-actions[bot] avatar Sep 10 '25 14:09 github-actions[bot]

Can't reproduce with trixie gnome image. After doing first-login settings, gdm will start at login interface.

amazingfate avatar Sep 10 '25 15:09 amazingfate

@amazingfate i confirm too, i can't reproduce it with NanoPi R76S based on kernel vendor and gnome

SuperKali avatar Sep 11 '25 15:09 SuperKali