cristian wrote:
> 
> Ladies and Gentelmen,
> 
> Is there a possybility to change the default of Lilo from linux to dos ?
> 
> I have Redhat 5.1, hda3 is the linux partition,hda3 is the only active
> partition, Lilo is installed on hda3.
> 
> I want to make lilo to boot dos as default after the delay of 10sec.
> 
> Thanks,
> 
> Cristian 


Cristian:

# cd /etc
# more lilo.conf
# vi
# /etc/lilo.conf

  (added the following to the file:)
  other = /dev/hda1
  label = dos
  table = /dev/hda
  loader = /boot/chain.b
# lilo
# <enter>

   (This gave option of dos or linux
    but linux is the default.)

    (To make dos the default:)

#lilo -D dos

This works on my system. I ofer it as a guide.

-------------------------------------------------------------------------

    No one knows what they can do until they try.

                                    - Publius Syrus

Reply via email to