Talvez você devesse tentar usar o pacote chkconfig
apt-get install chkconfig
once done,
chkconfig mysql on
chkconfig apache2 on
se por algum motivo não funcionar, você pode adicionar
echo "/etc/init.d/mysql start" >> /etc/rc.local
echo "/etc/init.d/apache2 start" >> /etc/rc.local
reinicie e teste