Bluetooth not working at all, internet not working at all, and even the setting for HDMI audio output is gone. The settings page is just empty.
I managed to load an older kernel(?) and got Bluetooth and internet working again, but still no audio. I’m as much of a novice at running Linux as you can get. I’ve been trying to troubleshoot this with the help of an LLM, but I have no idea what I’m doing here.
Any help, please?
Can you provide a few more details about the hardware you’re on, the version of Ubuntu, the type of update performed, and anything else you think could be relevant?
When I hold shift during startup and then go to advanced options and select the previous version it all goes back to normal but I need to do this manually every single time.



If you want to make GRUB remember the last boot entry you picked, you can edit /etc/default/grub and set the following
(make note of the original values or comment out the existing entry by adding # to the start of the line first)GRUB_SAVEDEFAULT=true GRUB_DEFAULT=savedthen run
sudo update-grubto apply the changes. When you next boot and select a kernel, GRUB will remember that choice and just use it.Maybe you could try reinstalling the newest kernel?
sudo tac /var/log/apt/history.log | lessshould give you a list of the last updates that were installed. Idk what Ubuntu calls their kernels, but they’d be packages named like “linux-image-generic” or something like that. If that doesn’t work, then maybe they messed something up on that kernel update and you’ve gotta wait for a fix.Whenever it does get fixed, you may want to undo the changes to /etc/default/grub
I did
GRUB_DEFAULT="1>2"instead so it now loads the previous version instead - I think. I can only hope it’s fixed for the next update then, but for now everything seems to work fine.
Just uninstall theatesy kernel packages and it will be gone from the Grub boot menu, or you can also manually set the default Grub version to boot very easily (guides and docs everywhere online).
Good time to change to a better distro imho. You could make a live USB, recover your files to another USB, then proceed to install the new distro.
I cannot express how not interested I’m in doing that. I’m not a power user - I only need the web browser to run so I can watch YouTube videos.
It’s probably less boring/time-consuming then fix ubuntu update issues, but you can try searching for ubuntu users’ reddit or forum for your specific problem.
I’m far from a power user as well. I was on Ubuntu for about 5 years. Also installed it on my dads laptop a few years ago. Last week I installed Debian for myself and dad. It was easy. Its also very nice to use, I have a ancient shit laptop and it runs with absolutely no problems at all. My dad’s been happy with it as well.
I wont tell you to do what you don’t want to, I just want to let you know that installing and setting up, for example, Debian is not difficult at all. If a moron like me can do it, so can you :)
That’s why he’s suggesting it. You’ll likely spend anywhere from several hours to several days trying to track down the cause of the issue by sticking with Ubuntu, versus ~20 minutes plus however long it takes to back up and restore your data on a distribution that doesn’t have these issues. Ubuntu is famous for having really dumb problems like this, so even if you do successfully fix the issue, another one will pop up later on thanks to the developers’ insistence on doing weird shit that nobody asked for. Of course, the fanboys will likely come out of the woodwork to tell me how this is a skill issue or whatever, but I’m speaking as someone who used Ubuntu almost exclusively from 2006-2020. After switching to Fedora, I’ve been much happier. Debian is also a good low-friction option if you don’t have brand-new hardware.
If you can watch YouTube videos then your Linux problems are solved!
/ducks





