initramfs modules
a quick way to shave a few seconds off your boot time is to edit /etc/initramfs-tools/initramfs.conf and change MODULES=most to MODULES=dep. Then run sudo update-initramfs -u
This reduced my /boot/initrd.img from 7.9M to 3.4M and shaved 2 seconds off my boot time
Leave a Reply