I have an Ubuntu 12.04 server at home. It was working fine utile yesterday when I did an apt-get upgrade.
First problem : grub timeout is disabled. Bootup hangs on grub.
Second problem : the services configured to startup on the defaults runlevels wont start (Apache2, transmission-deamon, sambad, etc).
Here is a dump of my boot.log file
root@HomeServer:~# cat /var/log/boot.log
fsck de util-linux 2.20.1
fsck de util-linux 2.20.1
/dev/sda1 : propre, 161481/14655488 fichiers, 1767089/58617856 blocs/dev/md0p5 : propre, 74223/61054976 fichiers, 96763182/244189440 blocs
* Starting SMB/CIFS File Server [ OK ]
* Stopping OpenSSH server [ OK ]
* Starting OpenSSH server [ OK ]
* Stopping OpenSSH server [ OK ]
* Starting OpenSSH server [ OK ]
* Starting Mount network filesystems [ OK ]
* Stopping Mount network filesystems [ OK ]
* Stopping Failsafe Boot Delay [ OK ]
* Stopping configure virtual network devices [ OK ]
* Starting System V initialisation compatibility [ OK ]
* Starting vsftpd daemon [ OK ]
* Starting NetBIOS name server [ OK ]
* Starting Mount network filesystems [ OK ]
* Stopping Mount network filesystems [ OK ]
* Starting configure network device [ OK ]
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
* Starting AppArmor profiles [ OK ]
* Setting sensors limits [ OK ]
* Stopping System V initialisation compatibility [ OK ]
* Starting System V runlevel compatibility [ OK ]
* Starting ACPI daemon [ OK ]
* Starting save kernel messages [ OK ]
* Starting regular background program processing daemon [ OK ]
* Starting deferred execution scheduler [ OK ]
* Starting automatic crash report generation [ OK ]
* Starting dovecot - pop3/imap mail server [ OK ]
* Stopping save kernel messages [ OK ]
* Starting CPU interrupts balancing daemon [ OK ]
* Starting domain name service... bind9 [ OK ]
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20dovecot start
initctl: Unknown job: S20dovecot
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start S20dovecot
* Starting crash report submission daemon [ OK ]
* Starting MySQL Server