Solus booting to black empty screen
At least (in my opinion), Solus is easier to reinstall than Windows (because no one wants to just run Windows, you have to install programs, right?)
I had and still have the same issue of booting to black screen But if I just wait for about a minute or so it suddenly starts the login screen and then all is normal.
I seem to remember some bug (taking forever to start the desktop) recently over at manjaro that was tracked down to grub I think.
I've had this before after crashes. It fakes you out, you wait, and boom it loads. I'm not sure how it worked itself out it was so long ago. But it worked itself out. Glad you have your system back.
Brent, sounds like you're describing an fsck (which happens after non-graceful shutdowns).
dbarron Possible, but go up to original post, I've had that boot sequence when update crashed (or I crashed it). Over 2 years ago though. Back then I had plymouth installed and it did go into fsck as I watched. I didn't understand the gibberish then. Poster softronaut did not mention a crash. I made the connection anyways. I think the reason I post 50% of my responses is been there/done that but it wasn't the Official Partly Line that got me out of a lot of trouble, it was that guy or girl with a left field suggestion that worked alongside with dev advice. The "this seems pointless but I'll try suggestion." I try really hard to fill that pointless role as others have done for me!::
hah Been there..and lots of those oddball ideas worked (in some cases, no idea why/how).
- Edited
Booting up after an update I encountered the BLACK SCREEN with a BLINKING WHITE CURSOR (terminal like) in the upper left corner of the screen.
I troubleshooted this way:
I ruled out common things with the Help Center Guide.
I didn't find broken packages, but incomplete ones and they were relative to wifi and graphic drivers (I used the software center to update the system before rebooting --> after that reboot: black screen crap; maybe it's better updating by terminal).
ctrl + alt + f2 --> pass to TTY console;
log in with your normal account credentials;
sudo eopkg check | grep Incomplete
In this case "Incomplete" was different in my language.
sudo eopkg it --reinstall package1 package2 package3
(package1 pack2 pack3 are the names of incomplete ones)
reboot
This worked for me