| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |
| CODE |
| $
su < password > |
| CODE |
| # mount /dev/hda7 /mnt/hda7 |
| CODE |
| #
mount -t devpts none /mnt/hda7/dev/pts # mount -t proc none /mnt/hda7/proc |
| CODE |
| # chroot /mnt/hda7 |
| CODE |
| # /sbin/lilo -b /dev/hda |
| CODE |
| #
umount /mnt/hda7/dev/pts # umount /mnt/hda7/proc # umount /mnt/hda7 |
| CODE |
| # reboot |
Bruno| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |