Hi,
I'm trying just to update linux when I run into a fatal error. When I try the command
$sudo aot-get update
there are no problems. However, when I try
$sudo apt-get upgrade
it runs for some time before giving me the following error:
FATAL: Could not load /lib/modules/3.2.0-1412-omap4/modules.dep: No such file or directory
It repeats this a hundred times or so, and in the middle of that it gives the following warning just once:
cryptsetup: WARNING: could not determine root device from /etc/fstab
When I go looking for the directory that causes the fatal error, I find that within /lib/modules there is the 3.3.0-xillinux-1.0+ directory. How do I configure this so I can update at the appropriate directory? Also what sorts of problems might this fatal error cause in the future? Thank you all in advance.