I recently attempted to update to Ubuntu 14.04 from Ubuntu 12.04. Everything seemed to work without error until it restarted. When the computer fired back up, I was greeted with the following message in what was basically a full-screen terminal (which I copied by hand):
mount: mounting /dev/loop0 on /root failed: Invalid argument
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) _
The _
at the end is a prompt, and typing help
as suggested gives me a list of some basic commands like ls
and cd
.
What's going on here? Is this recoverable, or should I scrap everything and do a fresh install? In case it matters, I installed Ubuntu about a year ago as a dual boot with Windows 7 via the wubi installer. I also just read that wubi is being discontinued as of 13.04, so perhaps this was part of the problem.
EDIT I've found a possible solution here, I'm going to give it a shot. In the meantime, other suggestions as backup if this doesn't work are welcome.
/etc/fstab
file? – John Apr 02 '15 at 18:22