Ubuntu 10.10 won't boot to desktop after it did a random disk check
My Ubuntu 10.10 won't boot to desktop after it did a random disk check.I see this error message:~
No init found. Try passing init= bootarg.
Is there a way to fix this? A file thats missing or corrupted that i can exchange with a good one? Please help ,thanks
You can try my method below:~
1.Boot with your Ubuntu live cd;
2.Open Terminal.
3.run "sudo fdisk -l" to check device info,you will see something like that :
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: **********
Device Boot Start End Blocks Id System
/dev/sda1 * 1 30238 242886703+ 83 Linux
/dev/sda2 30239 30401 1309297+ 5 Extended
/dev/sda5 30239 30401 1309266 82 Linux swap / Solaris
choose the particition in which your Ubuntu was installed: /dev/sda1。
4. run "sudo fsck /dev/sda1";
5. reboot computer.
Good Luck
thanks,it works like a charm
by Ubunx1 3 months ago



