Ah hah! I have managed to reproduce this on a relatively-fresh Lucid install now!
The key part of this was that there was a typo in the fstab, however this locks up the entire boot process, and didn't under Karmic. To reproduce: * Install ubuntu 10.04 desktop amd64 (at least in my case, although i suspect this applies to all). * aptitude install libvirt-bin postfix postgresql apache2 (Unsure if all those are required, or just the first) * cd /mnt * rmdir cgroup cgroups * mkdir cgroups * vim /etc/fstab and add a line: cgroup /mnt/cgroup cgroup defaults 0 0 * Save and exit the file, then reboot. Note that we created /mnt/cgroups as a directory, but then used /mnt/cgroup (without the 's') in fstab. This combination kills mountall.. somehow. -- cgroup in fstab prevents boot after upgrade to Lucid https://bugs.launchpad.net/bugs/574388 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
