this post was submitted on 17 Jun 2023
1 points (100.0% liked)

Linux

48193 readers
1370 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] HotsauceHurricane@lemmy.one 0 points 1 year ago (1 children)

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

[–] l3mming@lemmy.fmhy.ml 1 points 1 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'