Thorsten Leemhuis (acct. 1/4) on Nostr: Remember hard to understand #LinuxKernel error messages like this: Kernel panic - not ...
Remember hard to understand #LinuxKernel error messages like this:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(254,16)
With #Linux #kernel 6.7 those will be a little easier to understand, as the message will show the pretty name for the device it was searching for:
Kernel panic - not syncing: VFS: Unable to mount root fs on "/dev/vdb" or unknown-block(254,16)
For details see: https://git.kernel.org/torvalds/c/84d2b696236c63836011f04d13d3f09ed47fa560
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(254,16)
With #Linux #kernel 6.7 those will be a little easier to understand, as the message will show the pretty name for the device it was searching for:
Kernel panic - not syncing: VFS: Unable to mount root fs on "/dev/vdb" or unknown-block(254,16)
For details see: https://git.kernel.org/torvalds/c/84d2b696236c63836011f04d13d3f09ed47fa560