Fail to install fvdw-sl

Re: Fail to install fvdw-sl

Postby Jocko » Fri Oct 02, 2015 11:34 pm

ANd do you try to reboot?
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to install fvdw-sl

Postby jahotinc » Sat Oct 03, 2015 6:57 pm

yes, sure, but it does not work. the assistant doesn't find the nas.
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: Fail to install fvdw-sl

Postby Jocko » Sat Oct 03, 2015 8:00 pm

:scratch :scratch :scratch
I am sorry but I have no more suggestion.

Maybe fvdw will have another idea.

It appears that:
- you have at least a few image on sda7
- sda5 contains the required files
- sda6 contains also a kernel

So the nas should start but why it doesn't? :?:
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to install fvdw-sl

Postby fvdw » Sat Oct 03, 2015 8:08 pm

in which slot is the system disk ? (seen from the back of the nas)

(system disk is the disk were you installed the firmware on)

It must be in the most lefthand slot (nr 1)

For testing only use one disk
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Fail to install fvdw-sl

Postby jahotinc » Sat Oct 03, 2015 8:37 pm

all the test have been performed with only one disk plugged at slot 1 (the most left from behind).

It has to be a foolishness, because the nas worked months ago.

I have tested several disks with the same result (only one at a time)

Is it possible that the nas, when reboots takes a random IP or an IP that it had in the past which is not the same rank that my current network?
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: Fail to install fvdw-sl

Postby Jocko » Sat Oct 03, 2015 8:44 pm

jahotinc wrote:Is it possible that the nas, when reboots takes a random IP or an IP that it had in the past which is not the same rank that my current network?

No that can not be : the kernel is not loaded by the nas (no trace on sda7)

This would mean an issue with the disk but your partitions table is ok :scratch

You can try to load an externel kernel (not the standalone version) available in the folder 5big1 and see if the nas starts.
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Fail to install fvdw-sl

Postby fvdw » Sat Oct 03, 2015 9:00 pm

lets have a look at the boot loader and the boot commands set

use the u-boot console action of the fvdw-sl console
when you are on the u-boot prompt (marvell)
give the command
Code: Select all
printenv

and post the output here
(you can leave the disk in, we will perform a manual loading of the kernel)
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Fail to install fvdw-sl

Postby jahotinc » Sat Oct 03, 2015 9:07 pm

printenv result:

Code: Select all
Marvell>> printenv
printenv
baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
ethaddr=00:d0:4b:88:5b:ff
stderr=serial
cpuName=926
enaDebugLed=yes
arcNumber=526
CASset=min
enaMonExt=no
enaFlashBuf=yes
enaCpuStream=no
enaVFP=yes
enaWrAllo=no
enaICPref=yes
enaDCPref=yes
MALLOC_len=1
ethprime=egiga0
netbsd_en=no
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:egiga0:none
image_name=uImage
standalone=fsload 0x400000 $(image_name);setenv bootargs $(bootargs) root=/dev/m
tdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x400000;
disaMvPnp=no
eth1addr=00:00:00:00:51:82
overEthAddr=no
pciMode=host
usb0Mode=host
bootdelay=40
bootcmd=if lump 5; then ; else run disk_disk; fi
kernel_addr=0x400000
boot_disk10=disk ${kernel_addr} 4:6
boot_disk9=if disk ${kernel_addr} 3:6; then; else run boot_disk10; fi
boot_disk8=if disk ${kernel_addr} 2:6; then; else run boot_disk9; fi
boot_disk7=if disk ${kernel_addr} 1:6; then; else run boot_disk8; fi
boot_disk6=if disk ${kernel_addr} 0:6; then; else run boot_disk7; fi
boot_disk5=if disk ${kernel_addr} 4:A; then; else run boot_disk6; fi
boot_disk4=if disk ${kernel_addr} 3:A; then; else run boot_disk5; fi
boot_disk3=if disk ${kernel_addr} 2:A; then; else run boot_disk4; fi
boot_disk2=if disk ${kernel_addr} 1:A; then; else run boot_disk3; fi
boot_disk1=if disk ${kernel_addr} 0:A; then; else run boot_disk2; fi
disk_disk=ide reset; run boot_disk1; bootm ${kernel_addr};
ethact=egiga0
bootargs=console=ttyS0,115200 root=/dev/sda7 ro boardType=mv88F5281 productType=
5Big reset=0
ipaddr=192.168.1.252
ncip=192.168.1.42
serverip=192.168.1.42
stdin=nc
stdout=nc

Environment size: 1588/4092 bytes
Marvell>>

jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: Fail to install fvdw-sl

Postby jahotinc » Sat Oct 03, 2015 9:13 pm

I've tried to load an external kernel (UIMAGE-395-5BIG1-25) and it does not work neither.

The only thing is that now, the disk blue light (behind) is fixed and not blinking.
jahotinc
 
Posts: 35
Joined: Mon Apr 07, 2014 11:39 am

Re: Fail to install fvdw-sl

Postby fvdw » Sat Oct 03, 2015 9:25 pm

on the marvel prompt give command
Code: Select all
ide reset

does it find the disk ?
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: No registered users and 6 guests