<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 04/04/2015 09:50 PM, Bruce Marshall
      wrote:<br>
    </div>
    <blockquote cite="mid:552094F9.9030604@bmarsh.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 04/04/2015 09:23 PM, Richard
        Barmann wrote:<br>
      </div>
      <blockquote cite="mid:55208E7E.2050501@att.net" type="cite">
        <blockquote cite="mid:55207598.2090801@bmarsh.com" type="cite"><br>
          Yes I get the Grub screen. I have to pick Version 14..10 to
          read your Emails and then boot up again to get to Version
          15.04 to try the fixes. I think I can get a Comand Line in
          Grub plus several other choices. I really appreciate the time
          all of you are puting in to help me solve this. I was just
          used to calling my friend, Robbie, and he would tell me what
          to do or how to get the Info needed to solve it. After he died
          I found I did not know that much about Linux because he was
          always there<br>
        </blockquote>
      </blockquote>
      <br>
      Ok, try this.  I haven't had time to research it all, but it will
      be temporary and won't hurt anything if it doesn't work.<br>
      <br>
      1)  Boot to the grub screen<br>
      <br>
      2) Press 'e'       (for edit)<br>
      <br>
      3) You will see a 'boot sequence'  and near the bottom  (about the
      2nd line from the bottom) you will see a 'linux' line that has
      your kernel mentioned.<br>
      <br>
      My linux line looks like:<br>
      <title>Konsole output</title>
      <div> <span style="font-family:monospace"><span
            style="color:#000000;background-color:#ffffff;">linux
              /vmlinuz-3.19.0-12-generic
            root=UUID=8ac4a47b-5ba7-4dac-b259-5e4c87045518 ro  vga=795</span><br>
        </span></div>
      <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <br>
      We're only concerned with the end part:   yours will probably 
      have  ro  quiet splash<br>
      <br>
      replace the 'quiet splash'  with  the vga=795     <br>
      <br>
      If you know more about your screen resolution, you might use the
      appropriate value from the chart below.<br>
      <br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <p style="color: rgb(51, 51, 51); font-family: 'Lucida Grande',
        Verdana, Arial, sans-serif; font-size: 12px; font-style: normal;
        font-variant: normal; font-weight: normal; letter-spacing:
        normal; line-height: 19.2000007629395px; orphans: auto;
        text-align: left; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 1; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
        255);"><strong>VGA Resolution and Color Depth reference Chart:</strong></p>
      <table style="color: rgb(51, 51, 51); font-family: 'Lucida
        Grande', Verdana, Arial, sans-serif; font-size: 12px;
        font-style: normal; font-variant: normal; font-weight: normal;
        letter-spacing: normal; line-height: 19.2000007629395px;
        orphans: auto; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 1;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(255, 255, 255);" border="1"
        cellspacing="0">
        <tbody>
          <tr>
            <td><strong><font size="2">Depth</font></strong></td>
            <td><strong><font size="2">800×600</font></strong></td>
            <td><strong><font size="2">1024×768</font></strong></td>
            <td><strong><font size="2">1152×864</font></strong></td>
            <td><strong><font size="2">1280×1024</font></strong></td>
            <td><strong><font size="2">1600×1200</font></strong></td>
          </tr>
          <tr>
            <td align="center"><font size="2">8 bit</font></td>
            <td align="center"><font size="2">vga=771</font></td>
            <td align="center"><font size="2">vga=773</font></td>
            <td align="center"><font size="2">vga=353</font></td>
            <td align="center"><font size="2">vga=775</font></td>
            <td align="center"><font size="2">vga=796</font></td>
          </tr>
          <tr>
            <td align="center"><font size="2">16 bit</font></td>
            <td align="center"><font size="2">vga=788</font></td>
            <td align="center"><font size="2">vga=791</font></td>
            <td align="center"><font size="2">vga=355</font></td>
            <td align="center"><font size="2">vga=794</font></td>
            <td align="center"><font size="2">vga=798</font></td>
          </tr>
          <tr>
            <td align="center"><font size="2">24 bit</font></td>
            <td align="center"><font size="2">vga=789</font></td>
            <td align="center"><font size="2">vga=792</font></td>
            <td align="center"> </td>
            <td align="center"><font size="2">vga=795</font></td>
            <td align="center"><font size="2">vga=799</font></td>
          </tr>
        </tbody>
      </table>
      <div class="utwrelatedposts" style="margin: 0px 0px 10px; color:
        rgb(51, 51, 51); font-family: 'Lucida Grande', Verdana, Arial,
        sans-serif; font-size: 12px; font-style: normal; font-variant:
        normal; font-weight: normal; letter-spacing: normal;
        line-height: 19.2000007629395px; orphans: auto; text-align:
        left; text-indent: 0px; text-transform: none; white-space:
        normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width:
        0px; background-color: rgb(255, 255, 255);"><br
          class="Apple-interchange-newline">
      </div>
      4) After the changes, press F10 to boot.<br>
      <br>
      <br>
      Hope it does better for you.<br>
      <br>
      <br>
      You might also try    vga=normal   but I am not sure that is used
      anymore.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    I did the above two times but it did not save it. When I go back in
    it is back on quiet splash<br>
    <br>
    This error showed up when I opened Thunderbird this time. Is it
    related and how to save the change in grub.<br>
    ------------------<br>
    <meta name="qrichtext" content="1">
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment-->Error
      launching /usr/share/applications/thunderbird.desktop. Either
      KLauncher is not running anymore, or it failed to start the
      application.<br>
      -----------------<br>
      Dick Barmann<br>
      <!--EndFragment--></p>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
  </body>
</html>