Need help with Ubuntu installation issues?
Need help with Ubuntu installation issues?
The issue lies in the filesystem. The ACPI warnings aren't related to the boot failure. You must run fsck on the root drive. If the process stalled during package installation and you didn't resolve the filesystem issue before moving, it could be damaged now.
fsck simply indicates a small issue, specifically 0.1%, but doesn't perform any corrections.
Execute it manually using the correct command-line options to resolve the issues.
Use the -a option. If the command still fails, the file system is likely broken and not worth trying to fix unless you have important data to recover. The "no journal found" message is very concerning for EXT3 or EXT4 partitions.