There is a step in the installation procedure which enables you to check the Vector disk to make sure it's OK and the drive is reading it properly, and it's probably worthwhile doing that.
Thanks Colonel Panic,
I'll follow your suggestion...
I think the CD is alright, though, because it worked on other PC, but not on this Laptop,
so you may be right, the culprit is the DVD drive....!?
EDIT: More Info
Sorry for not being clear enough....
Installation from CD to a clear/formatted hard drive works well.
VL runs perfectly after new installation.
Restart and boot from hard drive works as well.
But shutdown and restart does hang at line "Loading iSCSI transport class v2.0-724".
I found this in /etc/rc.d/rc.modules (which is the main system boot scrip)
## Kernel 2.4 base modules
if [ "$VERSION" = "2.4" ]; then
### load ide-scsi if specified on boot parameter
if grep -q "=ide-scsi " /proc/cmdline ; then
/sbin/modprobe ide-scsi
fi
fi
# end VERSION check
Can this have anything to do with my problem?