Recent content by myxal

  1. M

    [SOLVED] 7to8 upgrade issue with DKMS modules: update-initramfs trying to generate image for non-installed kernel?

    So this was pretty simple in the end - the call to `update-initramfs` is part of `postrm` script of the `amdgpu-dkms` package, where it simply reads the `amdgpu-dkms-kernels` file line by line. The old kernel version was the only line in that file. I replaced that line with "all" and the...
  2. M

    Proxmox fresh install - Wont boot after

    I assume that this is UEFI hardware, and the Boot manager does not show any option to boot your OS? I'm wondering if this is similar to an issue I've had, where the boot entry would disappear after power-cycling the hardware. The root cause in my case was: On UEFI platforms, there 2 paths to...
  3. M

    [SOLVED] 7to8 upgrade issue with DKMS modules: update-initramfs trying to generate image for non-installed kernel?

    Cheers. I tried to upgrade yesterday, and had the `apt dist-upgrade` process fail on the new kernel packages, because the amdgpu module (installed from AMD repo) failed to build via DKMS. I'm currently stuck in a state where manipulating kernel packages fails, because when update-initramfs is...