Advertisement
Guest User

Untitled

a guest
Jan 11th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.50 KB | None | 0 0
  1. BootROM 1.34
  2. Booting from NAND flash
  3. BootROM: Image checksum verification PASSED
  4.  
  5. __ __ _ _
  6. | \/ | __ _ _ ____ _____| | |
  7. | |\/| |/ _` | '__\ \ / / _ \ | |
  8. | | | | (_| | | \ V / __/ | |
  9. |_| |_|\__,_|_| \_/ \___|_|_|
  10. _ _ ____ _
  11. | | | | | __ ) ___ ___ | |_
  12. | | | |___| _ \ / _ \ / _ \| __|
  13. | |_| |___| |_) | (_) | (_) | |_
  14. \___/ |____/ \___/ \___/ \__|
  15. ** LOADER **
  16.  
  17.  
  18. U-Boot 2009.08 (May 22 2014 - 18:26:38) Marvell version: 2.1.6_NQ
  19.  
  20. Board: MI424WR-I
  21. SoC: 88F6560 A0
  22. CPU: Marvell Feroceon (Rev 1) - LE
  23. CPU @ 1200Mhz, L2 @ 480Mhz
  24. DDR3 @ 400Mhz, TClock @ 200Mhz
  25. PEX 0: Root Complex Interface, Detected Link X1
  26. PEX 1: Detected No Link.
  27. DRAM: 128 MB
  28. CS 0: base 0x00000000 size 128 MB
  29. Addresses 10M - 0M are saved for the U-Boot usage.
  30. NAND: 1bit HM ECC, Size: 128 MiB
  31. USB 0: Host Mode
  32. Shutting down unused interfaces:
  33. PON
  34. SATA
  35. 3xFE-PHY
  36. Modules Detected:
  37. No PON module.
  38. RGMIIA Module on Switch port #6.
  39. RGMIIB Module on MAC0.
  40. Ethernet Switch on MAC1.
  41. QSGMII Module.
  42. Initialized 1545 PHY
  43. Net: egiga0, egiga1 [PRIME]
  44. Hit any key to stop autoboot: 0
  45. Marvell>> usb start
  46.  
  47. (Re)start USB...
  48. USB: Register 10011 NbrPorts 1
  49. USB EHCI 1.00
  50. scanning bus for devices... 3 USB Device(s) found
  51. Waiting for storage device(s) to settle before scanning...
  52. scanning bus for storage devices... 1 Storage Device(s) found
  53. Marvell>> setenv load_dtb 'ext2load usb 0:1 0x1c00000 /boot/dts/avanta-mi424wr.dtb'
  54.  
  55. Marvell>> setenv load_initrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd'
  56.  
  57. Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
  58.  
  59. Marvell>> setenv usb_boot 'run load_dtb; run load_uimage; if run load_initrd; then bootm 0x800000 0x1100000 0x1c00000; else bootm 0x800000 - 0x1c00000; fi'
  60.  
  61. ** Too many args (max. 16) **
  62. Marvell>> run load_dtb; run load_uimage; bootm 0x800000 0x1100000 0x1c00000
  63.  
  64. Loading file "/boot/dts/avanta-mi424wr.dtb" from usb device 0:1 (usbda1)
  65. 8957 bytes read
  66. Loading file "/boot/uImage" from usb device 0:1 (usbda1)
  67. 4972637 bytes read
  68. ## Booting kernel from Legacy Image at 00800000 ...
  69. Image Name: Linux-5.2.9-kirkwood-tld-1
  70. Created: 2021-01-12 4:04:02 UTC
  71. Image Type: ARM Linux Kernel Image (uncompressed)
  72. Data Size: 4972573 Bytes = 4.7 MB
  73. Load Address: 00008000
  74. Entry Point: 00008000
  75. Verifying Checksum ... OK
  76. Wrong Ramdisk Image Format
  77. Ramdisk image is corrupt or invalid
  78. Marvell>> bootm 0x800000 - 0x1c00000
  79.  
  80. ## Booting kernel from Legacy Image at 00800000 ...
  81. Image Name: Linux-5.2.9-kirkwood-tld-1
  82. Created: 2021-01-12 4:04:02 UTC
  83. Image Type: ARM Linux Kernel Image (uncompressed)
  84. Data Size: 4972573 Bytes = 4.7 MB
  85. Load Address: 00008000
  86. Entry Point: 00008000
  87. Verifying Checksum ... OK
  88. Loading Kernel Image ... OK
  89. OK
  90.  
  91. Starting kernel ...
  92.  
  93. Uncompressing Linux... done, booting the kernel.
  94. [ 0.000000][ T0] Booting Linux on physical CPU 0x0
  95. [ 0.000000][ T0] Linux version 5.2.9-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019
  96. [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  97. [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache
  98. [ 0.000000][ T0] OF: fdt: Machine model: Actiontec MI424WR-I
  99. [ 0.000000][ T0] printk: bootconsole [earlycon0] enabled
  100. [ 0.000000][ T0] Memory policy: Data cache writeback
  101. [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 32512
  102. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200n8 earlyprintk
  103. [ 0.000000][ T0] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  104. [ 0.000000][ T0] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  105. [ 0.000000][ T0] Memory: 114328K/131072K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 16744K reserved, 0K cma-reserved)
  106. [ 0.000000][ T0] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928 with crng_init=0
  107. [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
  108. [ 0.000000][ T0] Tasks RCU enabled.
  109. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  110. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  111. [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  112. [ 0.000006][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  113. [ 0.008511][ T0] Switching to timer-based delay loop, resolution 5ns
  114. [ 0.015783][ T0] Console: colour dummy device 80x30
  115. [ 0.020966][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
  116. [ 0.032156][ T0] pid_max: default: 32768 minimum: 301
  117. [ 0.037726][ T0] LSM: Security Framework initializing
  118. [ 0.043159][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  119. [ 0.050461][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  120. [ 0.058931][ T0] *** VALIDATE proc ***
  121. [ 0.063113][ T0] *** VALIDATE cgroup1 ***
  122. [ 0.067370][ T0] *** VALIDATE cgroup2 ***
  123. [ 0.071704][ T0] CPU: Testing write buffer coherency: ok
  124. [ 0.078215][ T1] Setting up static identity map for 0x100000 - 0x100058
  125. [ 0.085329][ T1] mvebu-soc-id: MVEBU SoC ID=0x6560, Rev=0x2
  126. [ 0.091300][ T1] rcu: Hierarchical SRCU implementation.
  127. [ 0.099676][ T1] devtmpfs: initialized
  128. [ 0.106884][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  129. [ 0.117424][ T1] futex hash table entries: 256 (order: -1, 3072 bytes)
  130. [ 0.124393][ T1] xor: measuring software checksum speed
  131. [ 0.228520][ T1] arm4regs : 1087.600 MB/sec
  132. [ 0.328519][ T1] 8regs : 652.800 MB/sec
  133. [ 0.428519][ T1] 32regs : 949.600 MB/sec
  134. [ 0.433378][ T1] xor: using function: arm4regs (1087.600 MB/sec)
  135. [ 0.439637][ T1] prandom: seed boundary self test passed
  136. [ 0.449375][ T1] prandom: 100 self tests passed
  137. [ 0.454146][ T1] pinctrl core: initialized pinctrl subsystem
  138. [ 0.461035][ T1] NET: Registered protocol family 16
  139. [ 0.466555][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
  140. [ 0.474728][ T1] audit: initializing netlink subsys (disabled)
  141. [ 0.481607][ T14] audit: type=2000 audit(0.470:1): state=initialized audit_enabled=0 res=1
  142. [ 0.490095][ T1] cpuidle: using governor ladder
  143. [ 0.494901][ T1] cpuidle: using governor menu
  144. [ 0.499889][ T1] [Firmware Bug]: Feroceon L2: bootloader left the L2 cache on!
  145. [ 0.507343][ T1] Feroceon L2: Cache support initialised.
  146. [ 0.516618][ T1] No ATAGs?
  147. [ 2.568520][ C0] random: fast init done
  148. [ 6.435348][ T71] alg: No test for lzo-rle (lzo-rle-generic)
  149. [ 6.441832][ T73] alg: No test for lzo-rle (lzo-rle-scomp)
  150. [ 6.618685][ T1] raid6: int32x8 gen() 128 MB/s
  151. [ 6.788686][ T1] raid6: int32x8 xor() 87 MB/s
  152. [ 6.958908][ T1] raid6: int32x4 gen() 131 MB/s
  153. [ 7.128601][ T1] raid6: int32x4 xor() 85 MB/s
  154. [ 7.298576][ T1] raid6: int32x2 gen() 135 MB/s
  155. [ 7.468790][ T1] raid6: int32x2 xor() 98 MB/s
  156. [ 7.638685][ T1] raid6: int32x1 gen() 112 MB/s
  157. [ 7.808534][ T1] raid6: int32x1 xor() 71 MB/s
  158. [ 7.813479][ T1] raid6: using algorithm int32x2 gen() 135 MB/s
  159. [ 7.819560][ T1] raid6: .... xor() 98 MB/s, rmw enabled
  160. [ 7.825021][ T1] raid6: using intx1 recovery algorithm
  161. [ 7.830663][ T1] vgaarb: loaded
  162. [ 7.834550][ T1] SCSI subsystem initialized
  163. [ 7.839501][ T1] usbcore: registered new interface driver usbfs
  164. [ 7.845707][ T1] usbcore: registered new interface driver hub
  165. [ 7.851808][ T1] usbcore: registered new device driver usb
  166. [ 7.857711][ T1] pps_core: LinuxPPS API ver. 1 registered
  167. [ 7.863369][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  168. [ 7.873187][ T1] PTP clock support registered
  169. [ 7.879055][ T1] clocksource: Switched to clocksource orion_clocksource
  170. [ 8.917070][ T1] VFS: Disk quotas dquot_6.6.0
  171. [ 8.921793][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  172. [ 8.938778][ T1] NET: Registered protocol family 2
  173. [ 8.944662][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
  174. [ 8.953071][ T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  175. [ 8.960765][ T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  176. [ 8.967799][ T1] TCP: Hash tables configured (established 1024 bind 1024)
  177. [ 8.974949][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
  178. [ 8.981493][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  179. [ 8.988651][ T1] NET: Registered protocol family 1
  180. [ 8.994331][ T1] RPC: Registered named UNIX socket transport module.
  181. [ 9.000999][ T1] RPC: Registered udp transport module.
  182. [ 9.006377][ T1] RPC: Registered tcp transport module.
  183. [ 9.011775][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
  184. [ 9.018885][ T1] PCI: CLS 0 bytes, default 32
  185. [ 9.023844][ T1] NetWinder Floating Point Emulator V0.97 (double precision)
  186. [ 9.032152][ T1] Initialise system trusted keyrings
  187. [ 9.037321][ T1] Key type blacklist registered
  188. [ 9.042281][ T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  189. [ 9.049539][ T1] zbud: loaded
  190. [ 9.053828][ T1] NFS: Registering the id_resolver key type
  191. [ 9.059685][ T1] Key type id_resolver registered
  192. [ 9.064545][ T1] Key type id_legacy registered
  193. [ 9.069267][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  194. [ 9.076637][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  195. [ 9.083975][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  196. [ 9.091937][ T1] fuse: init (API version 7.31)
  197. [ 9.097010][ T1] orangefs_debugfs_init: called with debug mask: :none: :0:
  198. [ 9.104319][ T1] orangefs_init: module version upstream loaded
  199. [ 9.110414][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
  200. [ 9.122047][ T1] async_tx: api initialized (async)
  201. [ 9.127088][ T1] Key type asymmetric registered
  202. [ 9.131932][ T1] Asymmetric key parser 'x509' registered
  203. [ 9.137531][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  204. [ 9.146633][ T1] kirkwood-pinctrl f1018000.pinctrl: registered pinctrl driver
  205. [ 9.155335][ T1] mvebu-pcie mbus:pcie@82000000: PCI host bridge to bus 0000:00
  206. [ 9.162894][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
  207. [ 9.169105][ T1] pci_bus 0000:00: root bus resource [mem 0xf3000000-0xf3ffffff]
  208. [ 9.176648][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff]
  209. [ 9.183709][ T1] pci 0000:00:01.0: [11ab:6560] type 01 class 0x060400
  210. [ 9.190435][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
  211. [ 9.198850][ T1] PCI: bus0: Fast back to back transfers disabled
  212. [ 9.205137][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  213. [ 9.214006][ T1] pci 0000:01:00.0: [168c:002e] type 00 class 0x028000
  214. [ 9.220743][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x4000ffff 64bit]
  215. [ 9.228316][ T1] pci 0000:01:00.0: supports D1
  216. [ 9.233027][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
  217. [ 9.269953][ T1] PCI: bus1: Fast back to back transfers disabled
  218. [ 9.276209][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  219. [ 9.283695][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xf3000000-0xf30fffff]
  220. [ 9.291265][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf3100000-0xf31007ff pref]
  221. [ 9.299179][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xf3000000-0xf300ffff 64bit]
  222. [ 9.307161][ T1] pci 0000:00:01.0: PCI bridge to [bus 01]
  223. [ 9.312825][ T1] pci 0000:00:01.0: bridge window [mem 0xf3000000-0xf30fffff]
  224. [ 9.320389][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
  225. [ 9.327584][ T1] mv_xor f1060800.xor: Marvell shared XOR driver
  226. [ 9.389892][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
  227. [ 9.400158][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  228. [ 9.408326][ T1] printk: console [ttyS0] disabled
  229. [ 9.413399][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 12500000) is a 16550A
  230. [ 9.423101][ T1] printk: console [ttyS0] enabled
  231. [ 9.423101][ T1] printk: console [ttyS0] enabled
  232. [ 9.432945][ T1] printk: bootconsole [earlycon0] disabled
  233. [ 9.432945][ T1] printk: bootconsole [earlycon0] disabled
  234. [ 9.451894][ T1] loop: module loaded
  235. [ 9.456522][ T1] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1
  236. [ 9.463655][ T1] nand: Eon NAND 128MiB 3,3V 8-bit
  237. [ 9.468649][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  238. [ 9.476995][ T1] Scanning device for bad blocks
  239. [ 9.481930][ T1] 3 fixed-partitions partitions found on MTD device orion_nand
  240. [ 9.489385][ T1] Creating 3 MTD partitions on "orion_nand":
  241. [ 9.495255][ T1] 0x000000000000-0x000000200000 : "u-boot"
  242. [ 9.502258][ T1] 0x000000200000-0x000002200000 : "jffs2"
  243. [ 9.509254][ T1] 0x000003000000-0x000008000000 : "firmware"
  244. [ 9.517714][ T1] libphy: Fixed MDIO Bus: probed
  245. [ 9.523315][ T1] libphy: orion_mdio_bus: probed
  246. [ 9.528517][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  247. [ 9.535832][ T1] ehci-pci: EHCI PCI platform driver
  248. [ 9.541077][ T1] ehci-orion: EHCI orion driver
  249. [ 9.545963][ T1] orion-ehci f1050000.ehci: EHCI Host Controller
  250. [ 9.552230][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  251. [ 9.560800][ T1] orion-ehci f1050000.ehci: irq 25, io mem 0xf1050000
  252. [ 9.589096][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  253. [ 9.596092][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
  254. [ 9.605128][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  255. [ 9.613106][ T1] usb usb1: Product: EHCI Host Controller
  256. [ 9.618711][ T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
  257. [ 9.626075][ T1] usb usb1: SerialNumber: f1050000.ehci
  258. [ 9.632104][ T1] hub 1-0:1.0: USB hub found
  259. [ 9.636614][ T1] hub 1-0:1.0: 1 port detected
  260. [ 9.641990][ T1] usbcore: registered new interface driver usb-storage
  261. [ 9.649137][ T1] mousedev: PS/2 mouse device common for all mice
  262. [ 9.655694][ T1] i2c /dev entries driver
  263. [ 9.660532][ T1] device-mapper: uevent: version 1.0.3
  264. [ 9.666134][ T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
  265. [ 9.675754][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded
  266. [ 9.683083][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded
  267. [ 9.690473][ T1] device-mapper: multipath service-time: version 0.3.0 loaded
  268. [ 9.697898][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
  269. [ 9.704748][ T1] device-mapper: raid: Loading target version 1.14.0
  270. [ 9.711520][ T1] freq_table: Duplicate freq-table entries: 0
  271. [ 9.717505][ T1] kirkwood-cpufreq kirkwood-cpufreq: Failed to register cpufreq driver
  272. [ 9.726869][ T1] hidraw: raw HID events driver (C) Jiri Kosina
  273. [ 9.733372][ T1] drop_monitor: Initializing network drop monitor service
  274. [ 9.740705][ T1] NET: Registered protocol family 17
  275. [ 9.746123][ T1] Key type dns_resolver registered
  276. [ 9.752028][ T1] registered taskstats version 1
  277. [ 9.756849][ T1] Loading compiled-in X.509 certificates
  278. [ 9.762468][ T1] zswap: loaded using pool lzo/zbud
  279. [ 9.782410][ T1] Key type big_key registered
  280. [ 9.790358][ T1] Key type encrypted registered
  281. [ 9.797015][ T1] hctosys: unable to open rtc device (rtc0)
  282. [ 9.803379][ T1] md: Waiting for all devices to be available before autodetect
  283. [ 9.811030][ T1] md: If you don't use raid, use raid=noautodetect
  284. [ 9.818088][ T1] md: Autodetecting RAID arrays.
  285. [ 9.822981][ T1] md: autorun ...
  286. [ 9.826490][ T1] md: ... autorun DONE.
  287. [ 9.830754][ T1] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
  288. [ 9.838973][ T1] Please append a correct "root=" boot option; here are the available partitions:
  289. [ 9.848126][ T1] 1f00 2048 mtdblock0
  290. [ 9.848130][ T1] (driver?)
  291. [ 9.856183][ T1] 1f01 32768 mtdblock1
  292. [ 9.856186][ T1] (driver?)
  293. [ 9.864274][ T1] 1f02 81920 mtdblock2
  294. [ 9.864278][ T1] (driver?)
  295. [ 9.872361][ T1] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  296. [ 9.881370][ T1] CPU: 0 PID: 1 Comm: swapper Not tainted 5.2.9-kirkwood-tld-1 #1
  297. [ 9.889063][ T1] Hardware name: Marvell Kirkwood (Flattened Device Tree)
  298. [ 9.896084][ T1] [<c010f6ac>] (unwind_backtrace) from [<c010bb00>] (show_stack+0x10/0x14)
  299. [ 9.904577][ T1] [<c010bb00>] (show_stack) from [<c0119fa0>] (panic+0xe0/0x30c)
  300. [ 9.912198][ T1] [<c0119fa0>] (panic) from [<c0e01628>] (mount_block_root+0x1bc/0x2a4)
  301. [ 9.920423][ T1] [<c0e01628>] (mount_block_root) from [<c0e017f8>] (mount_root+0xe8/0x154)
  302. [ 9.928997][ T1] [<c0e017f8>] (mount_root) from [<c0e019b0>] (prepare_namespace+0x14c/0x18c)
  303. [ 9.937745][ T1] [<c0e019b0>] (prepare_namespace) from [<c0e011c8>] (kernel_init_freeable+0x270/0x2dc)
  304. [ 9.947367][ T1] [<c0e011c8>] (kernel_init_freeable) from [<c09dcee0>] (kernel_init+0x8/0x10c)
  305. [ 9.956289][ T1] [<c09dcee0>] (kernel_init) from [<c01010e0>] (ret_from_fork+0x14/0x34)
  306. [ 9.964593][ T1] Exception stack(0xc7881fb0 to 0xc7881ff8)
  307. [ 9.970370][ T1] 1fa0: 00000000 00000000 00000000 00000000
  308. [ 9.979287][ T1] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  309. [ 9.988203][ T1] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
  310. [ 9.995559][ T1] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
  311.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement