@hairdyeguy said in Speeding up boot time and the necessary commands:
Tried it along side to disabeling bluetooth and rainbow splash screen + inserting the quiet flag to kernel. Booting time is now 28 seconds!
Are there more things you'd recommend?
The EmulationStation settings I mentioned in my first post - they should speed up dramatically the front-end startup.
Other services that are not strictly needed - raspi-config(?), hciuart (which you don't need if you disabled Bluetooth), rpi-eeprom-update (the Pi zero doesn't have an EEPROM).
You can also disable the swap service (dphys-swapfile) and test, but the Pi 0 has limited memory and swap may be useful if you want to install from source or run other things.
I'm not sure why the dev-mmcblk0p2.device takes so long, maybe the sdcard is not so fast (?).
There may be other - more radical - options