Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. - Mount root partition:
  2. mount /dev/sdc1 /mnt
  3. - Switch to installed OS:
  4. chroot /mnt
  5. - Mount remaining filesystems:
  6. mount /boot (RAID 0 and RAID 5 users only)
  7. mount /proc
  8. mount sys /sys -t sysfs
  9. - Reinstall lilo:
  10. /sbin/lilo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement