Ubuntu 14.04 boot hangs at "EXT4-fs: mounted filesystem without journal"

I have just made a new Ubuntu 14.04 installation on a new SSD Drive for my server. Previously I had a Ubuntu 12.04 installation that worked fine, but I have now changed harddrive to an SSD. The installation process completes without any problem. I do a manual partitioning with one boot partition (100Mb), one swap (2Gb) and the rest (ca. 60 Gb) for root partition.

When the system then boots it goes normal for some time and then stops at the point showed i picture:

(EXT4-fs (sdg1): mounted filesystem without journal. Opts: (null)).

Ubuntu 14.04 - Boot log

What can I do to fix it? What is wrong? Why does it not boot?

2

1 Answer

Had the same problem. What I found was the server was actually coming up. I could ssh to it and found the issue is caused by the graphic Nvidia card.

I did:

sudo apt-get install nvidia-current-updates-dev

And this did it. You might give it a try.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like