I recently ran into the error above while trying to start up my dual-boot Lenovo laptop (Kubuntu + Windows 11). These are the steps I took to fix it.
Starting with this SO post, I did the following:
Ran
sudo file -s /dev/sda3
to check the filesystem type. Output wasdata
, suggesting this was likely not the right partition. No other partition seemed to be the one I was looking for.Went to BIOS to check various settings
Went to Lenovo boot menu and selected Ubuntu was able to start up (?!)
Ran the following to reinstall GRUB Bootloader:
Ran
cat /etc/fstab
to make sure things looked right:Saved a backup of my fstab in case this happens again:
Rebooted the laptop to see if the fix held:
Removed several old popos entries in the laptops boot order. Not clear if those had anything to do with this, but cant hurt to remove
]]>
Top comments (0)