Results 1 to 4 of 4

Thread: Hosed my install, won't boot to login in console,but I can SSH in (boot.log provided)

  1. #1
    Join Date
    Oct 2007
    Beans
    12

    Question Hosed my install, won't boot to login in console,but I can SSH in (boot.log provided)

    Hey everyone, i've been a silly boy.

    Background: I installed Ubuntu 20.04 beta, with the intent on just playing around a bit on an old laptop, but I got "carried away" with a project.

    Here's the timeline:
    1. I installed the server components using tasksel
    2. Installed docker and docker-compose and have hass.io and some other containers all working great
    3. At this point I thought I should lose the GUI on boot, so run systemctl set-default multi-user.target. Boots to console. So far so good.
    4. Turns out Ubuntu doesn't have anything to blank the console or powersave anymore, probably since the move to systemd?
    5. This is where things probably take a turn for the worse this askubuntu is what I did, which is create a service using setterm --blank 30 --powerdown 2, that actually seemed to work because once i enabled it, started it and checked status it seemed good *and* the screen was powering off in the console like i hoped.
    6. The next restart thing get worse, essentially it hangs at the boot splash, or if i press f1 on boot, at a blank screen. Like the login for console can't be involked due to something holding everything up. No keyboard inputs work.


    Good news howeve: the laptop actually boots fine, all other services, includingimportant ones and less so like docker and hass.io run, SSH runs, and I can SSH in like its 1999. So it's not all lost yet! But I'd quite like some help in fixing my lack of login prompt on boot.

    So far I've tried stopping and disabling the service I created in the hope that would undo the boot problem, but alas that would have been too simple.

    I SSH'ed in and took the last boot log here: https://paste.ee/p/oiDxG

    But i'm way out my depth, and in the spirit of 'keeping digging', i'd prefer to have a go at fixing this and hopefully learn something along the way.


    Worst case is a nuke it and start a fresh, with the final release server edition instead and not fanny about in the future!

  2. #2
    Join Date
    Apr 2014
    Location
    Tucson AZ, USA
    Beans
    1,057
    Distro
    Ubuntu

    Re: Hosed my install, won't boot to login in console,but I can SSH in (boot.log provi

    https://askubuntu.com/questions/7883...vel-on-systemd

    Code:
    sudo systemctl set-default graphical.target
    This would be my first place to start.

    *edit* could save trouble by just installing the server version from the start. then you wouldn't have to mess with this stuff. i'd also suggest getting virtual box and doing everything inside of that first. saves headaches on bare metal screw ups. snapshot is a wonderful thing.
    Last edited by Tadaen_Sylvermane; April 20th, 2020 at 05:43 AM.

  3. #3
    Join Date
    Oct 2007
    Beans
    12

    Re: Hosed my install, won't boot to login in console,but I can SSH in (boot.log provi

    The edit is a fair assesment. I wasn't planning on experimenting, but one thing lead to another....

    I'll backup my dockers i've made and just put a fresh install of the final server LTS release, and stop messing around when I don't know what I'm doing =/

  4. #4
    Join Date
    Apr 2014
    Location
    Tucson AZ, USA
    Beans
    1,057
    Distro
    Ubuntu

    Re: Hosed my install, won't boot to login in console,but I can SSH in (boot.log provi

    I still consider myself a freshman so to speak in Linux. But most everything I've managed to learn involved both Virtualbox, and forums like this. Saved many a headache.
    Last edited by Tadaen_Sylvermane; April 20th, 2020 at 03:26 PM.

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
  •