If you boot into your system and face this problem -
No init found.Try passing init=bootary.
This problem can be simply solved using a live cd.Open terminal and type - sudo fdisk -l
This will list all the partitions.Look out for linux partition(it was /dev/sda9 in my case ) and then type -
sudo fsck /dev/sda9
press 'y' to fix all errors .When scan is finished,reboot the system and you can boot into system again :)
No init found.Try passing init=bootary.
This problem can be simply solved using a live cd.Open terminal and type - sudo fdisk -l
This will list all the partitions.Look out for linux partition(it was /dev/sda9 in my case ) and then type -
sudo fsck /dev/sda9
press 'y' to fix all errors .When scan is finished,reboot the system and you can boot into system again :)
No comments:
Post a Comment