While trying to move my computer to Debian, after allowing the installer to do it’s task, my machine will not boot.

Instead, I get a long string of text, as follows:

Could not retrieve perf counters (-19)
ACPI Warning: SystemIO range 0x00000000000000B00-0x0000000000000B08 conflicts withOpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) /20250404/utaddress-204)
usb: port power management may beunreliable
sd 10:0:0:0: [sdc] No Caching mode page found
sd 10:0:0:0: [sdc] Assuming drive cache: write through
amdgpu 0000:08:00.0 amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22

And the system eventually collapses into a shell, that I do not know how to use. It returns:

Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
 - Check rootdelay= (did the system wait lomg enough?)
- Missing modules (cat /proc/modules; ls /dev)

Alert! /dev/sdb2 does not exist. Dropping to a shell!

The system has two disks mounted:

– an SSD, with the EFI, root, var, tmp and swap partition, for speeding up the overall system – an hdd, for /home

I had the system running on Mint until recently, so I know the system is sound, unless the SSD stopped working but then it is reasonable to expect it would no accept partitioning. Under Debian, it booted once and then stopped booting all together.

The installation I made was from a daily image, as I am/was aiming to put my machine on the testing branch, in order to have some sort of a rolling distro.

If anyone can offer some advice, it would be very much appreciated.

  • FooBarrington@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 days ago

    And that’s why I immediately fell in love with immutable distros. While such problems are rare, they can and do happen. Immutable distros completely prevent them from happening.

    • Telorand@reddthat.com
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      I love them, too. Ironically, I’m not currently running one, but that’s more because I need a VPN client that I haven’t been able to get working on immutable distros, but I’d use one if I that was solved

        • Telorand@reddthat.com
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          Oh, Private Internet Access. The way it installs itself is wonky on immutable systems (i.e. it was written for mutable systems in an odd way). I remember seeing someone say on the PIA GitHub that there’s a workaround, but I haven’t given that a go, and my own experience trying in the past still led to problems, even if you got the client and daemon working.

          You can utilize the OpenVPN configs just fine, but you lose out on some nice features in the client, like WireGuard and some other QoL things.

          • FooBarrington@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            Ah, bummer. Looks like they don’t provide a Fedora repo, otherwise it would have been easy to layer onto Silverblue etc. There’s probably still some way, but I get not wanting to go through that trouble.

            • Telorand@reddthat.com
              link
              fedilink
              arrow-up
              1
              ·
              2 days ago

              Yeah, I even tried rolling my own downstream distro based on Bazzite by trying to install it at build time (when they do most of their system changes), but I kept running into trouble either with extracting the files or moving the files where they needed to go.