After installing an update I restarted my computer. Ubuntu failed to boot, so I used boot-repair to try to fix it. After running boot-repair grub2 was removed and the Ubuntu os was no longer detected by the live cd. I reinstalled grub2 which worked, but I got the error:
mount: mounting on /dev on root/dev failed: No such file or directory
mount: mounting on /sys on root/sys failed: No such file or directory
mount: mounting on /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
After this, it brings me to busy box. I found solutions for the error. fsck and e2fsck don't work.
Boot summary here: http://pastebin.com/5CeCMQjx ubuntu is installed in sda1.
any help?