0

This question is similar to the question posted here.

The solution described above isn't working in my case because my system is failing to boot on all the kernel versions available in my grub menu. So how can i resolve this error to boot to Ubuntu 14.04 L.T.S?

For details of the error please look at this screen shot

1 Answers1

0

The error messages seem to indicate that this is a missing-file problem, not a sysvinit runlevel problem. Reinstall the missing files using apt.

Since, in your case, you are missing AppArmor files and you are using 14.04:

sudo apt-get install --reinstall apparmor
user535733
  • 68,493