Results 1 to 5 of 5

Thread: Everytime I boot computer I need to use recovery mode

  1. #1
    Join Date
    Feb 2019
    Beans
    2

    Question Everytime I boot computer I need to use recovery mode

    Hello, this' not my first time in Ubuntu, it's a comeback, everything I wanted to make work in Ubuntu is working, my favorite game, my favorite android emulator, my favorite streaming client, but something's amiss, every time I boot the computer I need to use the recovery mode and click on resume, if I try to boot it normal this happens:

    https://photos.app.goo.gl/Y553riMVejA2jGAu9

    Then the screen turns black and monitor goes to sleep mode. Any ideas?

    Thank you very much!

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Everytime I boot computer I need to use recovery mode

    Check the log files for errors and warnings.
    I can't see any google stuff for some reason. Sorry.

  3. #3
    Join Date
    Feb 2019
    Beans
    2

    Re: Everytime I boot computer I need to use recovery mode

    Quote Originally Posted by TheFu View Post
    Check the log files for errors and warnings.
    I can't see any google stuff for some reason. Sorry.
    It's not my first time in Ubuntu but I've never been an experienced user.

    How could I check those logs?

    I'll upload the google photos video on YouTube asap.

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Everytime I boot computer I need to use recovery mode

    What video card/chip?

    Often from installing nVidia driver from nVidia, not from Ubuntu repository. You have to reinstall into every new kernel if you install directly from nVidia with .run file.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: Everytime I boot computer I need to use recovery mode

    Quote Originally Posted by oldfred View Post
    What video card/chip?

    Often from installing nVidia driver from nVidia, not from Ubuntu repository. You have to reinstall into every new kernel if you install directly from nVidia with .run file.
    That won't happen if you do this first:
    Code:
    sudo apt install dkms
    . DKMS, Dynamic Kernel Module Support, will link a new kernel to the nVidia driver.

    The best way to install nVidia drivers is this:
    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt update
    sudo apt install nvidia-410
    Reboot, and you're all set.

    This does assume that you have an nVidia card or chip.

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

Tags for this Thread

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
  •