Start beschleunigen
- Linux Tags:
Services init.d beeinflussen schneller booten
bum hilft beim einstellen
startupmanager modifiziert den splash
manuell beeinflussen:
If you aren't using these daemons, just turn off the program with chmod -x /etc/rc.d/{rc.mysqld,rc.httpd}
für hardy 24.7 kernel, gegen die ewige Warterei:
edit /etc/initramfs-tools/modules
add the following
vga16fb
fbcon
vesafb
edit /etc/modprobe.d/blacklist-framebuffer
comment out the following (prefix with #)
blacklist vesafb
blacklist vga16fb
last but not least, run the following in a terminal
sudo update-initramfs -u
http://ubuntuforums.org/showpost.php?p=3635667&postcount=9
