My netbook crashed while booting Ubuntu (I accidently removed a usb stick while booting) and now doesnt start anymore. It gives the following error and goes into an ash (BusyBox built-in) shell:
mounting /dev on /root/dev failed: No such file or directory.
mounting /sys on /root/sys failed: No such file or directory.
mounting /proc on /root/proc failed: No such file or directory.
Target filesystem doesn't have /sbin/init
No init found. Try passing init= bootarg
I booted from a live CD and tried to check my Linux partition, but it doesn't work:
ubuntu@ubuntu:/media$ sudo e2fsck /dev/sda2
e2fsck 1.41.12 (17-May-2010)
e2fsck: Device or resource busy while trying to open /dev/sda2
Filesystem mounted or opened exclusively by another program?
ubuntu@ubuntu:/media$ sudo fsck.ext4 /dev/sda2
e2fsck 1.41.12 (17-May-2010)
fsck.ext4: Device or resource busy while trying to open /dev/sda2
Filesystem mounted or opened exclusively by another program?
ubuntu@ubuntu:/media$ fuser /dev/sda2
ubuntu@ubuntu:/media$ fuser /dev/sda2 -v
When I try to check the partition with Disk Utility I get the following error:
File system is NOT clean.
Mounting the partition does not work either (it just hangs). However I can see the partition in GParted and I can succesfully mount an access my windows partition on the same harddrive (I can also boot Windows from that partition).
Is there any way to repair the partition or at least save my data?
Thanks in advance!