<style type="text/css">
    /* Add Social Bookmars Plugin By Aditya Subawa @ www.adityawebs.com */
    ul.aditya-social { list-style:none; margin:15px auto;display:inline-block; }
    ul.aditya-social li { display:inline; float:left; background-repeat:no-repeat; }
    ul.aditya-social li a { display:block; width:48px; height:48px; padding-right:10px; position:relative; text-decoration:none; }
    ul.aditya-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
    ul.aditya-social li.aditya-facebook { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/facebook.png"); }
    ul.aditya-social li.aditya-twitter { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/twitter.png"); }
    ul.aditya-social li.aditya-stumbleupon { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/stumbleupon.png"); }
    ul.aditya-social li.aditya-digg { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/digg.png"); }
    ul.aditya-social li.aditya-delicious { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/delicious.png"); }
    ul.aditya-social li.aditya-yahoo { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/yahoo.png"); }
    ul.aditya-social li.aditya-reddit { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/reddit.png"); }
    ul.aditya-social li.aditya-technorati { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/technorati.png"); }
    #aditya-cssanime:hover li { opacity:0.2; }
    #aditya-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
    #aditya-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
    #aditya-cssanime li:hover { opacity:1; }
    #aditya-cssanime li:hover a strong { opacity:1; top:-10px; }
    /* Add Social Bookmarks Plugins By Aditya Subawa @ www.adityawebs.com */
    </style>

{"id":2148,"date":"2015-07-30T13:48:44","date_gmt":"2015-07-30T13:48:44","guid":{"rendered":"http:\/\/johncanning.net\/wp\/?p=2148"},"modified":"2015-07-30T13:50:53","modified_gmt":"2015-07-30T13:50:53","slug":"linux-mint-17-2-booting-problem-seemingly-solved-by-installing-gdm","status":"publish","type":"post","link":"http:\/\/johncanning.net\/wp\/?p=2148","title":{"rendered":"Linux Mint 17.2 booting problem seemingly solved by installing gdm."},"content":{"rendered":"<p>\n\tI installed R and R-studio onto my <a href=\"http:\/\/www.linuxmint.com\/\">Linux Mint 17.2<\/a> installation last night &ndash; I have no idea if this related to my present problem. All seemed to go fine with the installation of the packages, but when I turned the computer on this morning it would not boot up. Stubborn as I am I have sought a solution high and low. Whenever I turned on the computer the boot-up sequence would freeze at the Mint logo.\n<\/p>\n<p>\n\tI initially thought I had some sort of <a href=\"http:\/\/forums.linuxmint.com\/viewtopic.php?f=46&amp;t=122257\">graphics driver problem <\/a>but the solutions mentioned did not work for me. I inadvertently found a solution on an <a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=2231856\">Ubuntu forum <\/a>(Mint is actually a fork of Ubuntu), by installing gdm (Gnome desktop manager) on Mint.\n<\/p>\n<p>\n\tWhile the computer was booting I got into the command line. Exact procedures for reaching the command line on boot-up may vary by in my case.\n<\/p>\n<p>\n\t1. Pressed Esc repeatedly on start up<br \/>\n\t2. Selected Mint recovery mode.<br \/>\n\t3. Selected reboot to get into the command line:<br \/>\n\t4. Hold down CTRL+F1\n<\/p>\n<p>\n\tProbably a good idea to make sure everything is up to date\n<\/p>\n<pre>\r\n\tsudo apt-get update\r\n\tsudo apt-get upgrade\r\n<\/pre>\n<p>\n\t&nbsp;\n<\/p>\n<p>\n\tTo install and configure Gnome Desktop: In the terminal type<\/p>\n<pre>\r\n\tsudo agt-get install gdm\r\n\tsudo dpkg-reconfigure gdm\r\n<\/pre>\n<p>\n\tThen reboot\n<\/p>\n<p>\n\tE.g.\n<\/p>\n<pre>\r\nsudo reboot\r\n<\/pre>\n<p>\n\tThe Computer then booted up the Gnome rather than the Mint desktop. You should see a list of the users for the Mint installation.\n<\/p>\n<p>\n\tIf you login with the default the desktop appears for a micro-second then goes back to the login screen. Instead you need to click the settings icon (it looks like a cog) and select &#39;Mate&#39;. (I&#39;m using Mate rather than Cinnamon).\n<\/p>\n<p>\n\tGo make to the command terminal to install mdm (Mate Desktop Manager).\n<\/p>\n<p>\n\tProbably a good idea to make sure everything is up to date\n<\/p>\n<pre>\r\nsudo apt-get update\r\nsudo apt-get upgrade\r\n<\/pre>\n<p>To install mdm\n<\/p>\n<pre>\r\n\t\r\nsudo agt-get install mdm\r\nsudo dpkg-reconfigure mdm\r\n<\/pre>\n<p>\n\tAt this point mdm was installed and there was no complaint from the computer that it was not installed.<br \/>\n\tI&#39;m starting to suspect that mdm got installed for some reason I don&#39;t understand. (If this is the case I suspect I could have installed and configure mdm directly in the boot-up command line stage without having to install gdm!)\n<\/p>\n<p>\n\tAt this point a message comes up to say that you cannot have two desktop managers. Selected the mdm rather than gdm.\n<\/p>\n<p>\n\tI&#39;ve rebooted a few times and everything seems fine (so far). Disclaimer: I&#39;m not a Linux expert and my job is not in software or IT! don&#39;t know why it worked or if it will continue to work.\n<\/p>\n<p>\n\tJust thought I&#39;d share it here anyway.<\/p>\n\n\n<ul class=\"aditya-social\" id=\"aditya-cssanime\">\n<li class=\"aditya-twitter\"><a href=\"http:\/\/twitter.com\/share?url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148&amp;url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148\" target=\"_blank\" rel=\"nofollow\" title=\"Twitter\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/twitter.png\" alt=\"Twitter\" title=\"Twitter\" \/><\/a><\/li>\n<li class=\"aditya-delicious\"><a href=\"http:\/\/del.icio.us\/post?url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148&amp;title=Linux+Mint+17.2+booting+problem+seemingly+solved+by+installing+gdm.\" target=\"_blank\" rel=\"nofollow\" title=\"del.icio.us\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/delicious.png\" alt=\"del.icio.us\" title=\"del.icio.us\" \/><\/a><\/li>\n<li class=\"aditya-digg\"><a href=\"http:\/\/digg.com\/submit?phase=2&amp;url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148&amp;title=Linux+Mint+17.2+booting+problem+seemingly+solved+by+installing+gdm.\" target=\"_blank\" rel=\"nofollow\" title=\"Digg\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/digg.png\" alt=\"Digg\" title=\"Digg\" \/><\/a><\/li>\n<li class=\"aditya-facebook\"><a href=\"http:\/\/facebook.com\/sharer.php?u=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148&amp;t=Linux+Mint+17.2+booting+problem+seemingly+solved+by+installing+gdm.\" target=\"_blank\" rel=\"nofollow\" title=\"Facebook\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/facebook.png\" alt=\"Facebook\" title=\"Facebook\" \/><\/a><\/li>\n<li class=\"aditya-technorati\"><a href=\"http:\/\/technorati.com\/faves?add=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148\" target=\"_blank\" rel=\"nofollow\" title=\"Technorati\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/technorati.png\" alt=\"Technorati\" title=\"Technorati\" \/><\/a><\/li>\n<li class=\"aditya-reddit\"><a href=\"http:\/\/reddit.com\/submit?url=Linux+Mint+17.2+booting+problem+seemingly+solved+by+installing+gdm.&amp;u=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148\" target=\"_blank\" rel=\"nofollow\" title=\"Reddit\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/reddit.png\" alt=\"Reddit\" title=\"Reddit\" \/><\/a><\/li>\n<li class=\"aditya-yahoo\"><a href=\"http:\/\/buzz.yahoo.com\/submit?submitUrl=Linux+Mint+17.2+booting+problem+seemingly+solved+by+installing+gdm.&amp;u=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148\" target=\"_blank\" rel=\"nofollow\" title=\"Yahoo Buzz\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/yahoo.png\" alt=\"Yahoo Buzz\" title=\"Yahoo Buzz\" \/><\/a><\/li>\n<li class=\"aditya-stumbleupon\"><a href=\"http:\/\/stumbleupon.com\/submit?url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2148&amp;title=Linux+Mint+17.2+booting+problem+seemingly+solved+by+installing+gdm.&amp;newcomment=Linux+Mint+17.2+booting+problem+seemingly+solved+by+installing+gdm.\" target=\"_blank\" rel=\"nofollow\" title=\"StumbleUpon\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/stumbleupon.png\" alt=\"StumbleUpon\" title=\"StumbleUpon\" \/><\/a><\/li>\n<\/ul>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>I installed R and R-studio onto my Linux Mint 17.2 installation last night &ndash; I have no idea if this related to my present problem. All seemed to go fine with the installation of the packages, but when I turned the computer on this morning it would not boot up. Stubborn as I am I &hellip; <a href=\"http:\/\/johncanning.net\/wp\/?p=2148\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Linux Mint 17.2 booting problem seemingly solved by installing gdm.<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[180,199,198],"tags":[],"class_list":["post-2148","post","type-post","status-publish","format-standard","hentry","category-linux","category-mate-desktop","category-mint"],"_links":{"self":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2148"}],"version-history":[{"count":7,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2148\/revisions"}],"predecessor-version":[{"id":2155,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2148\/revisions\/2155"}],"wp:attachment":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2148"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2148"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}