So I decided to upgrade to 14.04 from 12.04 on my Wubi installation, using update-manager -d, but I can no longer boot into Ubuntu. When I try to, I see the message mount:mounting..."etc, then "Target filesystem doesn't have requested /sbin/init". Does anyone know how to solve this?
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.
From https://answers.launchpad.net/ubuntu/+question/247265
and
During Grub, press "e", that will bring up the editor, locate to where it says
ro
and change it torw
.You have to do this everytime you boot.
To make the change permanent, run
gksu gedit /etc/grub.d/10_lupin
after booting (replace gedit with your favourite editor, usesudo nano /etc/grub.d/10_lupin
if you are in the tty), locate the line which saysand change the
ro
torw
, like this:Save the file, and run
sudo update-grub
.