I have a server running Ubuntu 14.04, with one hard disk partitioned like:
sda sda1 -> / sda2 -> /var sda3 -> (swap) sda4 -> /home Whenever I boot, I get the message The disk drive for /var is not ready yet or not present. Press S to skip, Continue to wait or M to fix manually. I get this message thrice for the mountpoints /tmp and /home as well. The big problem is that, I actually can't even press a key when it asks me to enter a key. It just goes ahead with the boot process anyways and then gets stuck at the following step:
Starting system logging daemon Which I am assuming is because I am guessing the system logging daemon is trying to get a lock on /var/log/messages, but can't because /var isn't mounted. The problem is I can't check anything because I don't have any access to so much as a command line. I however, can get into a root prompt from the recovery mode. Which logs should I be checking for for further information and how should I basically go ahead with this?
not ready yetmessage doesn't necessarily indicate a problem. And thatStarting system logging daemonis the last message you see doesn't necessarily mean there is a problem with the logging daemon. It might be the next thing it is doing after that, which fails. Can you mount all the file systems from recovery mode? For example trymount -ain the root shell. If that succeeds typels -lart /var/lognext.