- Jun 2, 2000
- 15,944
- 475
- 126
In my neverending search of distros, I've just intalled PCLinuxOS and like it. However, it uses LILO instead of Grub, and I'd like to remove LILO and install Grub in it's place.
So far, I've done the following:
apt-get -y remove --purge lilo
apt-get clean
apt-get update
apt-get install grub
grub-install /dev/hda
update-grub
Everything works great until I get a command not found when I try to run "update-grub" (must be a Debian thing). So how to I generate the menu.lst file in /boot/grub?
So far, I've done the following:
apt-get -y remove --purge lilo
apt-get clean
apt-get update
apt-get install grub
grub-install /dev/hda
update-grub
Everything works great until I get a command not found when I try to run "update-grub" (must be a Debian thing). So how to I generate the menu.lst file in /boot/grub?
