Page 1 of 1

Problem install on New disk (Timeout) [SOLVED]

PostPosted: Tue Mar 04, 2014 6:41 pm
by macanooba
First, hello everybody, and thanks for all the knowledge everybody shares.

Now to my problem :D

I use the windows installer on windows 8 to install UIMAGE-395-NWSP2CL-179-standalone on my nwsp2 on a clean 750gb hard drive (no partition)

I must first say that i disabled Windows and Router Firewall .

When i launch the installer i get first as a message (can't tell if it's a error or not)
No lump receive continuing

after that it loads the kernel as i understand, bunch of information and a lot of # after that i have the telnet opening,
i can log in as root no problem but when i type the next operation i get that:
Code: Select all
login: root
Password:
root@(none):/ # tftp -r fvdw-sl-installer.sh -l fvdw-sl-installer -g  192.168.1.254
tftp: timeout


so the installation is now in a dead end i guess

here ar the information of my tftp:
Code: Select all
Connection received from 192.168.1.252 on port 3526 [04/03 19:25:53.341]
Read request for file <UIMAGE-395-NWSP2CL-179-standalone>. Mode octet [04/03 19:25:53.341]
OACK: <timeout=5,> [04/03 19:25:53.341]
Using local port 57224 [04/03 19:25:53.341]
<UIMAGE-395-NWSP2CL-179-standalone>: sent 10453 blks, 5351920 bytes in 2 s. 0 blk resent [04/03 19:25:55.451]


tell me if i need to give any more information

Thanks for any help provided

Olivier

Re: Problem install on New disk with windows installer (Time

PostPosted: Tue Mar 04, 2014 7:07 pm
by fvdw
the only explanation I can give is that the ip you used for the pc running tftp server is not correct.
I checked operation once more on one of my nwsp2's and it works ok.
Code: Select all
root@(none):/ #
root@(none):/ #
root@(none):/ # tftp -r fvdw-sl-installer.sh -l fvdw-sl-installer -g 192.168.1.44
fvdw-sl-installer.sh 100% |***************************************************************************************************| 19462   0:00:00 ETA
root@(none):/ # ls
bin                etc                init               linuxrc            proc               sys                var
dev                fvdw-sl-installer  lib                mnt                sbin               usr
root@(none):/ #



The fact that it can upload the standalone kernel proves that the tftp server can transfer files.

Re: Problem install on New disk with windows installer (Time

PostPosted: Tue Mar 04, 2014 8:01 pm
by macanooba
well ,

everything seems to work now, it's installing at the moment

I finally retyped everything instead of copy paste and verified my typos :)

Thanks for pointing that fvdw :)