error : file /boot/initrd.img-3.10.12-generic' not found
if error found during booting system
follow the steps below
1.Boot your machine with a Live Media
2. open terminal and get partition
fdisk -l
3. mount Filesystem
sudo mount /dev/sda1 /mnt
sudo mount --bind /proc /mnt/proc
sudo mount --bind /dev /mnt/dev
sudo mount --bind /sys /mnt/sys
if error found during booting system
follow the steps below
1.Boot your machine with a Live Media
2. open terminal and get partition
fdisk -l
3. mount Filesystem
sudo mount /dev/sda1 /mnt
sudo mount --bind /proc /mnt/proc
sudo mount --bind /dev /mnt/dev
sudo mount --bind /sys /mnt/sys
No comments:
Post a Comment