I Want to uninstall Lilo and get my Grub2 back .. I DO have (reinstalled) Grub, but it is still using Lilo to boot, and it is not allowing me to have Duel-Boot. I rarely use Win, but now I don’t even have the option :/
Any idea how I can get Grub back as the Boot-Loader?
i think i remember that grub has to be written into the master boot record for correct installation. if the mbr still points to lilo, the system will boot lilo. you should be able to configure lilo to dual boot though.
-s save-fileI use lilo, and don't know grub, but I'll guess that grub has a widget that will overwrite or make new the MBR, to suit itself (I think it does this automatically, with the command `grub-install /dev/XXX`). Assuming this to be the case, you shouldn;t have to do anything other than installing grub.
When lilo writes a new boot sector, it preserves the former contents of the boot sector in a file, named by default /boot/boot.NNNN, where NNNN is the hexadecimal representation of the major and minor device numbers of the drive/partition.This option defines the backup save file in one of three ways: a save directory (default is '/boot') using the default filename 'boot.NNNN' in the defined directory; a pathname template to which '.NNNN' is appended (default would be '/boot/boot'); or the full pathname of the file, which must include the correct '.NNNN' suffix. When used with the -u option, the full file pathname must be set.
You can get lilo to boot Windows, if you want to try lilo, maybe stay with it. Edit /etc/lilo.conf, adding something like this:
other=/dev/sda1That assumes you have Windows on the first partition of sda.
label=Windows
After you edit /etc/lilo.conf, you have to run lilo again, to make the changes effective.
Try the thread listed below. If that doesn’t work, ping me.
http://www.linuxquestions.org/questions/debian-26/replacing-lilo-w-grub-302360/
"Freedom is the sure possession of those alone
who have the courage to defend it."~Pericles