It sounds like there may be a missing driver for your root device. Can you tell us what it is? A log from a successful boot on the prior working kernel would be helpful.
You’re looking for lines around and mentioning your boot block device, so something like ‘sd[abcd]’ for SATA drives, ‘nvme’ for M.2 or other native SSDs… But to start with, what are you booting from?
I am having a boot problem in VMware Workstation with latest kernel. Is there a way
to turn on these logs via setup of boot device, I can’t boot but need to see the boot messages.
I think I will be able to this with the boot drive by making to mods to the files in the guide, then
boot. Let me know if this is not the case.
Thanks. And in the failure case, if you can even take a photo of the screen showing other messages around the two you highlighted, that would help. If there’s nothing else, you can also remove “quiet” from and add “loglevel=8” to the kernel command line to increase the chances of seeing an error message specific to the failure.
I have upgraded to swud 43010 and kernel:
Linux xxxxxx 6.13.2-1541.native #1 SMP PREEMPT Sat Feb 8 01:35:51 PST 2025 x86_64 GNU/Linux
The server is working as expected. Hardware and other versions reported:
lshw -class cpu -short -sanitize; lshw -class display -sanitize ; lshw -class memory -short -sanitize ;
H/W path Device Class Description
=====================================================================
/0/37 processor AMD Ryzen 9 5950X 16-Core Processor
/0/1 processor CPU
/0/2 processor CPU
/0/3 processor CPU
/0/4 processor CPU
/0/5 processor CPU
/0/6 processor CPU
/0/7 processor CPU
/0/8 processor CPU
/0/9 processor CPU
/0/a processor CPU
/0/b processor CPU
/0/c processor CPU
/0/d processor CPU
/0/e processor CPU
/0/f processor CPU
/0/10 processor CPU
/0/11 processor CPU
/0/12 processor CPU
*-display
description: VGA compatible controller
product: DG2 [Arc A770]
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0c:00.0
version: 08
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:43 memory:fb000000-fbffffff memory:d0000000-dfffffff memory:c0000-dffff
H/W path Device Class Description
=====================================================================
/0/0 memory 64KiB BIOS
/0/31 memory 32GiB System Memory
/0/31/0 memory 16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
/0/31/1 memory [empty]
/0/31/2 memory 16GiB DIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
/0/31/3 memory [empty]
/0/34 memory 1MiB L1 cache
/0/35 memory 8MiB L2 cache
/0/36 memory 64MiB L3 cache
#
swupd info ; echo "gnome version"; gnome-shell --version
Distribution: Clear Linux OS
Installed version: 43010
Version URL: https://cdn.download.clearlinux.org/update
Content URL: https://cdn.download.clearlinux.org/update
gnome version
GNOME Shell 47.4
Looks like I found the issue. MMC support was unintentionally made a module in 6.12. Fix for that is coming and I added some testing to avoid that from getting out in the future. Thanks!
Thanks a lot @william.douglas and @btwarden : maybe it would be useful to close to GitHub issue as well, to warn people not using the forum, what do you think?
Anyway, to feel safer I’ve now installed linux-ltsprev aside to linux-ltscurrent…