A Prelude:
So I have been having to manually clean the boot folder for a long time (I don't recall when it started). If I don't then the kernel will not be installed due to a lack of space on the boot folder. This causes incompatibility between my nvidia drivers meaning on boot I can only alt-shift-f1 into terminal until I deleted the old kernels and run clr-boot-manager update. I started this thread on how I would solve this before the current issue.
My Current Problem:
With today's update the same issue occurred and I started repeating the steps I have done in the past (Sudo RM old kernels in boot, Eopkg up, clr-boot-manager update). I tested the update and I was only able to boot to terminal again. I "Uname -r" and saw my current kernel was com.solus-project.current.5.11.6-174 the same as it had been before the update.
After repeating the previous steps several times, I "clr-boot-manager set-kernel com.solus-project.current.11.9-176" the newly installed Kernel. I rebooted my system and grub only showed "Solus-project.current.11.9-176" as the option. Selecting it I get the error:
Loading Solus 4.2 Fortitude 5.11.9...
error: File '/(null)' not found
Press any key to continue...
I could not alt-shift-f1 into terminal as I had before so I decided to do a boot rescue.
I followed the steps here up until the chroot command. I got the error "chroot: failed to run command '/bin/bash': No such file or directory. This made me get to this.
Now I believe bin/bash is there so I tried copying bash's dependencies libc, ld-linux, libdl, etc and attempted "cp -a /usr /target". In response I got a series of errors like:
cp: cannot create regular file '/target/usr/lib64/libQt5AccessibilitySupport.prl': No space left on device
I do not want to make my situation worse so I will wait for knowledgeable assistance before proceeding any further. I believe my problem is having too small of a boot partition which is the cause of my initial issue. Thank you for any help.