3

I've installed Ubuntu 13.10 on my MacBook Pro 7, 1 and have run into difficulties. On my first reboot of this freshly installed system, I cannot log in to the default graphical session. After I log in from the login screen, I am briefly presented with the following error message:

"Failed to load session "ubuntu"

Then, I am returned to the login screen.

When I look at /var/log/syslog, I see an awful lot of what appear to be nouveau-related errors.

How should I proceed?! Thanks for any help!

d3pd
  • 3,791

1 Answers1

3

I had a problem because I also had cinnamon installed on my system. I could login after removing cinnamon by running the following

sudo apt-get remove --purge cinnamon*

and then

sudo apt-get autoremove

Logout, and then login toNow it all works fine in default session.

asgerbj
  • 569