no tohle je presne ten navod (je to z te stranky, takze potrebujes akorat par disket a samozrejme ten soubor)
4.B) Mandrake 9:
4.B.1) The boot disk:
Inside the file install_mandrake9_hpt372.tgz you can find the file: ./fd/hpt372_install_floppy.raw wich contains a boot disk. You can dump it contesns inside a floopy with:
#dd if=hpt372_install_floppy.raw of=/dev/fd0
Or using rawrite for DOS/Windows.
During the install progress you also need the files: "initrd-2.4.19-16mdk.img" and "vmlinuz-2.4.19-6mdk" in other floopy.
4.A.2) Install progress:
To install mandrake 9 you sould boot from the floopy with the mandrake 9 CD1 inside your CD drive.
Once SYSLINUX apears press enter,...
When the installer shows the license (and the keyboard layout is in our language) go to the "virtual terminal 2" (with control + alt + f2) and write:
#cd /modules
#modprobe sd_mod
#insmod_ hpt37x2.o
Come back to the graphical mode with "alt + f7".
Once the installation ends, we must replace te original kernel with our working kernel (that we have in the 2nd floopy). Go to the "virtual terminal 2" (control + alt + f2) and write:
#mkdir fdtemp
#mount /dev/fd0 fdtemp
#cp fdtemp/* /mnt/boot
Here we must overwrite both files.
#cd /mnt/bin
#./chroot /mnt
#lilo
Press alt + f7 again to return to the installer and reboot.