<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 4, 2023 at 4:41 PM Ralf Mardorf via ubuntu-users <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.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 Wed, 2023-01-04 at 15:38 -0500, Jerry Geis wrote:<br>
> Â Â Â Â Â Â Â Â make install<br>
<br>
Hi,<br>
<br>
make love, not install! IOW build a fine package.<br>
<br>
> Â Â Â Â Â Â Â Â update-initramfs -u -k $(uname -r)<br>
<br>
This might be the culprit, since $(uname -r) much likely generate the<br>
thingy for the running kernel, not for the one you build. You probably<br>
need to run<br>
<br>
update-initramfs -k 6.2-rc2<br>
<br>
However, I'm not familiar with update-initramfs, but "-u -k $(uname -r)"<br>
is something that doesn't sound reasonable to me. You build a new kernel<br>
and ask update-initramfs to care about the running kernel (uname -r ;).<br>
<br>
Regards,<br>
Ralf<br>
<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a></blockquote><div><br></div><div><br></div><div><br></div><div>I tried that just now - same error.</div><div>I also did update-grub after.</div><div><br></div><div>Jerry </div></div></div>