Hi After Updating my kernel from 6.0.x to 6.1.x my workstation was always struck at fedora boot logo only.Then by force rebooting into kernel 6.0.x only my laptop was starting .I thought i was a issue with my wifi (realtek)
Pls help me with this thing
Unless you have a non-base configuration such as the home directory on a network server, network issues should not keep a system from booting. Nvidia graphics are often problematic, so if you have Nvidia graphics you should search (here and for other linux distros, especially arch) for issues associated with the model and drivers you were using in 6.0.x.
Make a note of the time when a boot fails. You may get details of the problem by using “e” (edit) in the grub menu or pressing the escape key when system starts to boot. You can also examine logs for previous boots using the --boot
option with journalctl
(see man journalctl
for the details). journalctl --list-boots
lists the boot numbers with times.
It may be useful to search for similar reports for
Hi Here is the journalctl -b command result for kernel 6.1.x.My laptop has intel integrated graphics.Thanks
There are many versions of Intel Integrated Graphics. You haven’t mentioned your system make and model, which might allow use to determine in graphics hardware version.
Journalctl -b
has:
Mar 09 09:19:06 <host> kernel: ACPI Error: No handler for Region [RCM0] (0000000005efe294) [SystemCMOS] (20220331/evregion-130)
Mar 09 09:19:06 <host> kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20220331/exfldio-261)
Mar 09 09:19:06 <host> kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous error (AE_NOT_EXIST) (20220331/psparse-529)
Mar 09 09:19:06 <host> kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0._Q42 due to previous error (AE_NOT_EXIST) (20220331/psparse-529)
Do you see this with the 6.0.x kernel? Some reports say a BIOS update was needed. Errors like this are hardware specific, so searching for reports of this error for your make and model may be useful.
Hi Thanks for replaying my laptop has Intel HD Graphics 620 and with kernel 6.0.7 i got like this
Mar 09 09:19:50 fedora kernel: ACPI Error: No handler for Region [RCM0] (000000008a870478) [SystemCMOS] (20220331/evregion-130)
Mar 09 09:19:50 fedora kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20220331/exfldio-261)
Mar 09 09:19:50 fedora kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous error (AE_NOT_EXIST) (20220331/psparse-529)
Mar 09 09:19:50 fedora kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0._Q42 due to previous error (AE_NOT_EXIST) (20220331/psparse-529)
Here is full result of command journalctl -b with kernel 6.0.7 292.5 KB file on MEGA
And my hardware information 2.7 KB file on MEGA
Thank you
Hi Please Delete this topic. After updating my laptop to kernel 6.1.18 my problem got solved
Thanks to Fedora