Hi, I have been getting issues booting since upgrading which came with the last kernel, 6.18.5. Booting with 6.18.4 seems fine. The only thing different I did with my system was to clone the m.2 ssd from a 2tb to a 4tb but I doubt this would explain the issues I’m having especially since 6.18.4 works fine.. Is anyone else having issues with 6.18.5 ?
I booted the previous 6.18.4 kernel in my grub list, updated again and was able to boot in 6.18.5 but since the browser tabs were not the same as what I have in 6.18.4, somehow I’m not sure it replaced the 6.18.5 I had but was able to boot in it..
So I’m wondering if that emergency mode issue thing is a random occurrence?
Are there any big differences between .4 and .5 in the output of:
sudo grubby --info=ALL
If you remove rhgb quiet from the boot parameters does it provide any useful output.
I don’t see any big differences except for the images ![]()
index=0
kernel="/boot/vmlinuz-6.18.5-200.fc43.x86_64"
args="ro rootflags=subvol=root resume=UUID=9263553e-d882-4f57-8afb-d9a2762bcfd9 rhgb quiet $tuned_params"
root="UUID=b538ad6d-af9b-4609-b05e-5f1591d3195e"
initrd="/boot/initramfs-6.18.5-200.fc43.x86_64.img $tuned_initrd"
title="Fedora Linux (6.18.5-200.fc43.x86_64) 43 (KDE Plasma Desktop Edition)"
id="ed3991a0a95240cfb5acb6779334be27-6.18.5-200.fc43.x86_64"
index=1
kernel="/boot/vmlinuz-6.18.4-200.fc43.x86_64"
args="ro rootflags=subvol=root resume=UUID=9263553e-d882-4f57-8afb-d9a2762bcfd9 rhgb quiet $tuned_params"
root="UUID=b538ad6d-af9b-4609-b05e-5f1591d3195e"
initrd="/boot/initramfs-6.18.4-200.fc43.x86_64.img $tuned_initrd"
title="Fedora Linux (6.18.4-200.fc43.x86_64) 43 (KDE Plasma Desktop Edition)"
id="ed3991a0a95240cfb5acb6779334be27-6.18.4-200.fc43.x86_64"
index=2
kernel="/boot/vmlinuz-6.18.3-200.fc43.x86_64"
args="ro rootflags=subvol=root resume=UUID=9263553e-d882-4f57-8afb-d9a2762bcfd9 rhgb quiet $tuned_params"
root="UUID=b538ad6d-af9b-4609-b05e-5f1591d3195e"
initrd="/boot/initramfs-6.18.3-200.fc43.x86_64.img $tuned_initrd"
title="Fedora Linux (6.18.3-200.fc43.x86_64) 43 (KDE Plasma Desktop Edition)"
id="ed3991a0a95240cfb5acb6779334be27-6.18.3-200.fc43.x86_64"
index=3
kernel="/boot/vmlinuz-0-rescue-ed3991a0a95240cfb5acb6779334be27"
args="ro rootflags=subvol=root resume=UUID=9263553e-d882-4f57-8afb-d9a2762bcfd9 rhgb quiet"
root="UUID=b538ad6d-af9b-4609-b05e-5f1591d3195e"
initrd="/boot/initramfs-0-rescue-ed3991a0a95240cfb5acb6779334be27.img"
title="Fedora Linux (0-rescue-ed3991a0a95240cfb5acb6779334be27) 41 (KDE Plasma)"
id="ed3991a0a95240cfb5acb6779334be27-0-rescue"
As for removing RHGB QUIET, what is the procedure on FEDORA when we remove a setting from grub, what are the steps I should perform?
To temporarily change it you from the grub menu:
select the kernel you’re booting, hit e
remove rhgb quiet
hit ctrl+ x to boot the entry
To display the grub menu:
- If you’re running gnome, select restart and then select the left alt key and select boot options.
or - Hold the shift key down during boot
You can also do it with grubby:
- To remove:
sudo grubby --remove-args="rhgb quiet" --update-kernel=ALL - To put back:
sudo grubby --args="rhgb quiet" --update-kernel=ALL
Can you also check the space available in /boot sudo df -h /boot
Hi there.. I’ll try that as soon as I’m done with my backups. I just checked my boot partition and there is plenty of space.. 27% used only.
Apologies for the sudden reply.
I am also encountering the same issue on Fedora 43 (6.18.5-200.fc43.x86_64) and am currently writing this message from a recovery environment.
The output of sudo grubby --info=ALL on my system was as follows. (I copied this after removing rhgb quiet. Originally, rhgb quiet was an argument for each item.)
index=0
kernel="/boot/vmlinuz-6.18.5-200.fc43.x86_64"
args="ro $tuned_params"
root="UUID=70e88854-53a3-41e6-ae9b-f2cd1f1d67bd"
initrd="/boot/initramfs-6.18.5-200.fc43.x86_64.img $tuned_initrd"
title="Fedora Linux (6.18.5-200.fc43.x86_64) 43 (KDE Plasma Desktop Edition)"
id="628755d73b9745df841ef09dc4b35fa0-6.18.5-200.fc43.x86_64"
index=1
kernel="/boot/vmlinuz-6.17.1-300.fc43.x86_64"
args="ro $tuned_params crashkernel=2G-64G:256M,64G-:512M"
root="UUID=70e88854-53a3-41e6-ae9b-f2cd1f1d67bd"
initrd="/boot/initramfs-6.17.1-300.fc43.x86_64.img $tuned_initrd"
title="Fedora Linux (6.17.1-300.fc43.x86_64) 43 (KDE Plasma Desktop Edition)"
id="628755d73b9745df841ef09dc4b35fa0-6.17.1-300.fc43.x86_64"
index=2
kernel="/boot/vmlinuz-0-rescue-628755d73b9745df841ef09dc4b35fa0"
args="ro"
root="UUID=70e88854-53a3-41e6-ae9b-f2cd1f1d67bd"
initrd="/boot/initramfs-0-rescue-628755d73b9745df841ef09dc4b35fa0.img"
title="Fedora Linux (0-rescue-628755d73b9745df841ef09dc4b35fa0) 43 (KDE Plasma Desktop Edition)"
id="628755d73b9745df841ef09dc4b35fa0-0-rescue"
I have also attached a photo of the logs when I checked them. (In my case, the startup is successful until halfway through, but then it stops in the same state as the image.)
Please let me know the fix as soon as you find it.
(Sorry, I’m Japanese Student, so this message has translated with translate service.)
@diamondgotcat @tessierp
If you could you post inxi -Fzxx to see if you all have similar hardware.
You may also want to try booting with the kernel argument nomodeset
Here’s result of inxi -Fzxx:
nercone@fedora:~$ inxi -Fzxx
bash: inxi: コマンドが見つかりませんでした...
コマンド inxi' を提供するためにパッケージ 'inxi' をインストールしますか? [N/y] y
* キューで待機中...
* パッケージの一覧をロード中。...
以下のパッケージはインストールされるべきものです:
freeipmi-1.6.15-4.fc43.x86_64 IPMI remote console and system management software
hddtemp-0.3-0.59.beta15.fc43.x86_64 Hard disk temperature tool
inxi-3.3.40-1.fc43.noarch A full featured system information script
ipmitool-1.8.19-11.fc43.x86_64 Utility for IPMI control
lm_sensors-3.6.0-23.fc43.x86_64 Hardware monitoring tools
perl-Clone-0.47-4.fc43.x86_64 Recursively copy perl data types
perl-Compress-Raw-Bzip2-2.213-521.fc43.x86_64 Low-level interface to bzip2 compression library
perl-Compress-Raw-Zlib-2.213-521.fc43.x86_64 Low-level interface to the zlib compression library
perl-Cpanel-JSON-XS-4.40-1.fc43.x86_64 JSON::XS for Cpanel, fast and correct serializing
perl-Data-Dump-1.25-13.fc43.noarch Pretty printing of data structures
perl-Digest-HMAC-1.05-3.fc43.noarch Keyed-Hashing for Message Authentication
perl-Digest-SHA-1:6.04-521.fc43.x86_64 Perl extension for SHA-1/224/256/384/512
perl-Encode-Locale-1.05-32.fc43.noarch Determine the locale encoding
perl-File-Find-1.44-520.fc43.noarch Traverse a directory tree
perl-File-Listing-6.16-6.fc43.noarch Parse directory listing
perl-File-Slurper-0.014-8.fc43.noarch Simple, sane and efficient module to slurp a file
perl-HTML-Parser-3.83-4.fc43.x86_64 Perl module for parsing HTML
perl-HTML-Tagset-3.24-4.fc43.noarch HTML::Tagset - data tables useful in parsing HTML
perl-HTTP-Cookies-6.11-6.fc43.noarch HTTP cookie jars
perl-HTTP-Date-6.06-7.fc43.noarch Date conversion routines
perl-HTTP-Message-7.01-1.fc43.noarch HTTP style message
perl-HTTP-Negotiate-6.01-41.fc43.noarch Choose a variant to serve
perl-I18N-Langinfo-0.24-520.fc43.x86_64 Query locale information
perl-IO-Compress-2.213-521.fc43.noarch Read and write compressed data
perl-IO-Compress-Brotli-0.019000-4.fc43.x86_64 Perl bindings for Brotli compression
perl-IO-HTML-1.004-15.fc43.noarch Open an HTML file with automatic character set detection
perl-LWP-MediaTypes-6.04-21.fc43.noarch Guess media type for a file or a URL
perl-Module-Load-1:0.36-520.fc43.noarch Run-time require of both modules and files
perl-NTLM-1.09-41.fc43.noarch NTLM Perl module
perl-Net-HTTP-6.24-1.fc43.noarch Low-level HTTP connection (client)
perl-PerlIO-utf8_strict-0.010-11.fc43.x86_64 Fast and correct UTF-8 I/O
perl-Time-HiRes-4:1.9778-520.fc43.x86_64 High resolution alarm, sleep, gettimeofday, interval timers
perl-TimeDate-1:2.33-17.fc43.noarch A Perl module for time and date manipulation
perl-Try-Tiny-0.32-3.fc43.noarch Minimal try/catch with proper localization of $@
perl-WWW-RobotRules-6.02-42.fc43.noarch Database of robots.txt-derived permissions
perl-XML-Dumper-0.81-52.fc43.noarch Perl module for dumping Perl objects from/to XML
perl-XML-Parser-2.47-8.fc43.x86_64 Perl module for parsing XML documents
perl-libwww-perl-6.81-1.fc43.noarch A Perl interface to the World-Wide Web
perl-subs-1.04-520.fc43.noarch Perl pragma to predeclare subroutine names
wmctrl-1.07-40.fc43.x86_64 Command line tool to interact with an X Window Manager
変更を適用しますか? [N/y] y
* キューで待機中...
* 認証を待ち受け中...
* キューで待機中...
* パッケージをダウンロード中...
* データを要求中...
* 変更をテスト中...
* パッケージのインストール中...
System:
Kernel: 6.17.1-300.fc43.x86_64 arch: x86_64 bits: 64 compiler: gcc v: 15.2.1
Desktop: KDE Plasma v: 6.5.5 tk: Qt v: N/A wm: kwin_wayland dm: SDDM
Distro: Fedora Linux 43 (KDE Plasma Desktop Edition)
Machine:
Type: Desktop Mobo: Micro-Star model: PRO H610M-S DDR4 (MS-7E44) v: 1.0
serial: <superuser required> Firmware: UEFI vendor: American Megatrends LLC.
v: 2.50 date: 04/10/2025
CPU:
Info: 6-core model: 12th Gen Intel Core i5-12400F bits: 64 type: MT MCP
arch: Alder Lake rev: 2 cache: L1: 480 KiB L2: 7.5 MiB L3: 18 MiB
Speed (MHz): avg: 4000 min/max: 800/5600 cores: 1: 4000 2: 4000 3: 4000
4: 4000 5: 4000 6: 4000 7: 4000 8: 4000 9: 4000 10: 4000 11: 4000 12: 4000
bogomips: 59904
Flags-basic: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
Device-1: NVIDIA GB206 [GeForce RTX 5060] vendor: Palit Microsystems
driver: nouveau v: kernel arch: Lovelace pcie: speed: 5 GT/s lanes: 8 ports:
active: DP-3 empty: DP-1,DP-2,HDMI-A-1 bus-ID: 01:00.0 chip-ID: 10de:2d05
Display: wayland server: Xwayland v: 24.1.9 compositor: kwin_wayland
driver: gpu: nouveau display-ID: 0
Monitor-1: DP-3 model: VG258 res: 1920x1080 hz: 165 dpi: 90
diag: 623mm (24.5")
API: EGL v: 1.5 platforms: device: 0 drv: zink device: 1 drv: swrast gbm:
drv: zink surfaceless: drv: zink wayland: drv: zink x11: drv: zink
API: OpenGL v: 4.6 compat-v: 4.5 vendor: mesa v: 25.2.7 glx-v: 1.4
direct-render: yes renderer: zink Vulkan 1.4(NVIDIA GeForce RTX 5060 (NVK
GB206) (MESA_NVK)) device-ID: 10de:2d05 display-ID: :0.0
API: Vulkan v: 1.4.328 surfaces: N/A device: 0 type: discrete-gpu
driver: mesa nvk device-ID: 10de:2d05 device: 1 type: cpu
driver: mesa llvmpipe device-ID: 10005:0000
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdriinfo,
xdpyinfo, xprop, xrandr
Audio:
Device-1: Intel Alder Lake-S HD Audio vendor: Micro-Star MSI
driver: snd_hda_intel v: kernel bus-ID: 00:1f.3 chip-ID: 8086:7ad0
Device-2: NVIDIA GB206 High Definition Audio driver: snd_hda_intel
v: kernel pcie: speed: 5 GT/s lanes: 8 bus-ID: 01:00.1 chip-ID: 10de:22eb
API: ALSA v: k6.17.1-300.fc43.x86_64 status: kernel-api
Server-1: PipeWire v: 1.4.10 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
4: pw-jack type: plugin
Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
vendor: Micro-Star MSI driver: r8169 v: kernel pcie: speed: 2.5 GT/s
lanes: 1 port: 3000 bus-ID: 03:00.0 chip-ID: 10ec:8168
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
IF-ID-1: tailscale0 state: unknown speed: -1 duplex: full mac: N/A
Drives:
Local Storage: total: 931.51 GiB used: 23 GiB (2.5%)
ID-1: /dev/nvme0n1 vendor: KIOXIA model: EXCERIA PRO SSD size: 931.51 GiB
speed: 63.2 Gb/s lanes: 4 serial: <filter> temp: 32.9 C
Partition:
ID-1: / size: 923.87 GiB used: 22.98 GiB (2.5%) fs: btrfs
dev: /dev/nvme0n1p2
ID-2: /boot/efi size: 476.7 MiB used: 19.4 MiB (4.1%) fs: vfat
dev: /dev/nvme0n1p1
Swap:
ID-1: swap-1 type: zram size: 8 GiB used: 0 KiB (0.0%) priority: 100
dev: /dev/zram0
ID-2: swap-2 type: partition size: 7.17 GiB used: 0 KiB (0.0%)
priority: -2 dev: /dev/nvme0n1p3
Sensors:
System Temperatures: cpu: 29.0 C mobo: N/A
Fan Speeds (rpm): N/A
Info:
Memory: total: 64 GiB available: 62.58 GiB used: 3.42 GiB (5.5%)
Processes: 405 Power: uptime: 1m wakeups: 0 Init: systemd v: 258
default: graphical
Packages: pm: rpm pkgs: N/A note: see --rpm pm: flatpak pkgs: 8
Compilers: N/A Shell: pk-command-not running-in: konsole inxi: 3.3.40
nercone@fedora:~$
I will also try nomodeset, please wait a moment.
This is probably the issue for you.
Try installing the nvidia driver from rpmfusion for that GPU
Added nomodeset to the arguments and booted successfully.
(It seems to have been a nouveau problem.)
I will try installing NVIDIA’s official driver and see if it works when I remove the arguments back to their original state.
Quick update :
I have not removed “rghb quiet” but I booted with previous kernel image 6.18.4 and tried upgrading again “sudo dnf upgrade” and so far I have been able to boot into 6.18.5 successfully 3 times.

