You are not logged in.
Hi
I want to remove lilo and install grub.
I did pacman -R lilo, it did nothing.
Even if I was modifying lilo.conf nothing was changing...
Now I wonder how to remove it, and to install grub after...
Now my lilo.conf is lilo.pacsave, and lilo works even if its config file isn't there anymore...
weird
Thansk!
Offline
pacman -R lilo
pacman -S grub
And just install grub on your MBR, it will overwrite lilo's one.
Excessive showering, grooming, and toothbrushing is not only vain, it wastes valuable coding time.
Offline
you removed the package 'lilo', but you didn't remove the stuff it wrote to your MBR. That's why it's still being read on startup. Imagine what'd happen if pacman could change the contents of your MBR at will
When you install the package 'grub' and then use grub-install or a grub shell to install it to the MBR, the lilo stuff that's still in there will be overwritten.
if you really want to 'empty' your MBR (can't imagine why anyone would want to, though) you could dd zero's to it. It's the first 512 bytes of the HD I believe, but don't take my word for it.
You like cheese? You like peas? You'll love cheezy peas!
Offline