I'm impressed. I don't know of too much work that's going on upstream for optimizing boot times, other than some of the clear linux stuff: <a href="https://www.phoronix.com/scan.php?page=news_item&px=Clear-Linux-Ubuntu-Eoan-Boot" rel="nofollow">https://www.phoronix.com/scan.php?page=news_item&px=Clear-Li...</a><p>There are folks looking into improving boot times on Android; turns out init and kernel drivers are a tangly mess of {dependency} spaghetti. Loading kernel modules can induce delays in processing relocations.<p>The kernel patches disable a bunch of stuff, including ethernet it looks like? Most of the kernel changes comment out blocks of code, or trade long delays for shorter delays with more iterations.