I was trying to do updates and it only let me do partially. The next time I turned on my computer, it had refused to load and I got this error after a long page of info. I'm a pretty basic user, so I don't know what this is or how to fix it.
The last line of my screen says:
[1.146512] --- [end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
How do I fix this?
fsck
) or your partition looking for errors & fixing them if found. If errors were found & fixed, I'd expect next boot to proceed, but the problem I suspect is from your last session (only let me do partial) and is a consequence of unfixed issues; without details of this I'm only guessing though. – guiverc Jan 20 '20 at 02:29fsck
which is a command; you can usegparted
, KDE Partition Manager or whatever is provided in your 'live' system to do thefsck
from your GUI & needn't use commands if you don't want to. – guiverc Jan 20 '20 at 02:32