armbian / armbian/build

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

Open
#8,603 4 comments 0 reactions 0 assignees View on GitHub
Bug Good first issue
Dominant language
Shell
Stars
5.4k
Forks
3.1k
Avg merge
1d 9h
Merged PRs (30d)
204

Description

### 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

Contributor guide

Open the contributing guide

Research direction

Start with the reported restart-gdm.service unit and the systemctl restart gdm.service entry point, then reproduce the startup behavior on the rk3576 firmware setup. Check the available service and boot output, since no log URL is provided; done means explaining why startup stalls and identifying a verified correction.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, shell
Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.