I have tried to install Damn Small Linux to Toshiba Portege 660CDT with Loadlin, with THIS tutorial, cause I can't use any boottable media at now. (I havent got floppy disk drive and bios can't boot straight from cd and of course this old computer havent got even single USB port.)
Now when I try to boot DSL it gives me the error message when it should show the desktop.
Code:
XI0: fatal I0 error 104 (Connection reset by peer) on X server ":0.0"
after 0 requasts (o known processed) with 0 events remaining.
There is inside of my options file. (Had to do two small changes to it to get it work)
Code:
        linux
        root=/dev/ram
        rw
        initrd=minirt.gz
        vga=normal
        ramdisk_size=100000
        init=/etc/init
        lang=us
        apm=power-off
        nomce
        noapic
        quiet
        BOOT_IMAGE=knoppix
Please help me!