Accessing Rescue Mode in VzLinux 8
If you experience problems with your system, you can boot into the rescue mode to troubleshoot these problems.
To enter the rescue mode, do the following:
- Boot your system from the chosen media.
- On the welcome screen, click Troubleshooting–>, then Rescue system.
- Once VzLinux boots into the emergency mode, press Ctrl+D to load the rescue environment.
- In the rescue environment, choose one of the following options:
- Continue (press 1): mount the VzLinux installation in read and write mode under
/mnt/sysimage. - Read-only mount (press 2): mount the VzLinux installation in read-only mode under
/mnt/sysimage. - Skip to shell (press 3): load shell, if your file system cannot be mounted; for example, when it is corrupted.
- Quit (Reboot) (press 4): reboot the server.
- Continue (press 1): mount the VzLinux installation in read and write mode under
- Unless you press 4, a shell prompt will appear. In it, run
chroot /mnt/sysimageto make the VzLinux installation the root environment. Now you can run commands and try to fix the problems you are experiencing. - After you fix the problem, run
exitto exit the chroot environment, thenrebootto restart the system.