-
Get the drivers from http://promise.com and read
carefully the readme.txt.
-
Do exactly what they write in readme.txt until
you experience the first problems (they will come soon enough ;-)
-
You will find out that SuSE setup found 3 hard disks: /dev/hda,
/dev/hde and /dev/sda or similar. This is wrong. You
should only see /dev/sda.
-
Ignore this fact and install everything into /dev/sda.
-
Then in boot options (SuSE setup), define user boot loader (don't use
lilo).
-
Make your choices on software etc, setup keyboard, setup time,
all the normal stuff.
-
Start setup.
-
After copying all packages onto your harddrive, you may experience
setup saying: cannot write mbr .
-
Now you have to leave the readme.txt path. Ignore this
error message and continue. You will fix that later.
-
After completeing the setup as normal, you root into the
shell, mount your floppy, and start sh setup-ft.
-
Check whether the kernel images are in /boot.
If they are not, /etc/lilo.conf will be missing too.
Install them from package k_deflt.
-
If the kernel images are there, check lilo.conf. Check
the append lines for syntax errors (wrong tokens). Check the disk =
parameter, and if needed, change it to
/dev/sda.
-
Install mbr to /dev/sda using the
lilo command (see man lilo how to do it).
-
Using the lilo command, define the proper boot device
(/dev/sda)
-
Run lilo
-
Reboot - it should work now.