Hi all, a few days ago I received a new Framework laptop (13 inch AMD Ryzen 7 7840U). I installed Debian 12.5 bookworm. Major props to Framework, this all went shockingly well, and just about everything worked out of the box (wifi, camera, mic, fingerprint reader, …). I installed all my apps and set all my settings.
Today, I tried to do a google meet videocall, and noticed that it wasn’t using the mic on my headset. So I switched to zoom. I had previously installed and tried out a videocall on zoom, and verified that the camera and (built-in) mic worked. This time, I started zoom, and then plugged in my headset – and then the whole computer froze. So after a bit, I did a hard reboot.
When it came back, it had this prompt;
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmd line)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/lascaux--vg-root does not exist. Dropping to a shell!
BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) _
Doing cat /proc/cmd line/
gives
BOOT_IMAGE=/vmlinuz-6.1.0-18-amd64 root=/dev/mapper/lascaux--vg-root ro quiet
I did try adding rootdelay=60
to that, and rebooting did have a 60-second wait time in it, but it then dropped into the same prompt. Doing ls /dev/mapper
shows control
, lascaux--vg-root
and lascaux--vg-swap_1
. Running fsck /dev/mapper/lascaux--vg-root -y
says No such file or directory
.
I’m assuming this was somehow caused by the hard reboot. What else can I try or check for diagnostics? It may be related to this post, but it’s not clear to me how.
Thanks all!