Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Lubuntu 13.04 boots to black screen and blinking cursor

  1. #1
    Join Date
    Mar 2011
    Beans
    14

    Lubuntu 13.04 boots to black screen and blinking cursor

    Hello. I'm looking for some help with a problem I recently encountered using Lubuntu 13.04.

    I installed it fresh and set it up as a file server and all was well for a couple weeks. But now when booting up, I just get the Lubuntu loading screen and then a black screen with a blinking cursor. If I type <alt> + F4, I get a prompt allowing me to login. Login still works and the samba shares show up on other devices on my network but I can't figure out how to get my desktop back.

    Steps I took after installing from CD:

    Installed and configured samba.
    Configured samba to see NTFS shares.
    Configured remote desktop access (can't remember the app I used to do this).
    Everything was working well until one day I fired it up and got the blinking cursor.

    Can anyone help?

    Edit: After searching the forums, I tried this:

    sudo service lightdm start

    And after a few seconds the desktop appeared. Now to try rebooting to see if it boots to blinking cursor again. Anyone know how I can tell why it's booting to the bliking cursor by default?

    2nd Edit: This appears to have fixed my problem completely. Only question now is what happened to cause this?
    Last edited by woodensoul; June 28th, 2013 at 04:45 AM.

  2. #2
    Join Date
    Mar 2011
    Beans
    14

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    The system booted normally for a while but now it's back to the blinking cursor. When I try to start lightdm I get "start: job failed to start." Please help.
    Last edited by woodensoul; July 2nd, 2013 at 02:41 PM.

  3. #3
    Join Date
    Jul 2013
    Beans
    10

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    Quote Originally Posted by woodensoul View Post
    The system booted normally for a while but now it's back to the blinking cursor. When I try to start lightdm I get "start: job failed to start." Please help.
    I have somthing very similar to your situation. (My post here) I tried "sudo service lightdm start" (and "restart") but it said it was already running!

  4. #4
    Join Date
    Mar 2011
    Beans
    14

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    Valiid:
    Thanks for the link to your thread. Unfortunately nothing works at this point. I have tried multiple versions of ubuntu on multiple machines and every time, without fail, I end up trashing it or reinstalling because of a massive failure. I really want to like this OS but the (apparent) unreliable nature of ubuntu is making it useless for me.
    Last edited by woodensoul; July 3rd, 2013 at 12:46 PM.

  5. #5
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    Have you tried the 'nomodeset' option in your GRUB linux boot line? It would look something like:
    Code:
    /boot/vmlinuz-3.8.0-25-generic root=UUID=f71dd1ba-bbe0-402c-ab0f quiet splash nomodeset
    Make sure you add it at the end of the line when you edit it at the GRUB menu.

  6. #6
    Join Date
    Mar 2011
    Beans
    14

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    Thanks for the suggestion. Can you tell me how to edit the grub config file? (I'm off to search how to do this from the command line.)

  7. #7
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    First, to try out the edit, simply hit the e key when you are at the GRUB menu at the proper entry, then edit the line with vmlinuz close to the beginning, adding nomodeset at the end. If this works, you need to edit the /etc/default/grub (as root) to add to the end of the line as follows:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
    The original top of the file looks like this:
    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    #   info -f grub -n 'Simple configuration'
    
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
    
    # Uncomment to enable BadRAM filtering, modify to suit your needs

  8. #8
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    I forgot to mention at the end of the last post that this change would make it (semi)permanent (until you changed it again) as soon as you do an sudo update-grub in a terminal, and would be included in your GRUB menu from that point forward.

  9. #9
    Join Date
    Mar 2011
    Beans
    14

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    Thanks again for the additional help. I was reading about the nomodeset. This fix is meant to address a problem with display drivers, yes? I'm not sure that is my issue as I was able to use Lubuntu for a few weeks before this problem surfaced. But I'm willing to give it a shot...

    Is it possible to edit the grub config file once logged in? I don't see the grub menu when booting because Lubuntu is the only OS currently installed.
    Last edited by woodensoul; July 4th, 2013 at 03:37 AM.

  10. #10
    Join Date
    Jan 2008
    Location
    Nappanee, IN
    Beans
    602
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Lubuntu 13.04 boots to black screen and blinking cursor

    Editing /etc/default/grub would change for the next boot, but would not help you if your display driver is badly mismatched enough that you need nomodeset to avoid the black screen with a blinking cursor.

    You can always force the GRUB screen by pressing the <esc> key when Lubuntu first starts after the BIOS/EFI checks.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •