Dan <dan@elvberg.com> writes:
>> Details depend on whether the FC5 bootloader is lilo or grub.
> Joe, sorry to say that I cannot find out if I use lilo or grub on
> FC5...do you know how to find out?
Just look in the directory structure for "/boot/grub". Or execute
# find / -iname 'menu.lst' -print
'menu.lst' is the GRUB configuration file.
RLH