Skip to content

Commit 2e2c5ba

Browse files
committed
making Aaron's requested changes.
1 parent f42db41 commit 2e2c5ba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/login-loop-pop.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,18 @@ sudo apt autoremove --purge
179179
Then:
180180

181181
```bash
182-
sudo apt install --reinstall plymouth gdm3 gnome-shell pop-desktop
182+
sudo apt install --reinstall plymouth gdm3 gnome-shell pop-desktop linux-generic linux-headers-generic
183183
```
184184

185-
The command above is one line, and will reinstall plymouth (the graphical encryption screen), gnome display manager (gdm3), gnome-shell and the pop-desktop environment.
185+
The command above is one line, and will reinstall plymouth (the graphical encryption screen), gnome display manager (gdm3), gnome-shell, the pop-desktop environment, and the linux-kernel.
186186

187187
Once the reinstallation has finsihed, we'll want to run:
188188

189+
```bash
190+
update-initramfs -c -k all
191+
```
192+
And finally:
193+
189194
```bash
190195
exit
191196
reboot

0 commit comments

Comments
 (0)