TODD WITTER wrote:
> 
> Hi there group!
> I would like to know what I have to do to my /etc/lilo.conf to make
> lilo see not only windows (which it does) but also another linux
> distro.  The image for storm is vmlinuz.  So it the one for debian.
> Does it matter?
> In other words, I want to mess with storm "hail" while keeping my
> straight debian on my hard drive, too, without mixing and matching.
>  And I want them both accessible from the storm lilo splash
> screen.  Can do?  Perhaps someone can give me an example
> lilo.conf to work with.

Greetings, Todd.
I had a similar setup (well... minus the windoze) for my machine.  My
primary IDE drive (hda) had Mandrake 7.0-2 on it, while I'd just
installed Storm2000 on hdb.  Here is what my /etc/lilo.conf looks like,
to allow me to boot either of the two linux distros:

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

# Storm Linux Boot Manager Lilo Configuration

root=/dev/hdb3
boot=/dev/hda
install=/boot/boot.b
map=/boot/map
vga=normal
timeout=300
message=/boot/graphic_screen
prompt
default=storm
lba32

image=/boot/vmlinuz
      label=storm
      read-only
      initrd=/boot/root.bin
      root=/dev/hdb3

image=/boot/m702/vmlinuz
      label=m702
      read-only
      initrd=/boot/m702/initrd-2.2.14-15mdk.img
      root=/dev/hda3

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

Let me know if it helps!
-Mike



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to