Welcome! Log In Create A New Profile

Advanced

NSA325 booting problem

Posted by addy75 
NSA325 booting problem
April 02, 2016 05:05PM
Hi,

i've a problem, i'm thinking that i've bricked my NSA325.

For several months all works fine. Yesterday, having a lot of time i thought "time to update".
I updated debian whezzy to jessie and the kernel 4.4.0 to 4.5.0. After rebooting booting fails
Begin: Running /scripts/local-block ... done.
done.
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-label/hdd-root does not exist. Dropping to a shell!
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory


I've seen the new uboot 2015-10 and tried to update my older uboot 2015 (don't know why i thought, that could solve my problem)
All seems to have gone fine but after reboot the box didn't work anymore.

The box starts, shows the blue button and the green led hdd2 turns on, and both stay turned on for about 20-30sec.
The they turn off for 1sec and return on. This continous....
I tried to connect via serial cabel but putty doesn't shows any message.
The only "change" is, that the serial converter's led for "data" turns off when the box has startet. In the 1sec the box "reboots" the data led turns on and off again.

Is there any chance to unbrick the box or to look for what happens?

Thank you in advance!



Edited 1 time(s). Last edit at 04/02/2016 05:13PM by bodhi.
Re: NSA325 booting problem
April 02, 2016 05:21PM
addy75,

> Is there any chance to unbrick the box or to look
> for what happens?

Yes. Use UART booting method as mentioned in the u-boot release thread:

Quote

Important Note: If possible, try to test this boot image with UART booting before flashing to NAND. See davygravy's UART booting using kwboot instruction here in this thread. The latest u-boot image released here should be used for UART booting, if your box is the type that supports it (these do not: Dockstar, Pogo E02, iConnect).

To download ARM kwboot binary for UART booting at Dropbox:
kwboot
md5:
0efd011bdb244436e432a8de33e639a1

Run kwboot on your box that has serial console module:
./kwboot  -t -B 115200 /dev/ttyUSB0 -b uboot.2015.10-tld-1.nsa325.mtd0.kwb   -p

And post the entire serial console log here (from kwboot command until the booting stops).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 04/02/2016 05:53PM by bodhi.
Re: NSA325 booting problem
April 08, 2016 05:30PM
Hello bodhi,

i tried it with an VM, an native debian64 and ubuntu64 but nothing happens, when i'm entering the command.
The thing turning around at the end of the command get's really slow when the box boots up but nothing happens.
The Box restarts after 30-40 seconds, returning on the green power and hdd2 led.

You have any further idea?
Re: NSA325 booting problem
April 08, 2016 05:44PM
addy75,

This is the box ignoring kwboot handshake and eventually got reset by the hardware watchdog.

kwboot is sometime hard to get working properly on a VM. It is best to run it on a native OS terminal. If you have another ARM box, any one, such as a Pogo Mobile, Pogo E02, Dockstar,... then it is must easier to get it working.

Now with that said, if kwboot can not run on a another ARM box such as one above, then you will need JTAG. The NSA325 has JTAG connector but no header. I have installed a JTAG header on my NSA325V2, but have not had time to play with it. So no immediate JTAG solution on my part.

Keep trying, but not with a VM.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 04/08/2016 05:45PM by bodhi.
Re: NSA325 booting problem
April 08, 2016 06:07PM
I tried it ubuntu native, same result.

Ok, so i've to check for the jtag
I'll continue.

Thank you anyway :-)
Re: NSA325 booting problem
April 08, 2016 06:48PM
addy75 Wrote:
-------------------------------------------------------
> I tried it ubuntu native, same result.
>
> Ok, so i've to check for the jtag
> I'll continue.
>
> Thank you anyway :-)

Are you sure that your kwboot set up is working, have you tried it before?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA325 booting problem
April 09, 2016 05:17PM
Frist step is done.
I don't know why... but know flash works.

It started with a lot of errors, modem errors, then falshing works without errors. The old env is still there, seems to be ok.
Strange thing now:
Before the uboot-updatecrash, i attached my notebook via serial cable and i could see (putty) debian booting.
But know, i'm not able to see anything.
If i reflash uboot and stay attached, the i see the box and linux booting.

Any ideas what i've have to turn on?
Notebook is the same as earlier.

(before: Attach box + notebook, open putty on com7, boot box -> see what happens)
(now: Attach box + notebook, open putty on com7, boot box -> you don't see anything
now Attach box + notebook, boot linux, flash kwboot -> flash in progress, box reboots, i see what's going on)

Something seems to has gone wrong while updating from 4.4.0 -> 4.5.0
I'll check this tomorrow.
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-label/hdd-root does not exist. Dropping to a shell!
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
Re: NSA325 booting problem
April 09, 2016 07:28PM
Sorry, I have trouble understanding what you are describing :)

Did kwboot work? and do you have a serial console log in kwboot session?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA325 booting problem
April 10, 2016 02:33PM
No problem, i try to improve my english ;-)

.....update
....



Edited 1 time(s). Last edit at 04/10/2016 04:24PM by addy75.
Re: NSA325 booting problem
April 10, 2016 03:56PM
addy,

> No problem, i try to improve my english ;-)

You are doing fine :)

>
> Flashing the new uboot (you should say: loading the new u-boot with kwboot) has worked now. I don't
> know why and how but it did. The box tries to
> start debian from hdd.
> All ok for this.

This is why I was confused. When you run kwboot, you are not flashing u-boot, nothing get written to NAND. kwboot only tells the NSA325 bootROM to load and run this u-boot image, instead of the image stored in NAND.


> Now, when i connect to the box and restart it, i
> can't see anything, not the start of the box, nor
> the start of linux.
> I don't see the log via serial.

This is expected if your NAND u-boot is corrupted.

> When i run the uboot via kwboot it shows me the
> log via serial....
> Strange, isn't it?

Not strange at all. This is the purpose of UART booting with kwboot.

Now you can use kwboot to boot all the way into Debian, and reflash the latest u-boot from there.

The latets error above was mounting-rootfs problem. Check your rootfs to make sure that it is labeled rootfs. Or post the entire serial console log here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 04/10/2016 04:00PM by bodhi.
Re: NSA325 booting problem
April 10, 2016 04:49PM
Hi bodhi

first of all thanks for your help and patience.

A bit (to) late i got, that kwboot isn't flashing anything.

I tried to erase and reflash with nandwrite and it works.
Now i check for the boot problem :-)

Anything that i can send you as a litte "thank you" ?
Re: NSA325 booting problem
April 10, 2016 05:45PM
addy75 Wrote:
-------------------------------------------------------
> Hi bodhi
>
> first of all thanks for your help and patience.
>
> A bit (to) late i got, that kwboot isn't flashing
> anything.
>
> I tried to erase and reflash with nandwrite and it
> works.
> Now i check for the boot problem :-)

Cool!

> Anything that i can send you as a litte "thank
> you" ?

No need to, but if you feel like contributing to the community, visit here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA325 booting problem
April 13, 2016 02:42PM
Hi bodhi,
i follwed your beer link :-)

may i ask you for a last help?

The box works, booting from my old debian usb stick but from ssd (failed update) it doesn't.
Can you give me any hint to solve my problem?

-> I can boot from USB and mount the ssd...

U-Boot 2015.10-tld-1 (Nov 06 2015 - 16:09:38 -0800)
ZyXEL NSA325 2-Bay Power Media Server

SoC: Kirkwood 88F6282_A1
DRAM: 512 MiB (ECC not enabled)
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0 [PRIME]
MV88E1318 PHY initialized on egiga0
Hit any key to stop autoboot: 0
resetting USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
** Bad device usb 0 **
** Bad device usb 0 **

Reset IDE: Bus 0: OK Bus 1: not available
Device 0: Model: INTEL SSDSA2BW160G3L Firm: 4PC1LE04 Ser#: CVPR137009LE160DGN
Type: Hard Disk
Supports 48-bit addressing
Capacity: 152627.8 MB = 149.0 GB (312581808 x 512)
3169424 bytes read in 470 ms (6.4 MiB/s)
7520041 bytes read in 1108 ms (6.5 MiB/s)
## Booting kernel from Legacy Image at 02000000 ...
Image Name: Linux-4.1.0-kirkwood-tld-1
Created: 2016-04-01 22:43:27 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3169360 Bytes = 3 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
Image Name: initramfs-4.5.0-kirkwood-tld-1
Created: 2016-04-01 22:43:42 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 7519977 Bytes = 7.2 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Mon Jan 25 20:35:24 PST 2016
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine model: ZyXEL NSA325
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=ext4 root=LABEL=hdd-root rootdelay=25 :::orion:eth0:none
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 503124K/524288K available (6007K kernel code, 573K rwdata, 1992K rodata, 296K init, 312K bss, 21164K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc07d7ef4 (8000 kB)
[ 0.000000] .init : 0xc07d8000 - 0xc0822000 ( 296 kB)
[ 0.000000] .data : 0xc0822000 - 0xc08b169c ( 574 kB)
[ 0.000000] .bss : 0xc08b169c - 0xc08ff9d0 ( 313 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[ 0.000007] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[ 0.000282] Console: colour dummy device 80x30
[ 0.000310] Calibrating delay loop... 1594.16 BogoMIPS (lpj=7970816)
[ 0.090071] pid_max: default: 32768 minimum: 301
[ 0.090166] Security Framework initialized
[ 0.090231] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090248] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090899] Initializing cgroup subsys io
[ 0.090928] Initializing cgroup subsys devices
[ 0.090949] Initializing cgroup subsys freezer
[ 0.090977] Initializing cgroup subsys net_cls
[ 0.091049] CPU: Testing write buffer coherency: ok
[ 0.091445] Setting up static identity map for 0x8200 - 0x8258
[ 0.091717] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[ 0.094759] devtmpfs: initialized
[ 0.099604] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.099998] prandom: seed boundary self test passed
[ 0.102847] prandom: 100 self tests passed
[ 0.102878] pinctrl core: initialized pinctrl subsystem
[ 0.104028] NET: Registered protocol family 16
[ 0.104378] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.130092] cpuidle: using governor ladder
[ 0.160090] cpuidle: using governor menu
[ 0.160460] Feroceon L2: Enabling L2
[ 0.160494] Feroceon L2: Cache support initialised.
[ 0.160815] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[ 0.165086] No ATAGs?
[ 0.191234] vgaarb: loaded
[ 0.191516] usbcore: registered new interface driver usbfs
[ 0.191577] usbcore: registered new interface driver hub
[ 0.191624] usbcore: registered new device driver usb
[ 0.192482] clocksource: Switched to clocksource orion_clocksource
[ 0.234706] NET: Registered protocol family 2
[ 0.235349] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.235405] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.235457] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.235507] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.235527] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.235684] NET: Registered protocol family 1
[ 0.236004] RPC: Registered named UNIX socket transport module.
[ 0.236014] RPC: Registered udp transport module.
[ 0.236019] RPC: Registered tcp transport module.
[ 0.236025] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.236243] Unpacking initramfs...
[ 0.733617] Freeing initrd memory: 7344K (c1100000 - c182c000)
[ 0.733740] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.734633] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.734692] audit: initializing netlink subsys (disabled)
[ 0.734740] audit: type=2000 audit(0.730:1): initialized
[ 0.735015] Initialise system trusted keyring
[ 0.735333] zbud: loaded
[ 0.735559] VFS: Disk quotas dquot_6.6.0
[ 0.735607] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.736027] NFS: Registering the id_resolver key type
[ 0.736059] Key type id_resolver registered
[ 0.736066] Key type id_legacy registered
[ 0.736086] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.736097] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.736277] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.736678] Key type big_key registered
[ 0.751049] Key type asymmetric registered
[ 0.751068] Asymmetric key parser 'x509' registered
[ 0.751147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.751164] io scheduler noop registered
[ 0.751175] io scheduler deadline registered
[ 0.751224] io scheduler cfq registered (default)
[ 0.752289] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[ 0.752902] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated
[ 0.753214] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated
[ 0.753816] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00
[ 0.753830] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
[ 0.753840] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[ 0.753851] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.754137] PCI: bus0: Fast back to back transfers disabled
[ 0.754156] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.772550] PCI: bus1: Fast back to back transfers disabled
[ 0.772692] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[ 0.772707] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe0001fff 64bit]
[ 0.772727] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.772738] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff]
[ 0.772805] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[ 0.772886] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 0.773122] mv_xor f1060800.xor: Marvell shared XOR driver
[ 0.813009] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[ 0.813191] mv_xor f1060900.xor: Marvell shared XOR driver
[ 0.853002] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[ 0.853378] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.854458] console [ttyS0] disabled
[ 0.854510] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[ 1.534134] console [ttyS0] enabled
[ 1.538676] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1
[ 1.545087] nand: Eon NAND 128MiB 3,3V 8-bit
[ 1.549377] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.556998] Scanning device for bad blocks
[ 1.614716] libphy: Fixed MDIO Bus: probed
[ 1.619107] libphy: orion_mdio_bus: probed
[ 1.626474] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 1.633864] mv643xx_eth: Set the PHY to fix link down
[ 1.639344] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 10:7b:ef:88:11:1e
[ 1.648461] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.655096] ehci-pci: EHCI PCI platform driver
[ 1.659622] ehci-orion: EHCI orion driver
[ 1.663820] orion-ehci f1050000.ehci: EHCI Host Controller
[ 1.669348] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[ 1.677176] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[ 1.702505] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[ 1.708703] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.715539] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.722805] usb usb1: Product: EHCI Host Controller
[ 1.727702] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd
[ 1.734358] usb usb1: SerialNumber: f1050000.ehci
[ 1.739657] hub 1-0:1.0: USB hub found
[ 1.743485] hub 1-0:1.0: 1 port detected
[ 1.747934] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.753243] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.760955] xhci_hcd 0000:01:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[ 1.769554] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.776387] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.783652] usb usb2: Product: xHCI Host Controller
[ 1.788549] usb usb2: Manufacturer: Linux 4.4.0-kirkwood-tld-1 xhci-hcd
[ 1.795206] usb usb2: SerialNumber: 0000:01:00.0
[ 1.800395] hub 2-0:1.0: USB hub found
[ 1.804218] hub 2-0:1.0: 2 ports detected
[ 1.808688] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.813979] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[ 1.821477] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.829721] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.836553] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.843888] usb usb3: Product: xHCI Host Controller
[ 1.848787] usb usb3: Manufacturer: Linux 4.4.0-kirkwood-tld-1 xhci-hcd
[ 1.855448] usb usb3: SerialNumber: 0000:01:00.0
[ 1.860625] hub 3-0:1.0: USB hub found
[ 1.864447] hub 3-0:1.0: 2 ports detected
[ 1.869227] mousedev: PS/2 mouse device common for all mice
[ 1.875149] i2c /dev entries driver
[ 1.879250] rtc-pcf8563 0-0051: chip found, driver version 0.4.4
[ 1.889735] rtc rtc0: invalid alarm value: 1970-1-30 3:64:0
[ 1.895535] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
[ 1.904856] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.910575] drop_monitor: Initializing network drop monitor service
[ 1.917098] NET: Registered protocol family 17
[ 1.921770] Key type dns_resolver registered
[ 1.926737] registered taskstats version 1
[ 1.930882] Loading compiled-in X.509 certificates
[ 1.935758] zswap: loaded using pool lzo/zbud
[ 1.946406] Key type encrypted registered
[ 1.952151] rtc-pcf8563 0-0051: setting system clock to 1970-01-03 21:55:06 UTC (251706)
[ 1.962953] Freeing unused kernel memory: 296K (c07d8000 - c0822000)
Loading, please wait...
[ 2.023181] systemd-udevd[81]: starting version 215
[ 2.029371] random: systemd-udevd urandom read with 4 bits of entropy available
[ 2.064332] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 2.234197] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 2.240952] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.260558] usb 1-1: Product: USB2.0 Hub
[ 2.269523] hub 1-1:1.0: USB hub found
[ 2.278078] hub 1-1:1.0: 4 ports detected
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
done.
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-label/hdd-root does not exist. Dropping to a shell!
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.4.0-kirkwood-tld-1': No such file or directory


BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs) [ 181.002507] random: nonblocking pool is initialized
Re: NSA325 booting problem
April 13, 2016 04:56PM
Ok, i'm a step further...

i cleaned out all old kernel version, change the ssd label and system starts.

Now it stucks @

Welcome to emergGive root password for maintenance
(or type Control-D to continue):
....
i 'll look now for the next challenge :-)
Re: NSA325 booting problem
April 13, 2016 05:04PM
addy,

Mount your rootfs on a different Linux box. If it was assigned sdb1 then:

Unmount, then check for errord
e2fsck /dev/sdb1
then check the label hdd-root
e2label /dev/sdb1
Take this out from bootargs, why is it there?
:::orion:eth0:none

Also you are using ext4 for the rootfs, right? your bootargs specified that.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA325 booting problem
April 14, 2016 11:19AM
Hi,

i checkef filesystem, removed :::orion. I don't know why it was there, where i got the manual were it was written in.

Serveral apt-get dist-upgrades later it boots 99% normally.
Only problem i get is

samba (2:4.2.10+dfsg-0+deb8u2) wird eingerichtet ...
[ 1156.071241] systemd-sysv-generator[3005]: Overwriting existing symlink /run/systemd/generator.late/pyload.service with real service
samba (2:4.2.10+dfsg-0+deb8u2) wird eingerichtet ...
[ 1156.071241] systemd-sysv-generator[3005]: Overwriting existing symlink /run/systemd/generator.late/pyload.service with real service
[ 1156.807927] systemd-sysv-generator[3035]: Overwriting existing symlink /run/systemd/generator.late/pyload.service with real service
Job for smbd.service failed. See 'systemctl status smbd.service' and 'journalctl -xn' for details.


What this will be fixed soon :-)

Thank you very much!
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: