Hello! I’ve been running a dualboot setup on my machine for the past week with Fedora 42 installed on my main NVME drive, and a Windows 10 LTSC installation living on a SATA SSD drive. The Fedora installation was done using all the defaults, and the Windows installation is NTFS.
I’ve configured the BIOS to have Secure Boot disabled, and to default boot into the Fedora Linux drive.
It was working fine for a few days, but last night I booted into the Windows 10 installation to do some work, and then shut down. This morning, I tried to let the PC boot up into Fedora Linux as it does normally, and I see the following:
Fedora Linux spinner pops up along with motherboard manufacter logo
Screen goes black for 2 seconds
Fedora Linux spinner pops up again for a few seconds
Screen goes black (note the monitor is on and is receiving signal, but I see nothing on the screen)
It seems stuck on this stage, so I hit the power button afterwards:
I see the Fedora Linux spinner again for a couple briefs seconds before the machine shuts down
I can replicate this without fail. Note that I did not do any system updates to my Fedora Linux installation between the day I did the initial installation and now.
EDIT: To add, I’m able to boot into Windows 10 fine.
I was able to boot into a Fedora Linux 42 Live USB and that is how I am typing this forum post now and providing the screenshots below. Hoping I can get some help diagnosing, fixing my problem, and potentially preventing this from happening again in the future.
Below is some potentially relevant information:
Motherboard: ASRock B660M Pro RS
GPU: AMD Radeon RX 9060 XT
CPU: Intel Core i5-12400F
Monitor: MSI 1440p connected to GPU with DisplayPort
When I see the spinner and hit ESC, I do see some bootup messages – unfortunately it is way too fast for me to read. I was able to snap a photo, but I don’t see anything alarming:
Not sure if it matters, but I switched to using an HDMI cable instead of a DisplayPort which didn’t help. Although now it seems things are “slow” enough that I can see GRUB and the GRUB command line if I need to access it:
To follow up from my last response, I logged in after hitting Ctrl-Alt-F3 and ran journalctl -xe to see some logs. I’m pasting here what I think looked revelant (sorry I’m a Linux noob).
I think what looks most relevant is the mention of kwin_wayland crashing and dumping the core.
In addition, I also saw some non-red-text logs saying kernel: block nvme0n1: No UUID available providing old NGUID. I’m only mentioning because that sounds like it is my main drive.
Can you post the output of inxi -Fzxx so we can know what you hardware is?
If you have a 2nd computer you can use ssh’s scp to copy the file from the failing system so you do not have to use photos.
Unfortunately, it looks like my system does not have inxi installed and looks like my WiFi adapter is not working because it is not able to reach the network.
The modem is in another room, but now remembered I have a powerline adapter I can try to get a wired connection. I’ll give it a shot and report in a bit.
Apologies, but I got impatient and just ran sudo dnf update --refresh, rebooted and that seemed to fix things.
I am a little nervous knowing things broke without me doing a system update. I wonder if it was related to my GPU, as the 9060 XT is a relatively new card?
By any chance do you have Fast Boot enabled in the BIOS?
From what I’ve seen (don’t know all the technical details), this can result in Windows leaving devices in a ‘dirty’ state when it shuts down. Otherwise, like you say, it’s a bit weird that you saw this after a Windows system update without changing anything about your Linux install.
I made sure that Fast Boot and Secure Boot were disabled in the BIOS.
A slight correction – I did not do a Windows System Update last night, I simply booted into Windows, did some work, and then shut down. This morning when I tried to boot into Fedora is when I saw the black screen.
Perhaps my Dual-Boot part of my original post ended up being a red-herring?