Merry Christmas everyone!
Some time ago we had a discussion if it would be possible to have a super minimal OS, running from a single file from the ESP partition, for a limited number of repair actions without the need of a live usb. Turns out there are 2-3 such projects. Note that this will not replace a full blown live usb which you can use to chroot, but may be enough for quick fsck of a filesystem (which cannot be mounted for the check so the main OS cannot be running).
I took one of these projects and fixed a little error here and there. Note that i did not test the very last fix (because i do not want to wait another half an hour). In worst case you will have to copy build/arch/x86/boot/bzImage and rename it to EFI yourself, but i think it should appear as LifeboatLinux.efi automagically.
Without further ado, here is the repo
Check the prerequisites you need base-devel and git packages, after that
git clone https://github.com/teou1/lifeboat_linux.git
cd lifeboat_linux
make clean build
