nerdexam
Red_Hat

RH302 · Question #37

Boot your System Successfully on run level 3.

emergency mode. Remember that if System boots on Emergency mode that means file system problem. You will get the Shell, remount the / filesystem with read and write mode. 1. First Find out the / filesystem using e2lable /dev/hda1, e2lable /dev/hda2 etc 2. mount -o…

Troubleshooting

Question

Boot your System Successfully on run level 3.

Explanation

emergency mode. Remember that if System boots on Emergency mode that means file system problem. You will get the Shell, remount the / filesystem with read and write mode.

  1. First Find out the / filesystem using e2lable /dev/hda1, e2lable /dev/hda2 etc
  2. mount -o remount,defaults /dev/hda? /
  3. vi /etc/fstab You will get like: /root / ext3 defaults 1 1 or //root ext3 defaults 1 1

Topics

#runlevel 3#inittab#grub#system boot

Community Discussion

No community discussion yet for this question.

Full RH302 Practice