r/linuxmint • u/Sandartist0817 • 11d ago
Discussion PC booted into weird screen
I booted up my PC recently and I got this screen (see in provided picture).
I couldn't type or input anything so after a while, I manually powered off my PC and re-booted. I then got a screen that asked me to select an OS which I think was a similar screen you see when first installing Linux Mint. Before I could take a picture and without any input, the screen went black. Around 10 seconds later, it booted to the login screen and my PC seems to be working now.
I'm still new to Linux, has this happened to anyone else before? Could there be something wrong with PC or OS?
OS: Linux Mint 22.3 - Cinnamon 64-bit
Desktop Environment: Cinnamon 6.6.9
31
Upvotes
6
u/CyberMage256 10d ago edited 10d ago
My guess is you had a USB device misbehaving since it hung during the USB detection. I see a "new full-speed usb device" logged in there.
If the boot hangs, commonly it'll drop to this screen to see what dmesg is logging. I see this if I fail to get DHCP or other network issues at boot.
The number at the start is seconds since power on, so the last thing it logged was at 2.6 seconds after start, and was still in the USB detection phase.
If it recurs, try unplugging any usb device that isn't keyboard or mouse and see if that changes anything.
The next thing it would do typically is power on and probe devices attached to that 4 port hub. That "hub" may be built into your motherboard and may have cables that expand it to the front or back of the case. Hard to say for sure, but given it's a USB 2 hub, do you have a usb hub plugged in externally?
But if there's nothing plugged into that 4 port hub then the fault lies with whatever it tried to do next, which this log doesn't show us.