reynhout / chrx

Chromebook Unix
419 stars 56 forks source link

Fedora opens at terminal after boot. #56

Closed limegorilla closed 6 years ago

limegorilla commented 6 years ago

Right, I install fedora, like this: ##standard command## -d fedora -e kde And it takes a small while, and appears to install correctly. BUT, when I boot, it opens up at a bash command line. Any ideas? I know I can install the KDE environment via command line, but I have NO idea on how to connect to WiFi through terminal.

reynhout commented 6 years ago

I just merged a PR from @jedigo that might be related to this issue. I'm not 100% certain, but hopefully he can clarify for us.

PR: https://github.com/reynhout/chrx/pull/55/commits/11d55473403120bb12cb4d095468c315a6e92524

jeff-goddard commented 6 years ago

Yes, that was the issue the pr should fix.

In the meantime, you can fix an already installed desktop environment by enabling and starting the display manager.

The display manager depends on the desktop that was installed; for KDE it is sddm, for gnome it is gdm, for most others it is lightdm.

So, for KDE this should fix the issue, after logging in at terminal:

sudo systemctl enable sddm sudo systemctl start sddm

I am on mobile right now, so hopefully these are the correct commands; if not I'll correct it later today.

reynhout commented 6 years ago

@jedigo Thank you!

@limegorilla Please let us know if this sorts it out for you.

limegorilla commented 6 years ago

@jedigo @reynhout I'm just re-installing now, and will get back in a moment....

limegorilla commented 6 years ago

Just gotten this: [MIRROR] bash-4.4.12-13.fc27.x86_64.rpm: Curl error (28): Timeout was reached for http://mirror.uv.es/mirror/fedora/linux/updates/27/x86_64/Packages/b/bash-4.4.12-13.fc27.x86_64.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds] The installation is still continuing, but do I need to install that myself? Do I need to re-run the installer? Can I just update it, rather than restart it?

limegorilla commented 6 years ago

Ok - It worked! The commands you provided @jedigo worked fine.