Friday, January 25, 2013

Linux Booting problems


 The Linux box not able to boot due to external file system errors

Loggin to single user mode # all file systems other than vg00

a.) interrupt the normal booting process & enter into grub menu
then choose the kernel version you want to boot select it press enter. choose the second line starting  
with kernel and press e to edit. At the end of the line after one space put 1 (press enter key to save the changes) then b to boot in single user mode

b) After it prompts for logging password enter root password and mount root file system in read write mode

   mount -o rw /                    or munt -o remount,rw /
   cp -p /etc/fstab /etc/fstab_25jan
   /usr/bin/vim /etc/fstab
(# all other file systems other than vg00)

reboot the server.

Linux kernel panic recovering through maintenance mode

Boot the Linux OS through installation media and select recovery .

No comments:

Post a Comment