How restore lilo after install windows
Good afternoon bloggers, i have some tutorial but don’t familiar to hearing
if you dualboot Slackware with windows and reinstall windows automatically lilo nothing on Slackware, but now restore like originally :)
okay, before restore lilo you must have 3:
- USB Flashdisk min. 4GB
- software booting or commonly called unetbootin, usb creator etc. #recommend use unetbootin
- iso slackware operating system
and then create boot live slackware dvd on usb flashdisk with unetbootin, after create;
- login with root on slackware
- check your partition with
fdisk -lor cfdisk whatever you want :) #there my partition slackware on partition/dev/sda3so adjust to your partiotion - and mount
# mount /dev/sda3 /mnt # mount -o bind /dev /mnt/dev# mount -t proc none /mnt/proc# chroot /mnt# /sbin/lilo# reboot
now see your lilo has restored.
thanks, my usefull
This post is licensed under CC BY 4.0 by the author.