<div dir="ltr"><div>Walter:</div><div><br></div><div>Was running in Lu up until a couple minutes back . . . on to other stuff in my Sys76 laptop . . . .  But thanks for adjusting the typos . . .  I'll check into that later.<br></div><div><br></div><div>But, repeating again, this is essentially a box stock install, upgraded via changing the sources.list from "focal" to "groovy" as I have done a number of times over the years when working with ubuntu . . . .  The only thing I have pinned is grub2, but I do run "autoremove" when apt shows kernel packages and other stuff to remove . . . other than apt I'm not fiddling with anything under the hood so to speak.</div><div><br></div><div>I did mess with the sources.list in my no longer extant U-MATE install to have both "groovy" and "testing" and that did seem to cause "problems" that became beyond fixable . . . but my Lu install I always had just "groovy" and didn't change anything other than focal > groovy . . . .</div><div><br></div><div>Anyway, when I get back to the Lu I'll check through your suggestions and see if anything jumps up . . . .  One of the nice features in LM is that they used to have a GUI app to show the kernels available and you could even move ahead of the curve if you felt like it . . . so you could see "where you are" and "where you could go" . . . .  <br></div><div><br></div><div>But, these days the care and feeding of 6 linux installs is enough just to keep them updated in stock condition . . . I'm not messing around with stuff, however apt runs the show is what I'm doing.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 18, 2020 at 9:47 AM Walter Lapchynski <<a href="mailto:wxl@ubuntu.com">wxl@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Dec 18, 2020 at 08:16:57AM -0800, Fritz Hudnut wrote:<br>
> linux-image-5.4.0-42-generic:<br>
>   Installed: 5.4.0-42.46<br>
<br>
So it seems like you have only one kernel installed and curiously it's<br>
not one that's available in the kernel source by a long shot:<br>
<a href="https://packages.ubuntu.com/source/groovy/linux" rel="noreferrer" target="_blank">https://packages.ubuntu.com/source/groovy/linux</a><br>
<br>
…at least not in the Ubuntu repositories. That may be the issue: while<br>
you have an apparently groovy-compatible sources.list, you may have<br>
non-Ubuntu repositories in there. That alone shouldn't do anything (a<br>
higher version number should always take precedence no matter how many<br>
respositories with conflicting version numbers you have), but in<br>
combination with pinning it could. Check to see if you have something<br>
set in the /etc/apt/preferences file or in /etc/apt/preferences.d/<br>
somewhere (file could be called anything there, technically).<br>
<br>
Pinning is nice in that it gives you a lot of control (`man<br>
apt_preferences` if you want to know more), but holding is the cleaner<br>
way of doing things. You can check to see if you have any holds with<br>
`apt-mark showhold.`<br>
<br>
I guess it's also remotely possible you've removed all the Ubuntu<br>
repositories, which would be weird, but who knows. One way you can see<br>
all of the repositories you have enabled that are not from Ubuntu is<br>
with this:<br>
<br>
```<br>
find /etc/apt -type -f -name *.list | print0 | \<br>
 xargs -0 grep -h ^deb | grep -v ^# | \<br>
 egrep -v '(ubuntu|canonical).com'<br>
```<br>
<br>
You can see Pin-Priotity and sources for a particular package with<br>
`apt-cache policy` so run that against your installed kernel version and<br>
that might provide some insight.<br>
<br>
Hope that helps.<br>
<br>
-- <br>
       @wxl | polka.bike<br>
C563 CAC5 8BE1 2F22 A49D <br>
68F6 8B57 A48B C4F2 051A<br>
</blockquote></div>