--- In [email protected], Mahesh Patil <linuxmah...@...> wrote: > > Hi group one of the my machine get following error plz help > > mounting root filesystem > mount : error 2 mounting ext 3 > pivotroot ;pivot-root (/sysroot, sysroot/initrd) failed :2 > umount /initrd/proc failed :2 > kernel panic : no init fount . Try passing init = option to kernel > > > Thanks > Mahesh Patil > Sharad Batch
Do the follow in rescue mode $chroot /mnt/sysimage $ mkdir /initrd $ mkinitrd /boot/<intrd. img> `uname -r` or try passing kernel parameters of initrd image file in splash screen of grub initrd = /boot/<initrd. img> B.Sadhiq
