When I boot up I get this message and can’t log on. [ 0.185085] ×86/cpu: SGX disabled bBIOS. Gave up waiting for root file system device. Common problems:

Boot args (cat /proc/cmdline) Check rootdelay= (did the system wait long enough?) Missing modules (cat /proc/modules; Is /dev) ALERT! UUID-df5bOe 76-28ce-4248-8010-1a01d98f0449 does not exist. Dropping to a shell! Enter *nel.30 for burst of .39 t-7ul unturn bullt-in shell (ash) List item

Does anyone know how to fix this?

  • HotsauceHurricaneOP
    link
    English
    11 year ago

    “Sudo mount /dev/nvme0n1 /mnt/ext” brings up “mount point does not exist”. Same with /dev/sda.

    • @l3mming@lemmy.fmhy.ml
      link
      fedilink
      English
      21 year ago

      Check that /mnt exists. If it does, just to a mkdir there of whatever you want to call the partition. For example you could mkdir /mnt/bad_disk if you want. Then your mount command becomes ‘sudo mount /dev/nvme0n1 /mnt/bad_disk’ . Then you’d see its contents with ‘ls /mnt/bad_disk’