pastebin - collaborative debugging tool
eckelmann.kpaste.net RSS


ukl/development ecu01 20200910 boot log with patch
Posted by Anonymous on Thu 10th Sep 2020 17:43
raw | new post

  1. # ukl/development ecu01 20200910 boot log with the following patch
  2. diff --git a/ptxdist/configs/ecu01/barebox-defaultenv-2/boot/nand b/ptxdist/configs/ecu01/barebox-defaultenv-2/boot/nand
  3. index 346c679445d2..51293f5ef39a 100755
  4. --- a/ptxdist/configs/ecu01/barebox-defaultenv-2/boot/nand
  5. +++ b/ptxdist/configs/ecu01/barebox-defaultenv-2/boot/nand
  6. @@ -7,7 +7,7 @@ global bootm.image="/mnt/nand0-root/boot/zImage"
  7.  global bootm.oftree="/mnt/nand0-root/boot/imx25-eckelmann-ecu01.dtb"
  8.  global linux.bootargs.root="vt.global_cursor_default=0 ro root=ubi0_0"
  9.  global linux.bootargs.rootfstype="rootfstype=ubifs"
  10. -global linux.bootargs.ubi_mtd="ubi.mtd=3,2048"
  11. +global linux.bootargs.ubi_mtd="ubi.mtd=root,2048"
  12.  global linux.bootargs.consoleblank="consoleblank=0"
  13.  
  14.  if [ "$PARAM_SKIP" = "true" ]; then
  15.  
  16. barebox:/ reset
  17.  
  18.  
  19. barebox 2019.07.0-20190911-1-EAG_3.01-ga426ac926c17 #1 Wed Sep 9 13:36:54 CEST 2020
  20.  
  21.  
  22. Board: Eckelmann AG ECU01
  23. mdio_bus: miibus0: probed
  24. nand: ONFI flash detected
  25. nand: NAND device: Manufacturer ID: 0x2c, Chip ID: 0xb1 (Micron MT29F1G16ABBEAH4), 128MiB, page size: 2048, OOB size: 64
  26. Bad block table found at page 65472, version 0x01
  27. Bad block table found at page 65408, version 0x01
  28. imx-usb 53ff4400.usb@53ff4400.of: USB EHCI 1.00
  29. imxfb imxfb: i.MX Framebuffer driver
  30. registered as fbconsole0
  31. malloc space: 0x83e7de60 -> 0x87cfbcbf (size 62.5 MiB)
  32. running /env/bin/init...
  33. Check if Memory is flashbased ...
  34. __PASS__
  35.  
  36. Hit CTRL-C to stop autoboot:    1
  37. __DEVELOPER_MODE__ENABLED__
  38. nv variable modified, will save nv variables on shutdown
  39. usb: USB: scanning bus for devices...
  40. usb: 1 USB Device(s) found
  41. usb: USB: scanning bus for devices...
  42. usb: 1 USB Device(s) found
  43. running automount command 'usb && if [ -e /dev/disk0.0 ]; then mount /dev/disk0.0 /mnt/usbstorage; elif [ -e /dev/disk0 ]; then mount /dev/disk0 /mnt/usbstorage; fi' failed
  44. usb: USB: scanning bus for devices...
  45. usb: 1 USB Device(s) found
  46. running automount command 'usb && if [ -e /dev/disk0.0 ]; then mount /dev/disk0.0 /mnt/usbstorage; elif [ -e /dev/disk0 ]; then mount /dev/disk0 /mnt/usbstorage; fi' failed
  47. Booting entry 'nand'
  48. usb: USB: scanning bus for devices...
  49. usb: 1 USB Device(s) found
  50. running automount command 'usb && if [ -e /dev/disk0.0 ]; then mount /dev/disk0.0 /mnt/usbstorage; elif [ -e /dev/disk0 ]; then mount /dev/disk0 /mnt/usbstorage; fi' failed
  51. ubi0: attached by fastmap
  52. ubi0: fastmap pool size: 30
  53. ubi0: fastmap WL pool size: 15
  54. ubi0 warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 6, need 20
  55. ubi0: registering /dev/nand0.root.ubi
  56. ubi0: registering root as /dev/nand0.root.ubi.root
  57. ubi0: attached mtd0 (name "nand0.root", size 80 MiB) to ubi0
  58. ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  59. ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
  60. ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  61. ubi0: good PEBs: 640, bad PEBs: 0, corrupted PEBs: 0
  62. ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
  63. ubi0: max/mean erase counter: 116/75, WL threshold: 4096, image sequence number: 31310
  64. ubi0: available PEBs: 0, total reserved PEBs: 640, PEBs reserved for bad PEB handling: 6
  65. UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "root", R/O mode
  66. UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  67. UBIFS (ubi0:0): FS size: 78344192 bytes (74 MiB, 617 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
  68. UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
  69. UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID 843f1d60, small LPT model
  70.  
  71. Loading ARM Linux zImage '/mnt/nand0-root/boot/zImage'
  72. Loading devicetree from '/mnt/nand0-root/boot/imx25-eckelmann-ecu01.dtb'
  73. commandline:  console=ttymxc4,115200n consoleblank=0   vt.global_cursor_default=0 ro root=ubi0_0 rootfstype=ubifs ubi.mtd=root,2048
  74. nv variables modified, saving them
  75. [    0.000000] Booting Linux on physical CPU 0x0
  76. [    0.000000] Linux version 4.9.0-g62e6294dc4e7 (ptxdist@ptxdist) (gcc version 5.4.0 (OSELAS.Toolchain-2016.06.0) ) #1 PREEMPT 2016-06-01
  77. [    0.000000] CPU: ARM926EJ-S [41069264] revision 4 (ARMv5TEJ), cr=0005317f
  78. [    0.000000] CPU: VIVT data cache, VIVT instruction cache
  79. [    0.000000] OF: fdt:Machine model: Eckelmann AG ECU01
  80. [    0.000000] Memory policy: Data cache writeback
  81. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
  82. [    0.000000] Kernel command line:  console=ttymxc4,115200n consoleblank=0   vt.global_cursor_default=0 ro root=ubi0_0 rootfstype=ubifs ubi.mtd=root,2048
  83. [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  84. [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  85. [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  86. [    0.000000] Memory: 121636K/131072K available (5846K kernel code, 205K rwdata, 1656K rodata, 252K init, 180K bss, 9436K reserved, 0K cma-reserved)
  87. [    0.000000] Virtual kernel memory layout:
  88. [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  89. [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
  90. [    0.000000]     vmalloc : 0xc8800000 - 0xff800000   ( 880 MB)
  91. [    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
  92. [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
  93. [    0.000000]       .text : 0xc0008000 - 0xc05bdea0   (5848 kB)
  94. [    0.000000]       .init : 0xc075d000 - 0xc079c000   ( 252 kB)
  95. [    0.000000]       .data : 0xc079c000 - 0xc07cf5e0   ( 206 kB)
  96. [    0.000000]        .bss : 0xc07cf5e0 - 0xc07fc6e0   ( 181 kB)
  97. [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  98. [    0.000000] Preemptible hierarchical RCU implementation.
  99. [    0.000000]  Build-time adjustment of leaf fanout to 32.
  100. [    0.000000] NR_IRQS:16 nr_irqs:16 16
  101. [    0.000000] MXC IRQ initialized
  102. [    0.000000] Switching to timer-based delay loop, resolution 15ns
  103. [    0.000025] sched_clock: 32 bits at 66MHz, resolution 15ns, wraps every 32292987384ns
  104. [    0.000115] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 28740758601 ns
  105. [    0.001632] Console: colour dummy device 80x30
  106. [    0.001703] Calibrating delay loop (skipped), value calculated using timer frequency.. 133.00 BogoMIPS (lpj=332500)
  107. [    0.001755] pid_max: default: 32768 minimum: 301
  108. [    0.002024] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  109. [    0.002077] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  110. [    0.004288] CPU: Testing write buffer coherency: ok
  111. [    0.005426] Setting up static identity map for 0x80008400 - 0x80008458
  112. [    0.011108] devtmpfs: initialized
  113. [    0.029741] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
  114. [    0.030127] pinctrl core: initialized pinctrl subsystem
  115. [    0.032076] NET: Registered protocol family 16
  116. [    0.034135] DMA: preallocated 256 KiB pool for atomic coherent allocations
  117. [    0.061483] cpuidle: using governor ladder
  118. [    0.061943] No ATAGs?
  119. [    0.068782] imx25-pinctrl 43fac000.iomuxc: initialized IMX pinctrl driver
  120. [    0.147980] SCSI subsystem initialized
  121. [    0.149339] usbcore: registered new interface driver usbfs
  122. [    0.149658] usbcore: registered new interface driver hub
  123. [    0.150015] usbcore: registered new device driver usb
  124. [    0.153850] i2c i2c-0: IMX I2C adapter registered
  125. [    0.153924] i2c i2c-0: can't use DMA, using PIO instead.
  126. [    0.154933] pps_core: LinuxPPS API ver. 1 registered
  127. [    0.154980] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  128. [    0.155101] PTP clock support registered
  129. [    0.160663] clocksource: Switched to clocksource mxc_timer1
  130. [    0.210047] NET: Registered protocol family 2
  131. [    0.212466] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  132. [    0.212565] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  133. [    0.212636] TCP: Hash tables configured (established 1024 bind 1024)
  134. [    0.212908] UDP hash table entries: 256 (order: 0, 4096 bytes)
  135. [    0.212998] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  136. [    0.213544] NET: Registered protocol family 1
  137. [    0.214896] RPC: Registered namred udp transport module.
  138. [    0.214967] RPC: Registered tcp transport module.
  139. [    0.214986] RPC: Registered tcp NFSv4.1 backchannel transport module.
  140. [    0.219195] futex hash table entries: 256 (order: -1, 3072 bytes)
  141. [    0.219990] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  142. [    0.254617] NFS: Registering the id_resolver key type
  143. [    0.254720] Key type id_resolver registered
  144. [    0.254752] Key type id_legacy registered
  145. [    0.254819] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  146. [    0.273213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  147. [    0.273269] io scheduler noop registered
  148. [    0.273848] io scheduler cfq registered (default)
  149. [    0.277605] imx-fb 53fbc000.lcdc: i.MX Framebuffer driver
  150. [    0.277831] /display/display-timings/320x240: illegal timing specification in clock-frequency
  151. [    0.277885] /display/display-timings/320x240: error reading timing properties
  152. [    0.277909] /display: error in timing 1
  153. [    0.277935] /display: no timings specified
  154. [    0.277973] imx-fb 53fbc000.lcdc: Failed to get videomode from DT
  155. [    0.278044] imx-fb: probe of 53fbc000.lcdc failed with error -22
  156. [    0.281434] imx-sdma 53fd4000.sdma: Direct firmware load for imx/sdma/sdma-imx25.bin failed with error -2
  157. [    0.281504] imx-sdma 53fd4000.sdma: external firmware not found, using ROM firmware
  158. [    0.297575] 43f94000.serial: ttymxc1 at MMIO 0x43f94000 (irq = 48, base_baud = 2078125) is a IMX
  159. [    0.300212] 5002c000.serial: ttymxc4 at MMIO 0x5002c000 (irq = 56, base_baud = 2078125) is a IMX
  160. [    0.829700] console [ttymxc4] enabled
  161. [    0.863083] loop: module loaded
  162. [    0.870030] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xb1
  163. [    0.876571] nand: Micron MT29F1G16ABBEAH4
  164. [    0.880635] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  165. [    0.890355] Bad block table found at page 65472, version 0x01
  166. [    0.896998] Bad block table found at page 65408, version 0x01
  167. [    0.904594] 5 ofpart partitions found on MTD device mxc_nand
  168. [    0.910581] Creating 5 MTD partitions on "mxc_nand":
  169. [    0.915858] 0x000000000000-0x000000100000 : "barebox"
  170. [    0.926179] 0x000000100000-0x000000200000 : "environment"
  171. [    0.936781] 0x000000460000-0x000005460000 : "root"
  172. [    0.950854] 0x000005460000-0x000008000000 : "var"
  173. [    0.962959] 0x000000200000-0x000000460000 : "history"
  174. [    0.978295] spi_imx 43fa4000.cspi: probed
  175. [    0.986193] spi_master spi1: cannot find modalias for /soc/spba@50000000/cspi@50010000/spidev@1
  176. [    0.995174] spi_master spi1: Failed to create SPI device for /soc/spba@50000000/cspi@50010000/spidev@1
  177. [    1.004694] spi_imx 50010000.cspi: probed
  178. [    1.010372] libphy: Fixed MDIO Bus: probed
  179. [    1.016916] usbcore: registered new interface driver rt2800usb
  180. [    1.023284] usbcore: registered new interface driver rtl8192cu
  181. [    1.029627] usbcore: registered new interface driver asix
  182. [    1.035457] usbcore: registered new interface driver ax88179_178a
  183. [    1.042609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  184. [    1.049331] ehci-mxc: Freescale On-Chip EHCI Host driver
  185. [    1.055998] usbcore: registered new interface driver usb-storage
  186. [    1.073229] ci_hdrc ci_hdrc.1: EHCI Host Controller
  187. [    1.079369] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
  188. [    1.100778] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
  189. [    1.109717] hub 1-0:1.0: USB hub found
  190. [    1.113905] hub 1-0:1.0: 1 port detected
  191. [    1.124156] input: 43fa8000.kpp as /devices/platform/soc/43f00000.aips/43fa8000.kpp/input/input0
  192. [    1.134626] rtc-pcf2123 spi1.0: clock was stopped. Time is not valid
  193. [    1.141784] rtc-pcf2123 spi1.0: spiclk 4000 KHz.
  194. [    1.146939] rtc-pcf2123 spi1.0: clock was stopped. Time is not valid
  195. [    1.154333] rtc-pcf2123 spi1.0: rtc core: registered rtc-pcf2123 as rtc0
  196. [    1.161779] i2c /dev entries driver
  197. [    1.168058] sdhci: Secure Digital Host Controller Interface driver
  198. [    1.174444] sdhci: Copyright(c) Pierre Ossman
  199. [    1.178944] sdhci-pltfm: SDHCI platform and OF driver helper
  200. [    1.186731] usbcore: registered new interface driver usbhid
  201. [    1.192502] usbhid: USB HID core driver
  202. [    1.198960] NET: Registered protocol family 10
  203. [    1.207302] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  204. [    1.216396] NET: Registered protocol family 17
  205. [    1.222333] Key type dns_resolver registered
  206. [    1.248637] ubi0: attaching mtd2
  207. [    1.253297] random: fast init done
  208. [    1.282650] ubi0: "delete" compatible internal volume 2147479552:0 found, will remove it
  209. [    1.721705] ubi0: scanning is finished
  210. [    1.737215] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PEB handling, reserved 8, need 20
  211. [    1.750023] ubi0: attached mtd2 (name "root", size 80 MiB)
  212. [    1.755812] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  213. [    1.762850] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
  214. [    1.769700] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  215. [    1.776806] ubi0: good PEBs: 640, bad PEBs: 0, corrupted PEBs: 0
  216. [    1.782945] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
  217. [    1.790303] ubi0: max/mean erase counter: 116/75, WL threshold: 4096, image sequence number: 31310
  218. [    1.799398] ubi0: available PEBs: 0, total reserved PEBs: 640, PEBs reserved for bad PEB handling: 8
  219. [    1.808708] ubi0: background thread "ubi_bgt0d" started, PID 66
  220. [    1.815521] rtc-pcf2123 spi1.0: clock was stopped. Time is not valid
  221. [    1.815541] rtc-pcf2123 spi1.0: hctosys: unable to read the hardware clock
  222. [    1.910406] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "root", R/O mode
  223. [    1.918719] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  224. [    1.928795] UBIFS (ubi0:0): FS size: 78344192 bytes (74 MiB, 617 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
  225. [    1.939368] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
  226. [    1.945344] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID 53A2FF0A-26A9-4CF9-9E23-416977E18771, small LPT model
  227. [    1.959502] VFS: Mounted root (ubifs filesystem) readonly on device 0:13.
  228. [    1.969454] devtmpfs: mounted
  229. [    1.975297] Freeing unused kernel memory: 252K (c075d000 - c079c000)
  230. [    1.981830] This architecture does not have kernel memory protection.
  231. [    2.361616] systemd[1]: System time before build time, advancing clock.
  232. [    2.536276] systemd[1]: systemd 230 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK -SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
  233. [    2.559116] systemd[1]: Detected architecture arm.
  234.  
  235. Welcome to PTXdist / EAG-ecu01!
  236.  
  237. [    2.593749] systemd[1]: Set hostname to <ecu01>.
  238. [    2.604654] systemd[1]: Initializing machine ID from random generator.
  239. [    2.612206] systemd[1]: Installed transient /etc/machine-id file.
  240. [    3.706203] systemd[1]: sys-kernel-debug.mount: Cannot add dependency job, ignoring: Unit sys-kernel-debug.mount is masked.
  241. [    3.718392] systemd[1]: dev-hugepages.mount: Cannot add dependency job, ignoring: Unit dev-hugepages.mount is masked.
  242. [    3.729403] systemd[1]: sys-kernel-config.mount: Cannot add dependency job, ignoring: Unit sys-kernel-config.mount is masked.
  243. [    3.741266] systemd[1]: systemd-udev-trigger.service: Cannot add dependency job, ignoring: Unit systemd-udev-trigger.service is masked.
  244. [    3.753819] systemd[1]: dev-mqueue.mount: Cannot add dependency job, ignoring: Unit dev-mqueue.mount is masked.
  245. [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
  246. [  OK  ] Listening on Journal Socket.
  247. [  OK  ] Listening on udev Kernel Socket.
  248. [  OK  ] Listening on udev Control Socket.
  249. [  OK  ] Listening on Journal Socket (/dev/log).
  250. [  OK  ] Created slice System Slice.
  251.          Starting Load Kernel Modules...
  252.          Starting Create list of required st... nodes for the current kernel...
  253.          Starting Remount Root and Kernel File Systems...
  254.          Starting Journal Service...
  255.          Starting Attach data ubi partition...
  256. [    4.318304] ads7953: loading out-of-tree module taints kernel.
  257. [    4.347481] ads7953_init
  258. [    4.415250] ubi1: attaching mtd4
  259. [  OK  ] Started Create list of required sta...ce nodes for the current kernel.
  260. [    4.567604] mmc_init() called
  261. [    4.572211] ubi1: scanning is finished
  262. [    4.601176] ubi1 error: ubi_read_volume_table: the layout volume was not found
  263.          Starting Create Static Device Nodes in /dev...
  264. [    4.666326] ubi1 error: ubi_attach_mtd_dev: failed to attach mtd4, error -22
  265. [  OK  ] Started Remount Root and Kernel File Systems.
  266. [[    4.810877] random: crng init done
  267. FAILED] Failed to start Attach data ubi partition.
  268. [    4.827789] qa_driver_init() called
  269. See 'systemctl status ubi-attach.service' for details.
  270. [DEPEND] Dependency failed for Check and create ubi partitions.
  271. [DEPEND] Dependency failed for Mount /var/stat partition.
  272. [DEPEND] Dependency failed for Mount /var/dyn partition.
  273. [  OK  ] Started Load Kernel Modules.
  274.          Starting Apply Kernel Variables...
  275. [  OK  ] Started Create Static Device Nodes in /dev.
  276.          Starting udev Kernel Device Manager...
  277. [  OK  ] Reached target Local File Systems (Pre).
  278.          Mounting /tmp...
  279.          Mounting /var/tmp...
  280.          Mounting /media...
  281.          Mounting /var/run...
  282.          Mounting /var/lock...
  283.          Mounting /var/log...
  284.          Mounting /var/lib...
  285. [  OK  ] Mounted /tmp.
  286. [  OK  ] Mounted /media.
  287. [  OK  ] Mounted /var/log.
  288. [  OK  ] Mounted /var/run.
  289. [  OK  ] Mounted /var/lock.
  290. [  OK  ] Mounted /var/tmp.
  291. [  OK  ] Mounted /var/lib.
  292. [  OK  ] Started Apply Kernel Variables.
  293.          Mounting /var/lib/nfs...
  294. [  OK  ] Mounted /var/lib/nfs.
  295. [  OK  ] Reached target Local File Systems.
  296.          Starting Create Volatile Files and Directories...
  297. [  OK  ] Started udev Kernel Device Manager.
  298. [FAILED] Failed to start Create Volatile Files and Directories.
  299. See 'systemctl status systemd-tmpfiles-setup.service' for details.
  300.          Starting Network Time Synchronization...
  301. [  OK  ] Started Journal Service.
  302. [  OK  ] Started Network Time Synchronization.
  303. [  OK  ] Reached target System Time Synchronized.
  304. [  OK  ] Reached target System Initialization.
  305. [  OK  ] Reached target System Update.
  306.          Starting First boot services...
  307. [    7.656607] systemd-rc-once[120]: remounting root rw...mounting rootfs writable
  308. [    7.698713] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 124
  309. [    7.706262] systemd-rc-once[120]: done
  310. [    7.740904] systemd-rc-once[120]: running rc.once.d services...
  311. [    7.776234] systemd-rc-once[120]: check_bl_version ...
  312. [    8.816299] systemd-rc-once[120]: generate device-id ...
  313. [    8.929104] systemd-rc-once[120]: First Boot Marker
  314. [    8.970659] systemd-rc-once[120]: fbsplash: can't open '/dev/fb0': No such file or directory
  315. [    8.994528] systemd-rc-once[120]: running first_boot failed.
  316. [    9.379326] systemd-rc-once[120]: running restore-etc ...
  317. [    9.399652] systemd-rc-once[120]: No backup found in: /var/dyn/backup_etc
  318. [    9.851632] systemd: 59 output lines suppressed due to ratelimiting
  319. [   11.563289] systemd-rc-once[120]: remounting root ro...mounting rootfs readonly
  320. [   11.612973] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" stops
  321. [   11.630932] systemd-rc-once[120]: done
  322. [   11.957181] ubi1: attaching mtd4
  323. [   12.001297] ubi1: scanning is finished
  324. [   12.005156] ubi1 error: ubi_read_volume_table: the layout volume was not found
  325. [   12.036026] ubi1 error: ubi_attach_mtd_dev: failed to attach mtd4, error -22
  326. Welcome to rescue mode! After loGive root password for system maintenance
  327. (or type Control-D for normal startup):

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at