• 1 Post
  • 53 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle










  • Made a decision long ago that I’m not going to browse the web, setup a calendar of life events or store my email with the largest advertising company in the world.

    Their “eco system” is not the best and their hardware has been hit or miss over the years.

    I understand why people do use them and I will use their products when absolutely required. I don’t hate them, I just avoid them.






  • You left out the NVIDIA card part. This is super important. So you have two kernels in a bad state and the NVIDIA driver is probably not building out.

    You’ve got a chicken and egg issue.

    This isn’t a technical answer but simply a generalization of what probably needs to happen.

    I would start over on whatever kernel situation you have going.

    First uninstall the NVIDIA driver.

    Then remove that unsigned kernel and its headers. Use the force option if necessary.

    Ensure dkms, the base kernel and its headers are installed.

    Reboot using standard kernel and then install nvidia-dkms package. Reboot.

    It’s tough to tell you exactly what needs to be done because I’m not really sure what kind of damage you did or what the full extent of the errors are. You might need some force options or whatever but generally that’s all that needs to happen. YOU do not have a NVIDIA driver built for whatever kernel you’re using.




  • I used to delete these script to get over errors aaand that worked fine for some time.

    I can’t think of one time that I’ve done that in 20 years outside of repackaging applications for work because of crappy vendor supplied packages.

    And you’re sure dkms and the headers are installed?

    In situations like this, if bad enough I would usually temporarily remove mentioned packages until the apt fix works cleanly again and then reinstall whatever I was trying to do. But you’re saying you have removed post install scripts and manipulated packages? Hmm that seems like trouble.

    I’m positive if I was infront of the terminal I could help you out, but I’m starting work for the day. Maybe someone else has a better idea. Sorry bro. But on a positive note, your system is certainly not beyond repair. This seems trivial with a little work and maybe someone who sees the issue better than I right now.

    For others taking a look…. What was the command run before the apt fix?


  • Wow. The terms “nuked” and “bricked” seem to have lost the meaning I grew up with. What you provided is just a simple error.

    It says dependency problem. Have you installed the dependency? It says:

    Package linux-image-6.9.7+bpo-amd64-unsigned is not installed. … linux-headers-6.9.7+bpo-amd64 depends on linux-image-6.9.7+bpo-amd64 (= 6.9.7-1~bpo12+1) | linux-image-6.9.7+bpo-amd64 -unsigned (= 6.9.7-1~bpo12+1);

    Maybe you’re doing too much at once. What happens when you just install the one kernel?

    sudo apt install linux-image-6.9.7+bpo-amd64
    

    Or maybe try to uninstall the new kernel and its headers. Make sure you have dkms installed and run the apt fix again.