James Schofield wrote:
> 
> Sorry, my error. I ASS U ME D that it was a Debian thing ( I have never
> installed the basic Debian)
> 
> I am not giving up on Storm. So far it is easly in my top 3 distro's.
> 
> I do have one more question.
> 
> Someone please help me configure a lilo that will let me boot 3 different
> distributions.
> 
> I have a 30 gig a 5 gig and a 3 gig drive on the machine.
> 
> I want to setup 3 installs.   In the first 1/2 of the 30 gig the STORM
> install. In the second 1/2 either Mandrake or RH. AND in a combo of the 5 +
> 3 gig I want to install SusE 6.4.
> 
> I have tried loading all three.. and each works.. but I cannot get them to
> load from  1 lilo. I have read a number of HOW-TO's etc and they dont talk
> about installing multi Linux OS's only Linux in combo with OTHER OS's.
> 
> Can I get a hand with this please????
> James Schofield
> Storm (Hail), SusE 6.4, and windoh! 98se
> "Trouble is where  you find it, sooo stop looking for me!"
> 

 Following is an example of config with

Storm in /dev/hda1 first partition,first disk
Mandrake in /dev/hda2 second partition ,first disk
Windows -slave disk ,primary IDE
Suse -first partition -master disk ,secondary IDE controller
Now you'll have to dig in /boot of each Linux for the exact names of
kernels and initrd files(I know mandrake's is .img) .Now the initrd line
can be skipped but if you need any special modules to reach your
boot+root
partition you won't get them(mostly is the SCSI case and some RAID
controllers).


# Storm Linux Boot Manager Lilo Configuration
___________________________________________________________
root=/dev/hda1
boot=/dev/hda
install=/boot/boot.b
map=/boot/map
vga=normal
timeout=300
message=/boot/graphic_screen
prompt
default=Windows
lba32

image=/vmlinuz
      label=Linux
      read-only
      initrd=/boot/root.bin
      root=/dev/hda2

other=/dev/hdb1
      label=Windows
      table=/dev/hdb

image=/boot/vmlinuz-2.2.17
        label=Mandrake
        read-only
       initrd=/boot/mandrake-2.2.17.img 
       root=/dev/hda2

image=/boot/vmlinuz-2.2.17
        label=Suse
        read-only
       initrd=/boot/suse-2.2.17.img 
       root=/dev/hdc1

____________________________________________________________



-- 
The best way to escape from a problem is to solve it. 
     Alan Saporta 
My waste of cyberspace=
http://deepblue.dyndns.org :-)


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

Reply via email to