This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

"Installation failed" ...

Hi,
I want to install the ASL 4.0 on our Firewall hardware:
128 MB RAM
PII 233
SCSI Controller AIC7880 (ID7)
IBM SCSI HDD 8 GB (empty) (ID1)
Toshiba SCSI-CD-ROM (ID4)
2 NIC's 3Com905B TX
After Checking the Hardware and finding each and everything OK, a screen appears which says that I shall remove the CD and reboot because the installation failed.
On console 3 and 4 everything looks fine.
On the same hardware there is running a Borderware Firewall Server without any problems, so I'm sure the hardware is ok.
The installation CD I burned (Yes, I've checked the MD5 after the download  [;)]s ok.
Any tips or help?I want to migrate on wednesday from the BW Software to ASL and want to save time with preinstalling the base system.
Regards

Andi  


This thread was automatically locked due to age.
Parents
  • Try a different CDROM drive.  I have had issues with Toshiba SCSI CDROM drives in the past.  Especialy with burned CDs.  
  • I will try it. But I'm a little bit scared that the installation routine has a bug because I look at con 3 and see that there was found the cdrom at sr0, and the last part was that it tried to mount sr0 to /install. I changed to con2 and try to mount the CD manually with "mount /dev/sr0 -t iso9660 /install" result: "/dev/sr0 not such device" after doing a "ls /dev/s*" I found there was an scd0 entry. so I tried a "mount /dev/scd0 -t iso9660 /install" and the CD was mounted fine.   
  • PII started at 233MHz. 
  • in which step did the installation faile

      
  • After Step 3 of 8.
    Allready posted in another message.  
  • Andy, I am experiencing the  same problem although with different hardware components (PII 450, 256 MB, 2 Seagate ST39173W SCSI drives, Plextor CD-ROM PX-32TS SCSI, SYMBIOS Logic 875XS/D 2280X PCI on board SCSI adapter).

    Looks like an install Bug to me! 
  • Off topic, but

    Does ASL use the advantage of having multiple harddrives? I assume you have single drives and not in a RAID configuration. 
  • at first tried it with 2 single drives - when it failed the first time I disconnected the second drive.  Result was the same. 
  • It probably doesnt like the SCSI controller. 
  • IMHO ASL does not support more than one harddrive.

      
  • I resolved the problem with installing the ASL 3.2
    Our consultant configured the system.
    After looking in our storage room I found an older IDE CD drive. I replaced the SCSI Drive with it and make an update to ASL 4.0 and finished.
    All is running smoothly our employees are getting mad because they can't surf all the sites like in former times  
    Regards

    Andi 
  •    This is definitely an installation bug with 4.0. I was able to get around the bug by not going through with the final Install step, but rather immediately going to the text console (alt-F2) and inserting a CD with busybox or a "ln" binary on it. Mount it with "mount /dev/scd0 /mnt" and did a "ln -s /dev/scd0 /dev/sr0". I then "umount /mnt" , replaced the Astaro 4.0 Install CD, and went back to the main install window (alt-F1). Installation then proceeded as it should.

       The problem is that Astaro detects the scsi CDROM, creates the /dev/scd0 node, and then excepts to find it as /dev/sr0. The correct procedure that most Linux distros follow is regardless of what raw device is created, also symlink it to /dev/cdrom, and then have /dev/cdrom referred to by any application.

       Furthermore, I was irritated to no end that any one of "mv", "mknod", "ln" and the like were not to be found. Any one of these would have helped greatly and should be on the install CD. Why bother with the rescue-shell type solution if you can't use it. If nothing else, the inclusion of busybox, a compact swiss army knife approach to most of the above tools, would be ideal when dealing with problematic hardware detection.     
Reply
  •    This is definitely an installation bug with 4.0. I was able to get around the bug by not going through with the final Install step, but rather immediately going to the text console (alt-F2) and inserting a CD with busybox or a "ln" binary on it. Mount it with "mount /dev/scd0 /mnt" and did a "ln -s /dev/scd0 /dev/sr0". I then "umount /mnt" , replaced the Astaro 4.0 Install CD, and went back to the main install window (alt-F1). Installation then proceeded as it should.

       The problem is that Astaro detects the scsi CDROM, creates the /dev/scd0 node, and then excepts to find it as /dev/sr0. The correct procedure that most Linux distros follow is regardless of what raw device is created, also symlink it to /dev/cdrom, and then have /dev/cdrom referred to by any application.

       Furthermore, I was irritated to no end that any one of "mv", "mknod", "ln" and the like were not to be found. Any one of these would have helped greatly and should be on the install CD. Why bother with the rescue-shell type solution if you can't use it. If nothing else, the inclusion of busybox, a compact swiss army knife approach to most of the above tools, would be ideal when dealing with problematic hardware detection.     
Children
No Data