Disk sometimes being too slow to appear? Try rootwait/rootdelay kernel cmdline options.
seems not....but I'm not used to intense task
Did you change your fstab, or have a full partition or something?
I not on that machine but as far as I remember it's a full ntfs partition, don't think I ever changed fstab
Your root filesystem is NTFS? That's likely the problem - I'm surprised it boots at all. Switching to a Linux filesystem is the likely solution. You could also try a newer kernel, too - 5.10 is quite old, current LTS is 6.1. Good luck.
sorry was ext4...ops
Kernel says it can't mount root device. Maybe it is not specified or kernel just can't find it. You need to edit root=
parameter for kernel. For:
- GRUB: press 'e' to edit menu entry and then press 'F10' to boot
- LILO: just append desired
root=
- EFIStub: change it in config and recompile it
If you use GRUB you can use its console and search for disk and partition where root fs is located.
Depending on if you wrote the kernel cmdline yourself I imagine this might happen using /dev/sdN style device paths? BIOS might change things up every now and then for fun, so using partition UUIDs would be a better way if so.
so can be bios dependent?..it's possible to change from /dev/sdn to UUIDs...how? Thanks
Basically just look for things like root=/dev/sda2 in the kernel command line. You can get it at runtime by running "cat /proc/cmdline" having /dev/sda etc in your fstab might also be a problem
You can change those to /dev/disk/by-uuid/XYZ ("ls -an" that directory to see the symlinks to your current drives)
Yes if you have multiple drives some buggy BIOS may not enumerate them in the same order every time. Most modern distros do UUIDs by default but when manually setting up a bootloader it is easy to succumb to such temptations to use the much simpler device paths as the UUIDs are a pain. If you're not sure how to change the kernel parameters most likely you're good on that front actually, its in your grub config as others have mentioned. I'll leave this comment around in case some poor soul who did it manually comes across the thread.
I hope by partition UUID you mean root=PARTUUID=, not root=UUID= because kernel can understand only PARTUUID.
Yes, forgot the exact details apologies
You sure your hdd/ssd is fine? It complains about not being able to mount the root fs.
how can I be sure? it just happen sometimes
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0