Re: Kernel 5.4.1 broke sway
Reply #2 –
5.4.1 kernel:
https://yadi.sk/d/RRmaNrSyGrM4vg
5.4.1 kernel headers:
https://yadi.sk/d/Jw1zMGLuYH1yuw
Alternatively, try testdisk / photorec and search for only .xz files? But as the files would not have their original names you would need to examine the contents or something to find the right one. Probably quicker to use the links above.
$ for f in recup_dir.*/*; do echo $f >>outputfile.txt; tar -tf $f 2>/dev/null >>outputfile.txt; done
Then search the resulting file for "linux" or something and see what the file name was. But when I tried this out of interest I didn't actually recover any old kernel packages, but then I don't have lots of free space on this partition plus I recovered to a dir on the partition itself to try out the theory so was overwriting some of the deleted items as I recovered others. Didn't take long with an ssd, only a few minutes.