Bob....I believe that the below /etc/lilo.conf is correct for
your machine, but you should check that each file specified in
it is actually where it is said to be and named correctly in the
/etc/lilo.conf file.  

Is there a file /boot/map?  
Is there a file /boot/boot.b?  
Is there a file /boot/us.klt?  
Is there a file /boot/bootmesg.txt?  
Is there a file /boot/vmlinuz-2.2.14-24mdk_i486?  
Is there a file /boot/initrd.img?

Then when you've put the below file in the /etc/ directory as
lilo.conf, and checked that all the specified files are actually
there with the specified names, as root, type in a console,
/sbin/lilo and then let's hear what happens.

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
prompt
timeout=50
message=/boot/bootmesg.txt
other=/dev/hda1
        label=windows
        table=/dev/hda
other=/dev/fd0
        label=floppy
        unsafe
image=/boot/vmlinuz-2.2.14-24mdk_i486
        label=linux
        root=/dev/hdb1
        initrd=/boot/initrd.img
        append="mem=128M"
        read-only

Alan


Bob wrote:
> 
> On Sun, 30 Apr 2000, you wrote:
> > Bob....you say that windows is on a seperate drive, yet your
> > /etc/lilo.conf file indicates (is that really /etc/lilo.conf, or
> > is it a hand typed copy with typos and omissions in it?) it's on
> > the same drive (both on hda, where,from your description, I'd
> > think that there'd be a hdb involved) as linux.  How about
> > posting an image of your /etc/fstab file as well?
> >
> /dev/hdb1       /                       ext2            defaults         1 1
> /dev/hdb5       /usr                    ext2            defaults  1 2
> /dev/hdb6       /usr/local              ext2            defaults         1 2
> /dev/hdb9       /usr/scr                        ext2            defaults  1 2
> /dev/hdb7       /var                    ext2            defaults  1 2
> /dev/hdb8       swap                    swap            defaults  0 0
> /dev/fd0                /mnt/floppy             auto
>                                         sync,user,noauto,nosuid,nodev 0 0
> /dev/cdrom      /mnt/cdrom              auto    user,
>                                         noauto,nosuid,exec,nodev,ro  0 0
> none            /proc                   proc            defaults 0 0
> none            /dev/pts                        devpts          mode=0622  0 0
> 
> 
>         I have made the corrections suggested by flupke.  The original was hand
> typed, trying to make the original setup to work. :))
> 
> > Bob wrote:
> > >
> > >         I still haven't Lilo configured to identfy my windows(on a seperate Hard
> > > Drive). More questions come up, than are satisfied, but I learn as I go.
> >
> > >
> > >         Your suggestions please.
> > >
> > > This is the current attempt:
> > >
> > > root = /dev/hda1
> > > delay = 100
> > > #messaage = /boot/bootmesg.txt
> > > root = current
> > > timeout = 50
> > >
> > > prompt
> > >     vga = normal
> > >     read-only
> > > map=/boot/map
> > > #install=/boot/boot.b
> > > image = /boot/vmlinuz-2.2.14-24mdk_i486
> > >     label = linux
> > >     read only
> > >     append="mem=128m"
> > >
> > > other = /dev/hda
> > >     table = /dev/hda
> > >    label = w
> > >
> > > Machine is a Gateway 500p, linux modem installed.
> > >
> > > If install=/boot/boot.b is the default then why does KDE place it in the
> > > linux.conf file?
> > >
> > > Unable to determine the reason for "timeout = 50", but I did place in the file.
> > > :)
> > >
> > > Thank you

Reply via email to