You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/distro.mdx
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,42 @@ The toolkit includes a **Kernel Manager** and **sched-ext** tool for kernel tuni
157
157
158
158
## Troubleshooting
159
159
160
+
### GPGMe No Data
161
+
162
+
If you encounter this issue, it's likely caused by signing keys bundled in the ISO having expired or been replaced on the Arch mirrors, causing the installer to crash during the package update step.
163
+
164
+
**The Fix**
165
+
166
+
run this in a terminal before launching the installer:
167
+
168
+
```bash
169
+
sudo tee /etc/calamares/modules/shellprocess-update.conf << 'EOF'
0 commit comments