U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:41:47 -0700) Pogoplug V4 SoC: Kirkwood 88F6192_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 128 MiB MMC: kwsdio: 0 In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 Pogov4> printenv arcNumber=3960 bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-pogoplug_v4.dtb ethact=egiga0 ethaddr=00:25:31:04:3A:2C if_netconsole=ping $serverip init_ide=ide reset init_mmc=mmc rescan init_usb=usb start ipaddr=172.27.35.44 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_dtb_addr=0x1c00000 load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x1100000 load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage load_uimage_addr=0x800000 machid=f78 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done scan_ide=ide reset scan_mmc=mmc rescan scan_usb=usb start serverip=172.27.35.1 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_loaded=0 uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi usb_ready_retry=15 Environment size: 3127/131068 bytes Pogov4> clear Unknown command 'clear' - try 'help' Pogov4> boot starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 30308352 dd2be4ab-01 83 Boot loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 263 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 3154896 bytes read in 383 ms (7.9 MiB/s) loading uInitrd ... 7179935 bytes read in 456 ms (15 MiB/s) loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ... 10246 bytes read in 613 ms (15.6 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.4.0-kirkwood-tld-1 Created: 2016-02-19 5:55:25 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3154832 Bytes = 3 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.4.0-kirkwood-tld-1 Created: 2016-02-19 7:33:04 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7179871 Bytes = 6.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 07435000, end 07b0de5f ... OK Loading Device Tree to 0742f000, end 07434805 ... OK Using machid 0xf78 from environment 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: Pogoplug v4 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 113628K/131072K available (6007K kernel code, 573K rwdata, 1992K rodata, 296K init, 312K bss, 17444K 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 : 0xc8800000 - 0xff800000 ( 880 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 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: 11467562657 ns [ 0.000014] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns [ 0.000499] Console: colour dummy device 80x30 [ 0.000547] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216) [ 0.090133] pid_max: default: 32768 minimum: 301 [ 0.090296] Security Framework initialized [ 0.090409] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.090439] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.091652] Initializing cgroup subsys io [ 0.091703] Initializing cgroup subsys devices [ 0.091739] Initializing cgroup subsys freezer [ 0.091789] Initializing cgroup subsys net_cls [ 0.091917] CPU: Testing write buffer coherency: ok [ 0.092624] Setting up static identity map for 0x8200 - 0x8258 [ 0.093086] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.098770] devtmpfs: initialized [ 0.105738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.106443] prandom: seed boundary self test passed [ 0.112174] prandom: 100 self tests passed [ 0.112234] pinctrl core: initialized pinctrl subsystem [ 0.114354] NET: Registered protocol family 16 [ 0.115068] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.140167] cpuidle: using governor ladder [ 0.170163] cpuidle: using governor menu [ 0.170799] Feroceon L2: Enabling L2 [ 0.170864] Feroceon L2: Cache support initialised. [ 0.171429] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.178995] No ATAGs? [ 0.212294] vgaarb: loaded [ 0.212814] usbcore: registered new interface driver usbfs [ 0.212931] usbcore: registered new interface driver hub [ 0.213049] usbcore: registered new device driver usb [ 0.214654] clocksource: Switched to clocksource orion_clocksource [ 0.296280] NET: Registered protocol family 2 [ 0.297460] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.297499] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.297530] TCP: Hash tables configured (established 1024 bind 1024) [ 0.297633] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.297668] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.297945] NET: Registered protocol family 1 [ 0.298523] RPC: Registered named UNIX socket transport module. [ 0.298541] RPC: Registered udp transport module. [ 0.298552] RPC: Registered tcp transport module. [ 0.298563] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.298964] Unpacking initramfs... [ 1.249172] Freeing initrd memory: 7012K (c7435000 - c7b0e000) [ 1.249360] NetWinder Floating Point Emulator V0.97 (double precision) [ 1.250980] futex hash table entries: 256 (order: -1, 3072 bytes) [ 1.251085] audit: initializing netlink subsys (disabled) [ 1.251161] audit: type=2000 audit(1.240:1): initialized [ 1.251665] Initialise system trusted keyring [ 1.252242] zbud: loaded [ 1.252661] VFS: Disk quotas dquot_6.6.0 [ 1.252746] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.253529] NFS: Registering the id_resolver key type [ 1.253585] Key type id_resolver registered [ 1.253598] Key type id_legacy registered [ 1.253635] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.253656] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.253981] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 1.254817] Key type big_key registered [ 1.284027] Key type asymmetric registered [ 1.284061] Asymmetric key parser 'x509' registered [ 1.284206] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.284238] io scheduler noop registered [ 1.284261] io scheduler deadline registered [ 1.284353] io scheduler cfq registered (default) [ 1.285975] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 36 [ 1.286000] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 37 [ 1.286018] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 38 [ 1.286036] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 39 [ 1.286054] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 40 [ 1.286071] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 41 [ 1.286089] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 42 [ 1.286106] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 43 [ 1.286123] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 44 [ 1.286141] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 45 [ 1.286158] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 46 [ 1.286176] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47 [ 1.286193] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 48 [ 1.286211] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49 [ 1.286701] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 1.287688] irq: Cannot allocate irq_descs @ IRQ34, assuming pre-allocated [ 1.288295] irq: Cannot allocate irq_descs @ IRQ66, assuming pre-allocated [ 1.289517] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00 [ 1.289546] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 1.289566] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 1.289586] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.290172] PCI: bus0: Fast back to back transfers disabled [ 1.290211] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.304766] PCI: bus1: Fast back to back transfers disabled [ 1.305022] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 1.305052] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit] [ 1.305087] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bit] [ 1.305119] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bit] [ 1.305147] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.305169] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 1.305306] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 1.305461] pci 0000:01:00.0: enabling device (0140 -> 0142) [ 1.305901] mv_xor f1060800.xor: Marvell shared XOR driver [ 1.345707] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 1.346045] mv_xor f1060900.xor: Marvell shared XOR driver [ 1.385680] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 1.386381] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 1.388502] console [ttyS0] disabled [ 1.388594] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A [ 2.180240] console [ttyS0] enabled [ 2.185901] nand: Could not find valid ONFI parameter page; aborting [ 2.192264] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 2.198635] nand: Hynix NAND 128MiB 3,3V 8-bit [ 2.203071] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.210649] Scanning device for bad blocks [ 2.261902] Bad eraseblock 571 at 0x000004760000 [ 2.303813] 4 cmdlinepart partitions found on MTD device orion_nand [ 2.310083] Creating 4 MTD partitions on "orion_nand": [ 2.315237] 0x000000000000-0x000000100000 : "u-boot" [ 2.322074] 0x000000100000-0x000000500000 : "uImage" [ 2.328874] 0x000000500000-0x000002500000 : "rootfs" [ 2.335701] 0x000002500000-0x000008000000 : "data" [ 2.344030] libphy: Fixed MDIO Bus: probed [ 2.348689] libphy: orion_mdio_bus: probed [ 2.360036] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 3.442814] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:04:3a:2c [ 3.451748] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.458322] ehci-pci: EHCI PCI platform driver [ 3.462861] ehci-orion: EHCI orion driver [ 3.467150] orion-ehci f1050000.ehci: EHCI Host Controller [ 3.472659] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 3.480554] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 [ 3.504699] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 3.511018] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.517824] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.525042] usb usb1: Product: EHCI Host Controller [ 3.529907] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd [ 3.536524] usb usb1: SerialNumber: f1050000.ehci [ 3.542337] hub 1-0:1.0: USB hub found [ 3.546199] hub 1-0:1.0: 1 port detected [ 3.551084] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.556410] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 3.565212] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x00000010 [ 3.573925] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.580732] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.587950] usb usb2: Product: xHCI Host Controller [ 3.592816] usb usb2: Manufacturer: Linux 4.4.0-kirkwood-tld-1 xhci-hcd [ 3.599431] usb usb2: SerialNumber: 0000:01:00.0 [ 3.605168] hub 2-0:1.0: USB hub found [ 3.608957] hub 2-0:1.0: 2 ports detected [ 3.613689] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.618995] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3 [ 3.626531] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.634793] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 3.641564] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.648913] usb usb3: Product: xHCI Host Controller [ 3.653780] usb usb3: Manufacturer: Linux 4.4.0-kirkwood-tld-1 xhci-hcd [ 3.660403] usb usb3: SerialNumber: 0000:01:00.0 [ 3.666020] hub 3-0:1.0: USB hub found [ 3.669805] hub 3-0:1.0: 2 ports detected [ 3.675294] mousedev: PS/2 mouse device common for all mice [ 3.864700] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 4.015930] usb 1-1: New USB device found, idVendor=0781, idProduct=5581 [ 4.022630] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.029786] usb 1-1: Product: Ultra [ 4.033265] usb 1-1: Manufacturer: SanDisk [ 4.037377] usb 1-1: SerialNumber: 4C531123421016121095 [ 4.684700] rtc-mv f1010300.rtc: internal RTC not ticking [ 4.690388] i2c /dev entries driver [ 4.695745] hidraw: raw HID events driver (C) Jiri Kosina [ 4.701693] drop_monitor: Initializing network drop monitor service [ 4.708380] NET: Registered protocol family 17 [ 4.713183] Key type dns_resolver registered [ 4.718723] registered taskstats version 1 [ 4.722876] Loading compiled-in X.509 certificates [ 4.727778] zswap: loaded using pool lzo/zbud [ 4.744861] Key type encrypted registered [ 4.749757] hctosys: unable to open rtc device (rtc0) [ 4.758343] Freeing unused kernel memory: 296K (c07d8000 - c0822000) Loading, please wait... [ 4.866417] systemd-udevd[83]: starting version 215 [ 4.874102] random: systemd-udevd urandom read with 7 bits of entropy available [ 5.140548] SCSI subsystem initialized [ 5.168183] mvsdio f1090000.mvsdio: Got CD GPIO [ 5.199932] usb-storage 1-1:1.0: USB Mass Storage device detected [ 5.232471] sata_mv f1080000.sata: slots 32 ports 1 [ 5.263599] scsi host0: sata_mv [ 5.266946] scsi host1: usb-storage 1-1:1.0 [ 5.281458] ata1: SATA max UDMA/133 irq 32 [ 5.288998] usbcore: registered new interface driver usb-storage [ 5.321520] usbcore: registered new interface driver uas [ 5.654718] ata1: SATA link down (SStatus 0 SControl F300) [ 6.265954] scsi 1:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 6.287019] sd 1:0:0:0: [sda] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB) [ 6.296326] sd 1:0:0:0: [sda] Write Protect is off [ 6.301862] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.318318] sda: sda1 [ 6.325234] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 6.336993] sd 1:0:0:0: Attached scsi generic sg0 type 0 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. modprobe: module ext3 not found in modules.dep Begin: Checking root file system ... fsck from util-linux 2.25.2 fsck: error 2 (No such file or directory) while executing fsck.ext3 for /dev/sda1 fsck exited with status code 8 done. Warning: File system check failed but did not detect errors [ 20.929801] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 20.939243] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 20.946219] EXT4-fs (sda1): write access will be enabled during recovery [ 21.004617] EXT4-fs (sda1): recovery complete [ 21.012378] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 2.88 booting [info] Using makefile-style concurrent boot in runlevel S. [....] Starting the hotplug events dispatcher: udevd[ 22.698937] systemd-udevd[293]: starting version 215 . ok [....] Synthesizing the initial hotplug events...[ 23.099905] input: gpio_keys as /devices/platform/gpio_keys/input/input0 done. [....] Waiting for /dev to be fully populated...[ 23.343125] mv643xx_eth_port mv643xx_eth_port.0 eth1: renamed from eth0 [ 23.398284] random: nonblocking pool is initialized [ 23.414613] systemd-udevd[314]: renamed network interface eth0 to eth1 [ 23.498863] orion_wdt: Initial timeout 25 sec [ 23.549177] marvell-cesa: probe of f1030000.crypto failed with error -524 done. [ ok ] Activating swap...done. [ 24.874184] EXT4-fs (sda1): re-mounted. Opts: (null) [....] Checking root file system...fsck from util-linux 2.25.2 rootfs: clean, 46593/948416 files, 507982/3788544 blocks done. [ 25.151843] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ ok ] Activating lvm and md swap...done. [....] Checking file systems...fsck from util-linux 2.25.2 done. [ ok ] Loading kernel modules...done. [ ok ] Cleaning up temporary files... /tmp. [ ok ] Mounting local filesystems...done. [ ok ] Activating swapfile swap...done. [ ok ] Cleaning up temporary files.... [ ok ] Setting kernel variables ...done. [ 28.728709] NET: Registered protocol family 10 [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.1 Copyright 2004-2014 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Cannot find device "eth0" Bind socket to interface: No such device If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging.. exiting. Failed to bring up eth0. done. [ ok ] Starting rpcbind daemon.... [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Cleaning up temporary files.... INIT: Entering runlevel: 2 [info] Using makefile-style concurrent boot in runlevel 2. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1183 (syslogd) . ok [ ok ] Starting system message bus: dbus. [ ok ] Starting NFS common utilities: statd idmapd. [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. [warn] Not starting NFS kernel daemon: no exports. ... (warning). [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1181 (klogd) . ok [ ok ] Starting NTP server: ntpd. [ ok ] Starting OpenBSD Secure Shell server: sshd. Debian GNU/Linux 8 debian ttyS0 debian login: root Password: Last login: Wed Dec 31 16:05:26 PST 1969 on ttyS0 Linux debian 4.4.0-kirkwood-tld-1 #1 PREEMPT Mon Jan 25 20:35:24 PST 2016 armv5tel The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. root@debian:~#