25

Nothing like booting up your PC and getting greeted by this

Comments
  • 7
    Good news everyone! Looks like I've purged my ethernet-driver too!

    (maybe running 'sudo apt-get purge kde*' to uninstall KDE ain't the brightest idea)
  • 5
    add this with your network settings and it should run
    /etc/network/interfaces:
    auto NETWORKDEVICE
    iface inet NETWORKDEVICE
    address x.x.x.x
    gateway x.x.x.x
    netmask 24

    /etc/resolv.conf:
    nameserver 1.1.1.1
  • 2
    Wasnt really meant as a support post but more of a 'well, I fucked up'-post. Thanks nevertheless!

    However, my networking service seems to have a problem with restarting. I'll take a look tomorrow. It's way too late already anyway
  • 6
    I set my init to bash, so this is what I always see 😊
  • 1
    @stop ++ for using CloudFlare's DNS
  • 0
    I had some red in it for months (something about not being able to load plymouth), but never gave a fuck as everythig worked as intended
  • 1
    @sak96 I am a developer but when I see this screen I'm just like: Well... *plugs in USB stick with Ubuntu* guess it's time for reinstall...
    I just hate messing with grub, every time I try to fix it I just fuck it up more
Add Comment