NAS doesn't boot after setup Raid

Re: NAS doesn't boot after setup Raid

Postby Jocko » Thu Jan 05, 2017 8:32 am

Hi jungfichte,

Indeed there are some errors in the log file.

And I think your attempt allowed to detect a bug with the install script: fail to delete a gpt table if you want to create ms-dos table. (we need to deepen this point)

So you need to remove the gpt table manually before installing again version 16.1:

- get a telent access (action load standalone kernel)
- load gdisk binary
Code: Select all
busybox tftp -r gdisk -l /sbin/gdisk -g ip-pc
   chmod 755 /sbin/gdisk
(ip-pc is your laptop ip)
- run gdisk /dev/sda

Then on the gdisk menu, do : x+enter; z+enter confirm by typing y+enter (twice : to delete gpt table and mbr protective table)

check if you have no longer a gpt partition : gdisk -l /dev/sda

If yes you can again try to install fvdw-sl
jungfichte wrote: in the Tutorial to build a RAID 1 for fvdw-sl 16.0 it is necessary the change the partition table to GPT
where did you read this :scratch
raid tuto wrote:With a gpt partition you must use gdisk and in the other case use fdisk (the system type code is then 'fd' instead of 'fd00')
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NAS doesn't boot after setup Raid

Postby jungfichte » Mon Jan 30, 2017 8:21 pm

Hi jocko,

today i followed the instructions in your last post:

after deleting the pgt partition table and mbr protective table
Code: Select all
root@(none):/ # gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.5

Partition table scan:
  MBR: not present
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 2048-sector boundaries
Total free space is 976773101 sectors (465.8 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
root@(none):/ #


after installation the fvwd-sl firmware, here the new installer.log:
Code: Select all
root@(none):/ # cat installer.log
fvdw-sl-installer log
tftpd ip address 192.168.18.102
getting required programs from tftp server 192.168.18.102
Dialog installed
xterm installed
mke2fs-ext3 present
gdisk present
Start fvdw-sl firmware installer version 3.0.0

selected nas type 2big1 platform orion
selected disk /dev/sda
gpt support bootloader selected no
selected partion table type msdos
Deleting old msdos partiton table
partitions found before deleting ms-dos partition table = \n
del = w\n\q\n\n
partitions found after delete ms-dos partition table = \n
deleting ms-dos partition succeeded\n
create new partiton table
create ms-dos partiton table
max cylinder 60801
ms-dos partiton scheme disk last cylinder 60800 (-1)

The number of cylinders for this disk is set to 60801.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (1-60801, default 1): Last cylinder or +size or +sizeM or +sizeK (9-60801, default 60801):
Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (1-60801, default 1): Last cylinder or +size or +sizeM or +sizeK (73-60801, default 60801):
Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (1-60801, default 1): Last cylinder or +size or +sizeM or +sizeK (137-60801, default 60801):
Command (m for help): Partition number (1-4): Hex code (type L to list codes): Changed system type of partition 3 to 82 (Linux swap)

Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Selected partition 4
First cylinder (1-60801, default 1): Last cylinder or +size or +sizeM or +sizeK (201-60801, default 60801):
Command (m for help): First cylinder (201-60800, default 201): Last cylinder or +size or +sizeM or +sizeK (209-60800, default 60800):
Command (m for help): First cylinder (201-60800, default 201): Last cylinder or +size or +sizeM or +sizeK (321-60800, default 60800):
Command (m for help): First cylinder (201-60800, default 201): Last cylinder or +size or +sizeM or +sizeK (337-60800, default 60800):
Command (m for help): First cylinder (201-60800, default 201): Last cylinder or +size or +sizeM or +sizeK (409-60800, default 60800):
Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table
creating ms-dos partiton table succeeded
format partition 5
mke2fs 1.41.14 (22-Dec-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
52304 inodes, 208845 blocks
2088 blocks (1.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=213909504
7 block groups
32768 blocks per group, 32768 fragments per group
7472 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840

Writing inode tables: done                           
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 23 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
formatting sda5 succeeded
writing kernel to partition 6
mounting sda 5 succeeded
getting kernel from tftp server
writing kernel to partition 6
3964+1 records in
3964+1 records out
2029704 bytes (1.9MB) copied, 0.355336 seconds, 5.4MB/s
writing kernel to partition 6 succeeded
Getting firmware image from tftp server
firmware disk image uploaded succesfully\n
Unpacking firmware image from archive
firmware disk image extracted succesfully\n
Adapting firmware image for 2big1\n
Transfer of firmware correction from tfp server succeeded, starting pacthing of firmware image
mounting firmware image succeeded
./
./etc/
./etc/init.d/
./etc/init.d/insert-modules
./etc/platform
./lib/
./lib/modules/
./lib/modules/3.14.2/
./lib/modules/3.14.2/sm_ftl.ko
./lib/modules/3.14.2/jedec_probe.ko
./lib/modules/3.14.2/pwc.ko
./lib/modules/3.14.2/videobuf-core.ko
./lib/modules/3.14.2/dm-mirror.ko
./lib/modules/3.14.2/rtl8187.ko
./lib/modules/3.14.2/jfs.ko
./lib/modules/3.14.2/xt_nat.ko
./lib/modules/3.14.2/raid1.ko
./lib/modules/3.14.2/ehci-pci.ko
./lib/modules/3.14.2/isofs.ko
./lib/modules/3.14.2/dm-round-robin.ko
./lib/modules/3.14.2/eeprom_93cx6.ko
./lib/modules/3.14.2/nfsv3.ko
./lib/modules/3.14.2/nf_conntrack_pptp.ko
./lib/modules/3.14.2/ppp_deflate.ko
./lib/modules/3.14.2/plat-ram.ko
./lib/modules/3.14.2/hid-samsung.ko
./lib/modules/3.14.2/gspca_spca1528.ko
./lib/modules/3.14.2/dns_resolver.ko
./lib/modules/3.14.2/usb_f_mass_storage.ko
./lib/modules/3.14.2/raid10.ko
./lib/modules/3.14.2/cmdlinepart.ko
./lib/modules/3.14.2/async_raid6_recov.ko
./lib/modules/3.14.2/rt2x00usb.ko
./lib/modules/3.14.2/cfi_cmdset_0002.ko
./lib/modules/3.14.2/usblp.ko
./lib/modules/3.14.2/caif_socket.ko
./lib/modules/3.14.2/nf_defrag_ipv4.ko
./lib/modules/3.14.2/nf_nat_ipv4.ko
./lib/modules/3.14.2/nand_ecc.ko
./lib/modules/3.14.2/ip6_tables.ko
./lib/modules/3.14.2/g_ether.ko
./lib/modules/3.14.2/v4l2-common.ko
./lib/modules/3.14.2/nf_defrag_ipv6.ko
./lib/modules/3.14.2/ftdi-elan.ko
./lib/modules/3.14.2/hid-sunplus.ko
./lib/modules/3.14.2/nf_conntrack_broadcast.ko
./lib/modules/3.14.2/nf_nat_tftp.ko
./lib/modules/3.14.2/ipt_REJECT.ko
./lib/modules/3.14.2/gspca_sn9c2028.ko
./lib/modules/3.14.2/hid-petalynx.ko
./lib/modules/3.14.2/xt_REDIRECT.ko
./lib/modules/3.14.2/zlib_deflate.ko
./lib/modules/3.14.2/scsi_tgt.ko
./lib/modules/3.14.2/xt_conntrack.ko
./lib/modules/3.14.2/rt2x00lib.ko
./lib/modules/3.14.2/iscsi_tcp.ko
./lib/modules/3.14.2/lzo_compress.ko
./lib/modules/3.14.2/rtlwifi.ko
./lib/modules/3.14.2/rt2800usb.ko
./lib/modules/3.14.2/cuse.ko
./lib/modules/3.14.2/hid-gyration.ko
./lib/modules/3.14.2/nf_conntrack_snmp.ko
./lib/modules/3.14.2/cifs.ko
./lib/modules/3.14.2/async_tx.ko
./lib/modules/3.14.2/usb_f_rndis.ko
./lib/modules/3.14.2/oid_registry.ko
./lib/modules/3.14.2/ftdi_sio.ko
./lib/modules/3.14.2/ppp_generic.ko
./lib/modules/3.14.2/pegasus.ko
./lib/modules/3.14.2/exportfs.ko
./lib/modules/3.14.2/ipt_MASQUERADE.ko
./lib/modules/3.14.2/async_memcpy.ko
./lib/modules/3.14.2/dm-raid.ko
./lib/modules/3.14.2/cfi_cmdset_0001.ko
./lib/modules/3.14.2/xfrm6_mode_transport.ko
./lib/modules/3.14.2/mac80211.ko
./lib/modules/3.14.2/nfsd.ko
./lib/modules/3.14.2/auth_rpcgss.ko
./lib/modules/3.14.2/dm-queue-length.ko
./lib/modules/3.14.2/raid_class.ko
./lib/modules/3.14.2/nf_conntrack_ipv4.ko
./lib/modules/3.14.2/rtc-s35390a.ko
./lib/modules/3.14.2/nand_ids.ko
./lib/modules/3.14.2/usb-storage.ko
./lib/modules/3.14.2/sg.ko
./lib/modules/3.14.2/uvcvideo.ko
./lib/modules/3.14.2/caif.ko
./lib/modules/3.14.2/cfi_cmdset_0020.ko
./lib/modules/3.14.2/nf_nat_ipv6.ko
./lib/modules/3.14.2/dm-crypt.ko
./lib/modules/3.14.2/nf_nat_ftp.ko
./lib/modules/3.14.2/ipv6.ko
./lib/modules/3.14.2/hid.ko
./lib/modules/3.14.2/pl2303.ko
./lib/modules/3.14.2/dm-multipath.ko
./lib/modules/3.14.2/ip6t_NPT.ko
./lib/modules/3.14.2/rtc-pcf8563.ko
./lib/modules/3.14.2/nf_conntrack.ko
./lib/modules/3.14.2/rtl8192c-common.ko
./lib/modules/3.14.2/xt_connlimit.ko
./lib/modules/3.14.2/nfs.ko
./lib/modules/3.14.2/pppoe.ko
./lib/modules/3.14.2/cdrom.ko
./lib/modules/3.14.2/libiscsi.ko
./lib/modules/3.14.2/videobuf2-memops.ko
./lib/modules/3.14.2/nand.ko
./lib/modules/3.14.2/iptable_mangle.ko
./lib/modules/3.14.2/libcomposite.ko
./lib/modules/3.14.2/xfrm6_mode_beet.ko
./lib/modules/3.14.2/ums-sddr55.ko
./lib/modules/3.14.2/nf_nat_proto_gre.ko
./lib/modules/3.14.2/ip_tables.ko
./lib/modules/3.14.2/net1080.ko
./lib/modules/3.14.2/ax88179_178a.ko
./lib/modules/3.14.2/cdc_ether.ko
./lib/modules/3.14.2/mii.ko
./lib/modules/3.14.2/cfi_probe.ko
./lib/modules/3.14.2/fuse.ko
./lib/modules/3.14.2/rt2800lib.ko
./lib/modules/3.14.2/md-mod.ko
./lib/modules/3.14.2/ehci-orion.ko
./lib/modules/3.14.2/configfs.ko
./lib/modules/3.14.2/nf_nat.ko
./lib/modules/3.14.2/gen_probe.ko
./lib/modules/3.14.2/ext4.ko
./lib/modules/3.14.2/scsi_transport_iscsi.ko
./lib/modules/3.14.2/g_mass_storage.ko
./lib/modules/3.14.2/ehci-hcd.ko
./lib/modules/3.14.2/u_ether.ko
./lib/modules/3.14.2/ip6table_filter.ko
./lib/modules/3.14.2/videodev.ko
./lib/modules/3.14.2/gspca_sonixb.ko
./lib/modules/3.14.2/usbserial.ko
./lib/modules/3.14.2/ppp_mppe.ko
./lib/modules/3.14.2/usbnet.ko
./lib/modules/3.14.2/dm-region-hash.ko
./lib/modules/3.14.2/chnl_net.ko
./lib/modules/3.14.2/ums-jumpshot.ko
./lib/modules/3.14.2/zr364xx.ko
./lib/modules/3.14.2/zlib_inflate.ko
./lib/modules/3.14.2/dm-bufio.ko
./lib/modules/3.14.2/gspca_sonixj.ko
./lib/modules/3.14.2/oxu210hp-hcd.ko
./lib/modules/3.14.2/mtd.ko
./lib/modules/3.14.2/sit.ko
./lib/modules/3.14.2/zaurus.ko
./lib/modules/3.14.2/gspca_main.ko
./lib/modules/3.14.2/linear.ko
./lib/modules/3.14.2/videobuf-vmalloc.ko
./lib/modules/3.14.2/nfs_acl.ko
./lib/modules/3.14.2/pci-stub.ko
./lib/modules/3.14.2/squashfs.ko
./lib/modules/3.14.2/raid0.ko
./lib/modules/3.14.2/iptable_filter.ko
./lib/modules/3.14.2/raid456.ko
./lib/modules/3.14.2/evdev.ko
./lib/modules/3.14.2/jbd2.ko
./lib/modules/3.14.2/hid-generic.ko
./lib/modules/3.14.2/xt_connmark.ko
./lib/modules/3.14.2/nfsv2.ko
./lib/modules/3.14.2/nf_conntrack_h323.ko
./lib/modules/3.14.2/async_xor.ko
./lib/modules/3.14.2/xfs.ko
./lib/modules/3.14.2/ums-freecom.ko
./lib/modules/3.14.2/xor.ko
./lib/modules/3.14.2/videobuf2-vmalloc.ko
./lib/modules/3.14.2/nf_conntrack_ftp.ko
./lib/modules/3.14.2/ip6table_nat.ko
./lib/modules/3.14.2/nf_conntrack_tftp.ko
./lib/modules/3.14.2/dm-service-time.ko
./lib/modules/3.14.2/nf_conntrack_proto_gre.ko
./lib/modules/3.14.2/cmac.ko
./lib/modules/3.14.2/libiscsi_tcp.ko
./lib/modules/3.14.2/mtd_blkdevs.ko
./lib/modules/3.14.2/ip6t_MASQUERADE.ko
./lib/modules/3.14.2/rtl8192cu.ko
./lib/modules/3.14.2/rtl_usb.ko
./lib/modules/3.14.2/raid6_pq.ko
./lib/modules/3.14.2/usb_f_ecm_subset.ko
./lib/modules/3.14.2/asix.ko
./lib/modules/3.14.2/gspca_vicam.ko
./lib/modules/3.14.2/async_pq.ko
./lib/modules/3.14.2/nf_nat_sip.ko
./lib/modules/3.14.2/nf_nat_h323.ko
./lib/modules/3.14.2/dm-snapshot.ko
./lib/modules/3.14.2/r8712u.ko
./lib/modules/3.14.2/dm-log.ko
./lib/modules/3.14.2/map_ram.ko
./lib/modules/3.14.2/pppox.ko
./lib/modules/3.14.2/nf_conntrack_sip.ko
./lib/modules/3.14.2/hid-pl.ko
./lib/modules/3.14.2/orion_nand.ko
./lib/modules/3.14.2/nf_nat_pptp.ko
./lib/modules/3.14.2/xt_NETMAP.ko
./lib/modules/3.14.2/gspca_benq.ko
./lib/modules/3.14.2/ubi.ko
./lib/modules/3.14.2/pktgen.ko
./lib/modules/3.14.2/udf.ko
./lib/modules/3.14.2/cdc_ncm.ko
./lib/modules/3.14.2/sisusbvga.ko
./lib/modules/3.14.2/xfrm6_mode_tunnel.ko
./lib/modules/3.14.2/udc-core.ko
./lib/modules/3.14.2/mv_udc.ko
./lib/modules/3.14.2/ntfs.ko
./lib/modules/3.14.2/cfi_util.ko
./lib/modules/3.14.2/usbhid.ko
./lib/modules/3.14.2/nf_conntrack_ipv6.ko
./lib/modules/3.14.2/nfsv4.ko
./lib/modules/3.14.2/videobuf2-core.ko
./lib/modules/3.14.2/plat_nand.ko
./lib/modules/3.14.2/dm-mod.ko
./lib/modules/3.14.2/hid-sony.ko
./lib/modules/3.14.2/ums-sddr09.ko
./lib/modules/3.14.2/cfg80211.ko
./lib/modules/3.14.2/cdc_subset.ko
./lib/modules/3.14.2/ppp_async.ko
./lib/modules/3.14.2/marvell.ko
./lib/modules/3.14.2/michael_mic.ko
./lib/modules/3.14.2/lzo_decompress.ko
./lib/modules/3.14.2/ums-datafab.ko
./lib/modules/3.14.2/chipreg.ko
./lib/modules/3.14.2/lockd.ko
./lib/modules/3.14.2/qinfo_probe.ko
./lib/modules/3.14.2/lpddr_cmds.ko
./lib/modules/3.14.2/v4l2-dv-timings.ko
./lib/modules/3.14.2/rt73usb.ko
./lib/modules/3.14.2/sunrpc.ko
./lib/modules/3.14.2/gspca_sn9c20x.ko
./lib/modules/3.14.2/nf_nat_snmp_basic.ko
./lib/modules/3.14.2/usb_f_ecm.ko
./lib/modules/3.14.2/slhc.ko
./lib/modules/3.14.2/mtdblock.ko
./lib/modules/3.14.2/sr_mod.ko
./lib/modules/3.14.2/ipheth.ko
./lib/modules/3.14.2/ums-alauda.ko
./lib/modules/3.14.2/rtc-m41t80.ko
./lib/modules/3.14.2/rt2500usb.ko
./lib/modules/3.14.2/iptable_nat.ko
./lib/modules/3.14.2/wire.ko
./lib/modules/3.14.2/physmap.ko
./lib/modules/3.14.2/mdc800.ko
./lib/modules/3.14.2/rpcsec_gss_krb5.ko
correcting firmware image for 2big1 succeeded\n
Writing firmware to partion 7
512000+0 records in
512000+0 records out
262144000 bytes (250.0MB) copied, 56.038223 seconds, 4.5MB/s
writing firmware file to partition 7 succeeded
writing firmware to partition 1
512000+0 records in
512000+0 records out
262144000 bytes (250.0MB) copied, 55.506477 seconds, 4.5MB/s
writing firmware file to partition 1 succeeded
writing firmware to partition 2
512000+0 records in
512000+0 records out
262144000 bytes (250.0MB) copied, 58.105050 seconds, 4.3MB/s
writing firmware file to partition 2 succeeded
write default database to partition 5
uploading default database on partition 5 succeeded
extraction and installing of the default database on partition 5 succeeded
format partition 8 shared folder partition
formating partition 8 succeeded
create shared folder public on partition 8
Installation completed


but after
Code: Select all
reboot -f
the nas doesn't boot :dontknow
Code: Select all
root@(none):/ # fdisk /dev/sda

The number of cylinders for this disk is set to 60801.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sda1               9          72      514080  83 Linux
/dev/sda2              73         136      514080  83 Linux
/dev/sda3             137         200      514080  82 Linux swap
/dev/sda4             201       60800   486769500   5 Extended
/dev/sda5             209         312      835380  83 Linux
/dev/sda6             321         328       64260  83 Linux
/dev/sda7             337         400      514080  83 Linux
/dev/sda8             409       60800   485098740  83 Linux

Command (m for help):


where did you read this :scratch

sorry, i stopped reading after this
With a gpt partition you must use gdisk...
:hammerhead
jungfichte
Donator VIP
Donator VIP
 
Posts: 37
Joined: Thu Nov 10, 2011 7:54 pm
Location: Dachau, Germany

Re: NAS doesn't boot after setup Raid

Postby Jocko » Mon Jan 30, 2017 8:39 pm

Hi jungfichte;

For me install log is now ok. :thumbup
jungfichte wrote:but after
Code: Select all
reboot -f
the nas doesn't boot :dontknow


You can try to use reboot without option f or by unplugging the power wire :scratch
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NAS doesn't boot after setup Raid

Postby jungfichte » Mon Jan 30, 2017 8:45 pm

same behavior with unplugging the power wire
jungfichte
Donator VIP
Donator VIP
 
Posts: 37
Joined: Thu Nov 10, 2011 7:54 pm
Location: Dachau, Germany

Re: NAS doesn't boot after setup Raid

Postby Jocko » Mon Jan 30, 2017 8:54 pm

So get again a telnet access with fvdw-sl console

And do
Code: Select all
mkdir /sda7
mount /dev/sda7 /sda7
ls -l /sda7/boot.log
cat /sda7/boot.log


Other thing try to boot again after removing the 2d disk (sdb)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NAS doesn't boot after setup Raid

Postby jungfichte » Mon Jan 30, 2017 9:12 pm

the second disk is not installed

Code: Select all
root@(none):/ # mkdir /sda7
root@(none):/ # mount /dev/sda7 /sda7
root@(none):/ # ls -l /sda7/boot.log
ls: /sda7/boot.log: No such file or directory

Code: Select all
root@(none):/ # ls /sda7/
bin         clunc       etc         lost+found  opt         sbin        usr
bin_cab     dev         lib         mail        proc        share       var
boot        direct-usb  linuxrc     nowhere     root        sys
root@(none):/ #
jungfichte
Donator VIP
Donator VIP
 
Posts: 37
Joined: Thu Nov 10, 2011 7:54 pm
Location: Dachau, Germany

Re: NAS doesn't boot after setup Raid

Postby Jocko » Mon Jan 30, 2017 10:11 pm

So the bootloader did not see your disk even if it uses a ms-dos partition :scratch

What happens if you load an external kernel with the related action of fvdw-sl console
Note: you must not select the standalone version!
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NAS doesn't boot after setup Raid

Postby fvdw » Tue Jan 31, 2017 5:17 pm

Start uboot command window using fvdw-sl console and give at the marvell>> prompt the command printenv to see which uboot commands are set. There we can see what the bootloader is using as boot cmd
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: NAS doesn't boot after setup Raid

Postby jungfichte » Wed Feb 01, 2017 7:24 pm

Code: Select all
provided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter


Marvell>> printenv
printenv
baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
stderr=serial
cpuName=926
enaDebugLed=yes
arcNumber=526
CASset=min
enaMonExt=no
enaFlashBuf=yes
enaCpuStream=no
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
ethaddr=00:00:00:00:51:81
eth1addr=00:00:00:00:51:82
overEthAddr=no
pciMode=host
usb0Mode=host
usb1Mode=host
bootdelay=3
bootcmd=if lump 2; then ; else run disk_disk; fi
kernel_addr=0x400000
boot_disk4=disk ${kernel_addr} 1:6
boot_disk3=if disk ${kernel_addr} 0:6; 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=mv88F5182 productType=
2Big reset=0
ipaddr=192.168.18.252
ncip=192.168.18.102
serverip=192.168.18.102
stdin=nc
stdout=nc

Environment size: 1138/4092 bytes
Marvell>>
jungfichte
Donator VIP
Donator VIP
 
Posts: 37
Joined: Thu Nov 10, 2011 7:54 pm
Location: Dachau, Germany

Re: NAS doesn't boot after setup Raid

Postby Jocko » Wed Feb 01, 2017 10:26 pm

Hi jungfichte,

It is fvdw who is the expert for uboot. What you can do and I think he also go to ask you to try :
Stil from a uboot window, do
Code: Select all
version

ide reset

ide info

bootm
(bootm should load the kernel on sda6...)

So post all these output
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie 2Big Network vs1

Who is online

Users browsing this forum: No registered users and 1 guest