root@debian:/boot# reboot  Broadcast message from root@de INIT: Sending pro[info] Using makefile-style concurrent boot in runlevel 6. [....] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[ ok 8[?25h[?0c. [....] Stopping busybox' klogd implementation: klogd1237 (klogd) Stopped klogd (pid 1237). [?25l[?1c7[ ok 8[?25h[?0c. [....] Stopping NFS kernel daemon: mountd nfsd[?25l[?1c7[ ok 8[?25h[?0c. [....] Unexporting directories for NFS kernel daemon...[?25l[?1c7[ ok 8[?25h[?0c. [....] Stopping busybox' syslogd implementation: syslogd1239 (syslogd) [?25l[?1c7[ ok 8[?25h[?0c. [....] Asking all remaining processes to terminate...[?25l[?1c7[ ok 8[?25h[?0cdone. [....] All processes ended within 1 seconds...[?25l[?1c7[ ok 8[?25h[?0cdone. rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" [....] Stopping rpcbind daemon...[?25l[?1c7[ ok 8[?25h[?0c. [....] Stopping NFS common utilities: idmapd statd[?25l[?1c7[ ok 8[?25h[?0c. [....] Deconfiguring network interfaces...Removed stale PID file 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/ Listening on LPF/eth0/00:25:31:05:b8:e4 Sending on LPF/eth0/00:25:31:05:b8:e4 Sending on Socket/fallback DHCPRELEASE on eth0 to 192.168.0.1 port 67 [?25l[?1c7[ ok 8[?25h[?0cdone. [....] Unmounting temporary filesystems...[?25l[?1c7[ ok 8[?25h[?0cdone. [....] Deactivating swap...[?25l[?1c7[ ok 8[?25h[?0cdone. [ 769.467011] EXT4-fs (sda1): re-mounted. Opts: (null) [info] Will now restart. [ 771.585354] reboot: Restarting system 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: 3  0 Pogov4> printenv arcNumber=3960 bootargs=root=/dev/nfs nfsroot=192.168.0.220: ip=192.168.0.231:192.168.0.220:::::off 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=3 bootdev=usb device=0:1 devices=usb mmc ide disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-pogoplug_v4.dtb ethact=egiga0 ethaddr=00:25:31:05:b8:e4 if_netconsole=ping $serverip ipaddr=192.168.0.231 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 serverip=192.168.0.220 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_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: 2947/131068 bytes 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 31258624 95537bd3-01 83 Boot loading envs from usb 0 ... 98 bytes read in 263 ms (0 Bytes/s) no IDE devices available importing envs ... running scan_disk ... Scan device mmc device mmc 0:1 ** Bad device mmc 0 ** device mmc 1:1 MMC Device 1 not found MMC Device 1 not found ** Bad device mmc 1 ** device mmc 2:1 MMC Device 2 not found MMC Device 2 not found ** Bad device mmc 2 ** device mmc 3:1 MMC Device 3 not found MMC Device 3 not found ** Bad device mmc 3 ** device mmc 4:1 MMC Device 4 not found MMC Device 4 not found ** Bad device mmc 4 ** device mmc 5:1 MMC Device 5 not found MMC Device 5 not found ** Bad device mmc 5 ** device mmc 6:1 MMC Device 6 not found MMC Device 6 not found ** Bad device mmc 6 ** device mmc 7:1 MMC Device 7 not found MMC Device 7 not found ** Bad device mmc 7 ** Scan device usb device usb 0:1 1 bytes read in 231 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 3154896 bytes read in 353 ms (8.5 MiB/s) loading uInitrd ... 7179935 bytes read in 423 ms (16.2 MiB/s) loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ... 10246 bytes read in 581 ms (16.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.296271] NET: Registered protocol family 2 [ 0.297451] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.297490] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.297522] TCP: Hash tables configured (established 1024 bind 1024) [ 0.297626] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.297661] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.297939] NET: Registered protocol family 1 [ 0.298524] 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.298963] Unpacking initramfs... [ 1.249185] Freeing initrd memory: 7012K (c7435000 - c7b0e000) [ 1.249373] NetWinder Floating Point Emulator V0.97 (double precision) [ 1.250985] futex hash table entries: 256 (order: -1, 3072 bytes) [ 1.251091] audit: initializing netlink subsys (disabled) [ 1.251165] audit: type=2000 audit(1.240:1): initialized [ 1.251667] Initialise system trusted keyring [ 1.252243] zbud: loaded [ 1.252667] VFS: Disk quotas dquot_6.6.0 [ 1.252751] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.253537] NFS: Registering the id_resolver key type [ 1.253620] Key type id_resolver registered [ 1.253633] Key type id_legacy registered [ 1.253670] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.253691] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.254016] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 1.254845] Key type big_key registered [ 1.284060] Key type asymmetric registered [ 1.284095] Asymmetric key parser 'x509' registered [ 1.284240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.284271] io scheduler noop registered [ 1.284294] io scheduler deadline registered [ 1.284383] io scheduler cfq registered (default) [ 1.285998] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 36 [ 1.286022] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 37 [ 1.286040] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 38 [ 1.286058] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 39 [ 1.286076] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 40 [ 1.286093] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 41 [ 1.286110] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 42 [ 1.286128] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 43 [ 1.286145] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 44 [ 1.286163] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 45 [ 1.286180] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 46 [ 1.286198] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47 [ 1.286215] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 48 [ 1.286233] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49 [ 1.286723] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 1.287709] irq: Cannot allocate irq_descs @ IRQ34, assuming pre-allocated [ 1.288315] irq: Cannot allocate irq_descs @ IRQ66, assuming pre-allocated [ 1.289536] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00 [ 1.289564] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 1.289584] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 1.289604] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.290189] PCI: bus0: Fast back to back transfers disabled [ 1.290227] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.290533] PCI: bus1: Fast back to back transfers enabled [ 1.290666] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.291138] mv_xor f1060800.xor: Marvell shared XOR driver [ 1.325690] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 1.326030] mv_xor f1060900.xor: Marvell shared XOR driver [ 1.365667] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 1.366383] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 1.368505] console [ttyS0] disabled [ 1.368598] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A [ 2.112901] console [ttyS0] enabled [ 2.118344] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 2.124725] nand: Hynix H27U1G8F2BTR-BC [ 2.128551] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.136131] Scanning device for bad blocks [ 2.184233] Bad eraseblock 533 at 0x0000042a0000 [ 2.203903] Bad eraseblock 716 at 0x000005980000 [ 2.233862] 4 cmdlinepart partitions found on MTD device orion_nand [ 2.240133] Creating 4 MTD partitions on "orion_nand": [ 2.245289] 0x000000000000-0x000000100000 : "u-boot" [ 2.252091] 0x000000100000-0x000000500000 : "uImage" [ 2.258872] 0x000000500000-0x000002500000 : "rootfs" [ 2.265695] 0x000002500000-0x000008000000 : "data" [ 2.274003] libphy: Fixed MDIO Bus: probed [ 2.278665] libphy: orion_mdio_bus: probed [ 2.289861] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 3.372860] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:05:b8:e4 [ 3.381789] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.388366] ehci-pci: EHCI PCI platform driver [ 3.392904] ehci-orion: EHCI orion driver [ 3.397195] orion-ehci f1050000.ehci: EHCI Host Controller [ 3.402701] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 3.410597] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 [ 3.434700] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 3.441020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.447823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.455042] usb usb1: Product: EHCI Host Controller [ 3.459906] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd [ 3.466522] usb usb1: SerialNumber: f1050000.ehci [ 3.472335] hub 1-0:1.0: USB hub found [ 3.476199] hub 1-0:1.0: 1 port detected [ 3.481587] mousedev: PS/2 mouse device common for all mice [ 3.794700] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 3.945975] usb 1-1: New USB device found, idVendor=0781, idProduct=5571 [ 3.952671] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.959829] usb 1-1: Product: Cruzer Fit [ 3.963738] usb 1-1: Manufacturer: SanDisk [ 3.967851] usb 1-1: SerialNumber: 4C530002811129122144 [ 4.494698] rtc-mv f1010300.rtc: internal RTC not ticking [ 4.500382] i2c /dev entries driver [ 4.505705] hidraw: raw HID events driver (C) Jiri Kosina [ 4.511646] drop_monitor: Initializing network drop monitor service [ 4.518318] NET: Registered protocol family 17 [ 4.523119] Key type dns_resolver registered [ 4.528654] registered taskstats version 1 [ 4.532805] Loading compiled-in X.509 certificates [ 4.537704] zswap: loaded using pool lzo/zbud [ 4.554882] Key type encrypted registered [ 4.559693] hctosys: unable to open rtc device (rtc0) [ 4.568268] Freeing unused kernel memory: 296K (c07d8000 - c0822000) Loading, please wait... [ 4.675957] systemd-udevd[83]: starting version 215 [ 4.683590] random: systemd-udevd urandom read with 6 bits of entropy available [ 4.923999] SCSI subsystem initialized [ 4.970433] mvsdio f1090000.mvsdio: Got CD GPIO [ 5.000353] usb-storage 1-1:1.0: USB Mass Storage device detected [ 5.059201] scsi host0: usb-storage 1-1:1.0 [ 5.073418] sata_mv f1080000.sata: slots 32 ports 1 [ 5.085139] usbcore: registered new interface driver usb-storage [ 5.093154] usbcore: registered new interface driver uas [ 5.135551] scsi host1: sata_mv [ 5.139222] ata1: SATA max UDMA/133 irq 32 [ 5.484715] ata1: SATA link down (SStatus 0 SControl F300) [ 6.085995] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Fit 1.00 PQ: 0 ANSI: 6 [ 6.103308] sd 0:0:0:0: [sda] 31260672 512-byte logical blocks: (16.0 GB/14.9 GiB) [ 6.115667] sd 0:0:0:0: [sda] Write Protect is off [ 6.121268] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.137970] sda: sda1 [ 6.144828] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 6.156491] sd 0: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.769718] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 20.788923] 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.484896] systemd-udevd[296]: starting version 215 [?25l[?1c7[ ok 8[?25h[?0c. [....] Synthesizing the initial hotplug events...[ 22.892371] input: gpio_keys as /devices/platform/gpio_keys/input/input0 [?25l[?1c7[ ok 8[?25h[?0cdone. [....] Waiting for /dev to be fully populated...[ 23.174965] random: nonblocking pool is initialized [ 23.230578] orion_wdt: Initial timeout 25 sec [ 23.286317] marvell-cesa: probe of f1030000.crypto failed with error -524 [?25l[?1c7[ ok 8[?25h[?0cdone. [....] Activating swap...[?25l[?1c7[ ok 8[?25h[?0cdone. [ 24.610487] EXT4-fs (sda1): re-mounted. Opts: (null) [....] Checking root file system...fsck from util-linux 2.25.2 rootfs: clean, 14626/977280 files, 205051/3907328 blocks [?25l[?1c7[ ok 8[?25h[?0cdone. [ 24.863264] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [....] Activating lvm and md swap...[?25l[?1c7[ ok 8[?25h[?0cdone. [....] Checking file systems...fsck from util-linux 2.25.2 [?25l[?1c7[ ok 8[?25h[?0cdone. [....] Loading kernel modules...[?25l[?1c7[ ok 8[?25h[?0cdone. [....] Cleaning up temporary files... /tmp[?25l[?1c7[ ok 8[?25h[?0c. [....] Mounting local filesystems...[?25l[?1c7[ ok 8[?25h[?0cdone. [....] Activating swapfile swap...[?25l[?1c7[ ok 8[?25h[?0cdone. [....] Cleaning up temporary files...[?25l[?1c7[ ok 8[?25h[?0c. [....] Setting kernel variables ...[?25l[?1c7[ ok 8[?25h[?0cdone. [ 28.445579] NET: Registered protocol family 10 [ 29.637238] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [....] 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/ Listening on LPF/eth0/00:25:31:05:b8:e4 Sending on LPF/eth0/00:25:31:05:b8:e4 Sending on Socket/fallback DHCPREQUEST on eth0 to 255.255.255.255 port 67 [ 31.360729] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [ 31.370549] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPACK from 192.168.0.1 bound to 192.168.0.16 -- renewal in 39492 seconds. [?25l[?1c7[ ok 8[?25h[?0cdone. [....] Starting rpcbind daemon...[?25l[?1c7[ ok 8[?25h[?0c. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[ ok 8[?25h[?0c. [....] Cleaning up temporary files...[?25l[?1c7[ ok 8[?25h[?0c. INIT: Entering runlevel: 2 [info] Using makefile-style concurrent boot in runlevel 2. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1241 (syslogd) [?25l[?1c7[ ok 8[?25h[?0c. [....] Starting system message bus: dbus[?25l[?1c7[ ok 8[?25h[?0c. [....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[ ok 8[?25h[?0c. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[ ok 8[?25h[?0c. [....] Not starting NFS kernel daemon: no exports. ...[?25l[?1c7[warn8[?25h[?0c (warning). [....] Starting NTP server: ntpd[?25l[?1c7[ ok 8[?25h[?0c. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1240 (klogd) [?25l[?1c7[ ok 8[?25h[?0c. [....] Starting OpenBSD Secure Shell server: sshd[?25l[?1c7[ ok 8[?25h[?0c. Debian GNU/Linux 8 debian ttyS0 debian login: root Password: Last login: Sat Mar 4 17:32:46 PST 2017 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:~# fdisk -l Disk /dev/mtdblock0: 1 MiB, 1048576 bytes, 2048 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/mtdblock1: 4 MiB, 4194304 bytes, 8192 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/mtdblock2: 32 MiB, 33554432 bytes, 65536 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/mtdblock3: 91 MiB, 95420416 bytes, 186368 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 14.9 GiB, 16005464064 bytes, 31260672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x95537bd3 Device Boot Start End Sectors Size Id Type /dev/sda1 * 2048 31260671 31258624 14.9G 83 Linux root@debian:~# cat /etc/fstab # /etc/fstab: static file system information. # # /dev/root / ext2 noatime,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults 0 0 root@debian:~# e2label /dev/sda1 rootfs root@debian:~#