On 2/16/24, to...@tuxteam.de <to...@tuxteam.de> wrote: > On Fri, Feb 16, 2024 at 01:44:22PM -0600, Albretch Mueller wrote: >> I've got a relatively old laptop with an ATI Radeon HD card, which >> firmware I can't update. Wild pixelations happen even on relatively >> simple pages not just videos. It seems to be a common problem. What I > > What is a "simple page" and what does "pixelation" mean in this > context? Or is that irrelevant?
A relatively simple, js-based web page I meant to say. >> have searched and found out is that I will have to un/repack initramfs >> ..., but I haven't found a relatively safe, complete procedure. >> >> How can you update the initramfs on read-only media? > > You can't. Initramfs resides in the boot medium. To update it, > you have to write to said medium. Right on the Debian Kernel Handbook they tell you you may use "initramfs hooks" for such things: https://kernel-team.pages.debian.net/kernel-handbook/ch-update-hooks.html#s-initramfs-hooks even though I couldn't find exactly the "/etc/initramfs/post-update.d/" directory used by update-initramfs for post update hook options, I notice what seems to be a bunch of those in: /usr/share/initramfs-tools/hooks/ lbrtchx