Guest User!

You are not Sophos Staff.

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

hardware questions - xpeed 300, no cdrom and other interestin install issues

I have a box w/no moving part in it at all(all memory/flash drive is solid state and cpu is cooled via a tube filled w/ammonia and ending at a heatsink that is outside the box). I am interested in flashing an image of asl to a flash rom and using a nfs/afs mount point for file rw access. This device has no cdrom to boot from too. I can put a hard drive in the device but that defeats the purpose of having no moving parts (reliablity of parts and failure do to heat an mechanical breakdown.) I am also using a Xpeed 300 idsl card for outside connectivity and a built in Intel 100b for internal access. Any info/ideas would be of great help.

Thanks

Donovan


This thread was automatically locked due to age.
Parents
  • Hi There... 

    I have a similar box... with 3 ethernet ports from Acrosser of Taiwan... Their CPU does not really need cooling though which is cute :-)

    Getting the ASTARO down to the size of FLASH might be an interesting excercise... But it is possible. TAPR.ORG have an IDE -> FLASH interface that you can use to create a RW file system, but it is not really designed for what you want since it really is limited write (like all flash)

    Suggestions... MORE RAM... Also change the order of /etc/rc.d/ so that you can get the TCP/IP running before anything else... Turn off SQUID, QMAIL proxy. Also I do not think that /var/chroot-report does anything (might be wrong).

    Change syslogd to log most things to NETWORK. But you will need a small memory partition for working log files... So make /var/log a memory drive... and clean it out OFTEN!

    /var/recovery is garbage too... Since your config is so bizzare (when you finish with it) there is no use for up2date :-)

    All in all, I would suggest either  a solid state HDD, moving parts or The Linux Router Project

    Darryl
  • Quite interesting piece of hardware you got there  [:)]
    I think that would better fit into the ASL Hackers Board ...

    andreas
  • ok for grins tryed using a laptop with two pcmcia 10/100 nics in it to do the setup initially. My plan was to pull the drive move it to the "special" device and boot and reconfig based on new machine specs. No go! I guess using a laptop was never thought of because card services did not activate the cards. Mostly likely because card services were not included in the distribution. MMM what next?

    Tartget box:

    Media GX 233 w/128 meg of ram
    Intel 100b built on mb
    no cdrom
    4 gig laptop drive
    1 pci slot for Xpeed 300
    1 agp video built on mb
    2 usb ports

    any ideas on how to load w/out the cdrom drive?
  • Loading without a CD-ROM?

    Well... That is something I have some experience with... My firewall is smaller than my HDD... and has 3 network ports... And a 44 pin HDD cable. 

    What I did was get a 44 pin connector cable on for the motherboard, to normal 40 pin for the Hdd. I then crimped an extra 40 pin connector onto the HDD cable. And then  I installed as normal.

    An alternate is to install on another machine WITH THE SAME NUMBER OF NETWORK CARDS, and then move the HDD across. This will work unless ASTARO uses 586 or 686 executables and your CPU does not handle them. I do not think that ASTARO does this.

    128 MByte RAM might be fast enough with a Media GX and the proxy's turned on. Just...

    Darryl
Reply
  • Loading without a CD-ROM?

    Well... That is something I have some experience with... My firewall is smaller than my HDD... and has 3 network ports... And a 44 pin HDD cable. 

    What I did was get a 44 pin connector cable on for the motherboard, to normal 40 pin for the Hdd. I then crimped an extra 40 pin connector onto the HDD cable. And then  I installed as normal.

    An alternate is to install on another machine WITH THE SAME NUMBER OF NETWORK CARDS, and then move the HDD across. This will work unless ASTARO uses 586 or 686 executables and your CPU does not handle them. I do not think that ASTARO does this.

    128 MByte RAM might be fast enough with a Media GX and the proxy's turned on. Just...

    Darryl
Children
  • Hi Donovan,

    now that you're really keen on getting that to work, I have a new hint for you.
    You can setup a nfs server (or samba, but that would be more difficult on the client side), create a bootdisk w/ networking and can nfs-mount, and there you go: you mount your cdrom via nfs and start core.sh, which will lead you through the installation. Before starting core.sh, you will have to symlink a few things in place, though, so that core.sh finds them where expected:

    ln -s /mnt/$IMAGE/* /usr
    ln -s /usr/bin/bash /bin/bash
    ln -s /usr/bin/bash /bin/sh
    ln -s /mnt/$IMAGE/lib /lib

    Maybe you feel better just crimping the hdd cable  [:)]

    greets,
    andreas
  • I also need to setup without CD-Rom... I have tried both 1.8 and 2beta and neither will load. Overall I have only been able to get 1.8 to install twice.

    Anybody have similar problems?