Thank's for all the help, this is how it looks (and it works):

/etc/fstab
----------------
/dev/hda1       /windows/C      vfat    noauto,user 0 0
/dev/hda3       /stormboot      ext2    defaults 1 2
/dev/hda8       /lintwo auto    noauto,user,rw 0  0
/dev/hda7       swap    swap    defaults 0 2
/dev/hda6       swap    swap    defaults 0 2
/dev/hda5       /       ext2    defaults 1 1
/dev/hda4       /boot   ext2    defaults 1 2
proc    /proc   proc    defaults 0 0
usbdevfs        /proc/bus/usb   usbdevfs        defaults 0 0
devpts  /dev/pts        devpts  defaults 0 0
/dev/cdrom      /cdrom  auto    ro,noauto,user,exec 0 0
/dev/fd0        /floppy auto    noauto,user 0 0



/etc/lilo.conf
----------------
initrd=/boot/initrd
append="mem=128M"
boot    = /dev/hda
vga     = normal
read-only
prompt
timeout = 300
message = /boot/message

#  
  image  = /boot/vmlinuz.suse
  label  = suse
  root   = /dev/hda5
  initrd = /boot/initrd.suse
  
#

  image  = /stormboot/vmlinuz-2.2.14-storm
  label  = linux
  root   = /dev/hda8
  
#

  other  = /dev/hda1
  label  = windows
----------------



On Mon, 25 Sep 2000, you wrote:
> On Sun, 24 Sep 2000, Helgi �rn wrote:
> 
> > This is the harddisk disposition:
> > /hda1 Win98
> > /hda3 /boot (Storm)
> > /hda4 /boot (SuSE)
> > /hda5 /     SuSE
> > /hda6  swap
> > /hda7  swap
> > /hda8 /     Storm
> > 
> > Does this have anything to do with the /boot partitions?
> > Do I need to have them at all?
> > 
> > When I installed Storm's lilo on MBR then I was able to connect to the
> > Internet with it, but not with SuSE. And: the sound in SuSE disappeared too!
> 
> Do you have Storm's /boot partition mounted in SuSE and opposite?
> If not Try adding a line like the following to SuSE's /etc/fstab:
> /dev/hda3       /stormboot       ext2    defaults 1 2
> 
> and put an entry like the following in SuSE's /etc/lilo.conf:
> image = /stormboot/vmlinuz
>   root = /dev/hda8
>   label = storm
> 
> If you use this advice and modify it properly, you could even have Storm
> and SuSE share one common boot partition and share /etc/lilo.conf, so
> this trouble will go away forever.
> 
> (Hint: /etc/lilo.conf can be a sym-link to a file in the boot partition.)
> 
> Good luck.
> 
> Regards
> 
> Ole
> 
-- 
o==========================================o
      Helgi �rn <[EMAIL PROTECTED]>
                      *
     Running SuSE 7.0 & Storm Debian/GNU
o==========================================o                    
  Forgive, oh Lord my little jokes on thee, 
    and I will forgive thy big one on me.
o==========================================o


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

Reply via email to