Tom Berkley wrote:

> In append major items are separated with spaces and minor (within an
> option) items are separated with commas. Not sure if this is a
> convention for viewing or if lilo actually pays attention to this. But
> it works, notheless.
>
> Tom

Speaking of the append statement. I've run into [problems when the total
number of characters and spaces  number in excess of 42.  After the 42nd
character the remainder of the line is ignored.
Example: append="hdc=ide-scsi hdd=ide-scsi ide2=0xd400,0xd802,18
ide3=0xe000,0xe402,18"
 Anything after  ,0xe402, is cut off and ignored, and the ide2 and ide3 are
not loaded.

And yes placing the "," after a major item will cause the append statement to
ignore anything after, at least it did to me....

Larry


>
>
> Larry Sword wrote:
> >
> > Fabrice SERVANT wrote:
> >
> > > Hello,
> > > As my linux won't recognize my 128M RAM
> > > I'm trying to put append="mem=128M" in my
> > > lilo.conf. But when I type lilo to update the config
> > > I get the following message:
> > >
> > > Added li
> > > Added win
> > > Added floppy
> > > No images have been defined.
> > >
> > > HERE IS MY LILO.CONF
> > >
> > > boot=/dev/hde
> > > map=/boot/map
> > > install=/boot/boot.b
> > > vga=normal
> > > default=windows
> > > keytable=/boot/fr-latin1.klt
> > > prompt
> > > timeout=100
> > > message=/boot/message
> > > root=/dev/hdf6
> > > read-only
> > > image=/boot/vmlinuz-2.2.14-15mdk
> > >         label=linux
> > >         initrd=/boot/initrd-2.2.14-15mdk.img
> > >         append="mem=128M, ide2=0xcc00,0xd002 ide3=0xd800,0xdc02"
> >
> > One other item. Remove the "," after "mem=128M. Items are separated only
> > by a space.
> >
> > >
> > > other=/dev/hde1
> > >         label=win
> > >         table=/dev/hde
> > > other=/dev/fd0
> > >         label=floppy
> > >         unsafe
> > >
> > > Anyone speaks "lilo.conf" ?
> > > bye
> > >
> > > ______________________________________________________
> > > Get Your Private, Free Email at http://www.hotmail.com

Reply via email to