Table of Contents
` linux `
win98 http://www.linuxquestions.org/questions/showthread.php?t=224547&page=3
The first thing is to get rid of LILO:
#apt-get -y remove --purge lilo #apt-get clean
Then, to install grub:
#apt-get update #apt-get install grub #grub-install /dev/hdx
where 'x' is the letter of the hd in question. For example, if you only got one hd, then it's 'hda', if you got a slave one, then it will probably be 'hdd' or whatever, make sure you know what your second one is, if you're going to install grub on it.
#update-grub
This last step is crucial!!!
reboot, to check it out.
macondo 10-13-2004