Novell LINUX ENTERPRISE SERVER 10 - INSTALLATION AND ADMINISTRATION 04-08-2006 Installation Manual page 949

Table of Contents

Advertisement

task (see
Section "Using YaST System Repair"
need to do a manual file system check or repair, boot the rescue system. It contains the
utilities to check and repair the ext2, ext3, reiserfs, xfs, jfs, dosfs, and
vfat file systems.
Accessing the Installed System
If you need to access the installed system from the rescue system to, for example,
modify the boot loader configuration, or to execute a hardware configuration utility,
you need to do this in a "change root" environment.
To set up a "change root" environment based on the installed system, proceed as fol-
lows:
1 First mount the root partition from the installed system and the device file system:
mount /dev/sda6 /mnt
mount --bind /dev /mnt/dev
2 Now you can "change root" into the new environment:
chroot /mnt
3 Then mount /proc and /sys:
mount /proc
mount /sys
4 Finally, mount the remaining partitions from the installed system:
mount -a
5 Now you have access to the installed system. Before rebooting the system, un-
mount the partitions with umount -a and leave the "change root" environment
with exit.
WARNING: Limitations
Although you have full access to the files and applications of the installed sys-
tem, there are some limitations. The kernel that is running is the one that was
booted with the rescue system. It only supports essential hardware and it is
not possible to add kernel modules from the installed system unless the kernel
(page 942) for details). However, if you
Common Problems and Their Solutions
949

Advertisement

Table of Contents
loading

This manual is also suitable for:

Suse linux enterprise server 10

Table of Contents