CachyOS / CachyOS/distribution
Infinite loading on boot
- Dominant language
- No language data
- Stars
- 27
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The default bootloader config under /boot/loader/entries/linux-cachyos.conf causes an infinite loading screen (spinning circle) on boot.
changing the line:
`options root=UUID=1dc1ba9f-62cb-49d0-9bdd-a8a350b77eb3 rw rootflags=subvol=/@ zswap.enabled=0 nowatchdog splash`
by removing "splash" let's me boot normal everytime again. I also added debug log because I wanted to see where it hangs but it doesn't after editing the options.
`options root=UUID=1dc1ba9f-62cb-49d0-9bdd-a8a350b77eb3 rw rootflags=subvol=/@ zswap.enabled=0 nowatchdog loglevel=7 nvme_core.default_ps_max_latency_us=0`
everytime an update changes the conf back to include "splash" the infinite loading appears again
[https://paste.cachyos.org/p/3441e3f.log](https://paste.cachyos.org/p/3441e3f.log)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.