Phil here it is:
(Add your floppy at the end if you like
that)

#Main section
#
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
#
#If you like you can set here a prompt
message
#message=/boot/message 
#(creat your message with a text ed. in
/boot, named 'message' of course) and
remove the '#'.
#Show prompt
prompt 
#
#Wait 10 seconds
timeout=100
#Windows section (named 'dos' or
'windows' as you like)
#if your dos is located at hda1.
other=/dev/hda1    
        label=dos
        table=/dev/hda
#
#Our kernel: default image
image=/boot/vmlinuz
        label=linux
#if your /root is located at hda3
        root=/dev/hda3  
        read-only
#
#End
#
You can add your floppy boot-up or set
your bios to 
check first drive A on boot-up. If there
is no floppy
inserted then bios looks at next
one.(see your bios= press DEL on
start-up)
An other way is to use LOADLIN insteed
of LILO.
If you want to use LOADLIN, ask me.
See also your MDK User Guide and
Reference Manual page 276.
Eric

 

Phil Murphy wrote:
> 
> Thanks, Eric. Here it is:
> 
> #This file has been generated by KLILO
> boot=/dev/hda
> read-only
> prompt
> timeout=100
> vga=normal
> 
> other=/dev/hda1
> label=windows
> table=/dev/hda
> 
> image=/boot/vmlinuz
> root=/dev/hda3
> label=linux
> append
> 
> other=/dev/hdb1
> label=dos
> table=/dev/hda
> 
> other=/dev/fd0
> label=floppy
> table=/dev/hda
> 
> Eric MC DECLERCK wrote:
> >
> > Send me your lilo.conf file to see how
> > it's done.
> > Eric
> >
> > Phil Murphy wrote:
> > >
> > > I've edited my /etc/lilo.conf file to default to windows (easier for my
> > > children to access their programs) but when I run lilo I get:
> > >
> > > open /boot/boot.b: No such file or directory
> > >
> > > lilo -q returns:
> > >
> > > open /boot/map: No such file or directory
> > >
> > > Any ideas why? My changes will not take effect otherwise.
> > >
> > > Thanks,
> > > Phil

-- 
FRANCE (Be careful, my English can hurt
you)

Reply via email to