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

Astaro V4.0 install on scsi system

we were just trying to install v4 on an asus CUBX P3 Mobo with 512Mb RAM and a Adaptec 29160 SCSI Subsystem
(RTL8139 nics but that is not important here). You obviously cannot install over an SCSI CD drive (used a new Plextor). After several retries we used a noname ATAPI device and that just works fine. Since Linux itself does support the SCSI setup Astaro should really check the install scripts!  


This thread was automatically locked due to age.
Parents
  • I had the same problem, after using a ATA-CD-Drive, I had no problem. The ASL-Setup was trying to mount /dev/sr0 to /install, but in /dev was no sr0, the correct device is scd0 and not sr0. sorry 4 my bad english;-) 
  • I've seen similar before. On my Gentoo installation, in dmesg you can see a scsi cdrom detected as sr0, but you cannot mount it. You can mount scd0. Maybe there is more I need to understand? If anyone can shed any light on this, I'd be grateful [:)] 
  • Same here:
    My Astaro is running on 3.x, on a machine with Adaptec SCSI160. If I try to install 4.x on it, it fails to mount the SCSI CDROM in the installation process, the message being "Trying to mount /dev/sr0 in /install". Of course there is no sr0 in /dev, so the installer bombs out with "Installation Failed, remove cdrom and reboot". Interesting thing is that Astaro 3.x installs without problems on same configuration. 
     
    Update:
    I manually mounted the cd after the detection process:
    mount /dev/scd0 /install
    Mounted it, then went back to install pressed enter to continue, but getting same message "install failed".
Reply
  • Same here:
    My Astaro is running on 3.x, on a machine with Adaptec SCSI160. If I try to install 4.x on it, it fails to mount the SCSI CDROM in the installation process, the message being "Trying to mount /dev/sr0 in /install". Of course there is no sr0 in /dev, so the installer bombs out with "Installation Failed, remove cdrom and reboot". Interesting thing is that Astaro 3.x installs without problems on same configuration. 
     
    Update:
    I manually mounted the cd after the detection process:
    mount /dev/scd0 /install
    Mounted it, then went back to install pressed enter to continue, but getting same message "install failed".
Children