It will boot from c drive into Linux, apparently with no problem, giving me access to the CD player (using mount/dev and so on). I would like to ask how to then reinstall the entire OS, from the CD, starting from Linux. Is there a simple command that will start the install?
If you root around on the first CD there should be a folder called "images", with .img files. You could then make a floppy boot disk for Mandrake and do it using that.
If you are in Windows, you can use rawwrite.exe (in dosutils on the CD), if you are in Linux: su to root mount the cdrom insert floppy disk, then do this command:- dd if=/mnt/cdrom/images/cdrom.img of=/dev/fd0
when it is done copying files, issue "reboot" or "shutdown -r now" with the floppy in the drive, and hey presto, the install will begin.
Ricardo