Advertisement
Guest User

Untitled

a guest
Dec 14th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.65 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x611f0221]
  4. [ 0.000000] Linux version 5.16.0-rc4-asahi-next-20211206 (nixbld@localhost) (aarch64-unknown-linux-gnu-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.35.2) #1-NixOS SMP Tue Jan 1 00:00:00 UTC 1980
  5. [ 0.000000] Machine model: Apple Mac mini (M1, 2020)
  6. [ 0.000000] efi: UEFI not found.
  7. [ 0.000000] earlycon: s5l0 at MMIO32 0x0000000235200000 (options '')
  8. [ 0.000000] printk: bootconsole [s5l0] enabled
  9. [ 0.000000] NUMA: No NUMA configuration found
  10. [ 0.000000] NUMA: Faking a node at [mem 0x0000000819fcc000-0x0000000bd1327fff]
  11. [ 0.000000] NUMA: NODE_DATA [mem 0xbd0b71380-0xbd0b738ff]
  12. [ 0.000000] Zone ranges:
  13. [ 0.000000] DMA [mem 0x0000000819fcc000-0x0000000bd1327fff]
  14. [ 0.000000] DMA32 empty
  15. [ 0.000000] Normal empty
  16. [ 0.000000] Movable zone start for each node
  17. [ 0.000000] Early memory node ranges
  18. [ 0.000000] node 0: [mem 0x0000000819fcc000-0x0000000bd1327fff]
  19. [ 0.000000] Initmem setup node 0 [mem 0x0000000819fcc000-0x0000000bd1327fff]
  20. [ 0.000000] On node 0, zone DMA: 2035 pages in unavailable ranges
  21. [ 0.000000] On node 0, zone DMA: 6966 pages in unavailable ranges
  22. [ 0.000000] cma: Reserved 128 MiB at 0x000000081a000000
  23. [ 0.000000] percpu: Embedded 13 pages/cpu s171736 r8192 d33064 u212992
  24. [ 0.000000] pcpu-alloc: s171736 r8192 d33064 u212992 alloc=13*16384
  25. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  26. [ 0.000000] Detected VIPT I-cache on CPU0
  27. [ 0.000000] CPU features: detected: Address authentication (IMP DEF algorithm)
  28. [ 0.000000] CPU features: detected: Spectre-v4
  29. [ 0.000000] alternatives: patching kernel code
  30. [ 0.000000] Fallback order for Node 0: 0
  31. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 970234
  32. [ 0.000000] Policy zone: DMA
  33. [ 0.000000] Kernel command line: init=/nix/store/v20q3922171g3hb7wvrgvx7rmifhcsx5-nixos-system-nixos-21.11pre-git/init earlycon console=ttySAC0,1500000 console=tty0 debug boot.shell_on_fail
  34. [ 0.000000] Dentry cache hash table entries: 2097152 (order: 10, 16777216 bytes, linear)
  35. [ 0.000000] Inode-cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
  36. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  37. [ 0.000000] Memory: 15312928K/15584624K available (11456K kernel code, 1836K rwdata, 4496K rodata, 4032K init, 490K bss, 140624K reserved, 131072K cma-reserved)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  39. [ 0.000000] ftrace: allocating 40237 entries in 40 pages
  40. [ 0.000000] ftrace: allocated 40 pages with 2 groups
  41. [ 0.000000] trace event string verifier disabled
  42. [ 0.000000] rcu: Hierarchical RCU implementation.
  43. [ 0.000000] rcu: RCU event tracing is enabled.
  44. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
  45. [ 0.000000] Rude variant of Tasks RCU enabled.
  46. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  47. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  48. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  49. [ 0.000000] Root IRQ handler: aic_handle_irq
  50. [ 0.000000] Root FIQ handler: aic_handle_fiq
  51. [ 0.000000] irq_apple_aic: Kernel running in EL1, mapping interrupts
  52. [ 0.000000] irq_apple_aic: Using Fast IPIs
  53. [ 0.000000] irq_apple_aic: Initialized with 896/1024 IRQs * 1/1 die(s), 4 FIQs, 32 vIPIs
  54. [ 0.000000] random: get_random_bytes called from start_kernel+0x4dc/0x69c with crng_init=0
  55. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
  56. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  57. [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  58. [ 0.001744] Console: colour dummy device 80x25
  59. [ 0.002640] printk: console [tty0] enabled
  60. [ 0.003534] printk: bootconsole [s5l0] disabled
  61. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x611f0221]
  62. [ 0.000000] Linux version 5.16.0-rc4-asahi-next-20211206 (nixbld@localhost) (aarch64-unknown-linux-gnu-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.35.2) #1-NixOS SMP Tue Jan 1 00:00:00 UTC 1980
  63. [ 0.000000] Machine model: Apple Mac mini (M1, 2020)
  64. [ 0.000000] efi: UEFI not found.
  65. [ 0.000000] earlycon: s5l0 at MMIO32 0x0000000235200000 (options '')
  66. [ 0.000000] printk: bootconsole [s5l0] enabled
  67. [ 0.000000] NUMA: No NUMA configuration found
  68. [ 0.000000] NUMA: Faking a node at [mem 0x0000000819fcc000-0x0000000bd1327fff]
  69. [ 0.000000] NUMA: NODE_DATA [mem 0xbd0b71380-0xbd0b738ff]
  70. [ 0.000000] Zone ranges:
  71. [ 0.000000] DMA [mem 0x0000000819fcc000-0x0000000bd1327fff]
  72. [ 0.000000] DMA32 empty
  73. [ 0.000000] Normal empty
  74. [ 0.000000] Movable zone start for each node
  75. [ 0.000000] Early memory node ranges
  76. [ 0.000000] node 0: [mem 0x0000000819fcc000-0x0000000bd1327fff]
  77. [ 0.000000] Initmem setup node 0 [mem 0x0000000819fcc000-0x0000000bd1327fff]
  78. [ 0.000000] On node 0, zone DMA: 2035 pages in unavailable ranges
  79. [ 0.000000] On node 0, zone DMA: 6966 pages in unavailable ranges
  80. [ 0.000000] cma: Reserved 128 MiB at 0x000000081a000000
  81. [ 0.000000] percpu: Embedded 13 pages/cpu s171736 r8192 d33064 u212992
  82. [ 0.000000] pcpu-alloc: s171736 r8192 d33064 u212992 alloc=13*16384
  83. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  84. [ 0.000000] Detected VIPT I-cache on CPU0
  85. [ 0.000000] CPU features: detected: Address authentication (IMP DEF algorithm)
  86. [ 0.000000] CPU features: detected: Spectre-v4
  87. [ 0.000000] alternatives: patching kernel code
  88. [ 0.000000] Fallback order for Node 0: 0
  89. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 970234
  90. [ 0.000000] Policy zone: DMA
  91. [ 0.000000] Kernel command line: init=/nix/store/v20q3922171g3hb7wvrgvx7rmifhcsx5-nixos-system-nixos-21.11pre-git/init earlycon console=ttySAC0,1500000 console=tty0 debug boot.shell_on_fail
  92. [ 0.000000] Dentry cache hash table entries: 2097152 (order: 10, 16777216 bytes, linear)
  93. [ 0.000000] Inode-cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
  94. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  95. [ 0.000000] Memory: 15312928K/15584624K available (11456K kernel code, 1836K rwdata, 4496K rodata, 4032K init, 490K bss, 140624K reserved, 131072K cma-reserved)
  96. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  97. [ 0.000000] ftrace: allocating 40237 entries in 40 pages
  98. [ 0.000000] ftrace: allocated 40 pages with 2 groups
  99. [ 0.000000] trace event string verifier disabled
  100. [ 0.000000] rcu: Hierarchical RCU implementation.
  101. [ 0.000000] rcu: RCU event tracing is enabled.
  102. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
  103. [ 0.000000] Rude variant of Tasks RCU enabled.
  104. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  105. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  106. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  107. [ 0.000000] Root IRQ handler: aic_handle_irq
  108. [ 0.000000] Root FIQ handler: aic_handle_fiq
  109. [ 0.000000] irq_apple_aic: Kernel running in EL1, mapping interrupts
  110. [ 0.000000] irq_apple_aic: Using Fast IPIs
  111. [ 0.000000] irq_apple_aic: Initialized with 896/1024 IRQs * 1/1 die(s), 4 FIQs, 32 vIPIs
  112. [ 0.000000] random: get_random_bytes called from start_kernel+0x4dc/0x69c with crng_init=0
  113. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
  114. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  115. [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  116. [ 0.001744] Console: colour dummy device 80x25
  117. [ 0.002640] printk: console [tty0] enabled
  118. [ 0.003534] printk: bootconsole [s5l0] disabled
  119. [ 0.004475] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  120. [ 0.004479] pid_max: default: 32768 minimum: 301
  121. [ 0.004494] LSM: Security Framework initializing
  122. [ 0.004509] Mount-cache hash table entries: 32768 (order: 4, 262144 bytes, linear)
  123. [ 0.004517] Mountpoint-cache hash table entries: 32768 (order: 4, 262144 bytes, linear)
  124. [ 0.004756] cblist_init_generic: Setting adjustable number of callback queues.
  125. [ 0.004761] cblist_init_generic: Setting shift to 3 and lim to 1.
  126. [ 0.004781] rcu: Hierarchical SRCU implementation.
  127. [ 0.004833] EFI services will not be available.
  128. [ 0.004870] smp: Bringing up secondary CPUs ...
  129. [ 0.004872] smp: Brought up 1 node, 1 CPU
  130. [ 0.004874] SMP: Total of 1 processors activated.
  131. [ 0.004877] CPU features: detected: ARMv8.4 Translation Table Level
  132. [ 0.004879] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
  133. [ 0.004881] CPU features: detected: Common not Private translations
  134. [ 0.004883] CPU features: detected: CRC32 instructions
  135. [ 0.004884] CPU features: detected: E0PD
  136. [ 0.004886] CPU features: detected: Generic authentication (IMP DEF algorithm)
  137. [ 0.004889] CPU features: detected: RCpc load-acquire (LDAPR)
  138. [ 0.004890] CPU features: detected: LSE atomic instructions
  139. [ 0.004892] CPU features: detected: Privileged Access Never
  140. [ 0.004894] CPU features: detected: RAS Extension Support
  141. [ 0.004896] CPU features: detected: Speculation barrier (SB)
  142. [ 0.004897] CPU features: detected: Stage-2 Force Write-Back
  143. [ 0.004899] CPU features: detected: TLB range maintenance instructions
  144. [ 0.004901] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
  145. [ 0.029598] CPU: All CPU(s) started at EL1
  146. [ 0.029985] devtmpfs: initialized
  147. [ 0.030854] KASLR disabled due to lack of seed
  148. [ 0.030887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  149. [ 0.030892] futex hash table entries: 2048 (order: 3, 131072 bytes, linear)
  150. [ 0.031009] pinctrl core: initialized pinctrl subsystem
  151. [ 0.031052] DMI not present or invalid.
  152. [ 0.031087] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  153. [ 0.031408] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
  154. [ 0.031454] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  155. [ 0.031499] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  156. [ 0.031508] audit: initializing netlink subsys (disabled)
  157. [ 0.031594] thermal_sys: Registered thermal governor 'step_wise'
  158. [ 0.031595] thermal_sys: Registered thermal governor 'user_space'
  159. [ 0.031611] cpuidle: using governor menu
  160. [ 0.031636] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  161. [ 0.031894] ASID allocator initialised with 256 entries
  162. [ 0.031900] Serial: AMBA PL011 UART driver
  163. [ 0.037114] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
  164. [ 0.037153] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  165. [ 0.037156] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  166. [ 0.037158] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  167. [ 0.037255] cryptd: max_cpu_qlen set to 1000
  168. [ 0.037330] ACPI: Interpreter disabled.
  169. [ 0.037345] iommu: Default domain type: Translated
  170. [ 0.037347] iommu: DMA domain TLB invalidation policy: strict mode
  171. [ 0.037369] vgaarb: loaded
  172. [ 0.037413] SCSI subsystem initialized
  173. [ 0.037440] usbcore: registered new interface driver usbfs
  174. [ 0.037447] usbcore: registered new interface driver hub
  175. [ 0.037453] usbcore: registered new device driver usb
  176. [ 0.037533] Advanced Linux Sound Architecture Driver Initialized.
  177. [ 0.037676] clocksource: Switched to clocksource arch_sys_counter
  178. [ 0.042384] VFS: Disk quotas dquot_6.6.0
  179. [ 0.042398] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
  180. [ 0.042431] pnp: PnP ACPI: disabled
  181. [ 0.043154] NET: Registered PF_INET protocol family
  182. [ 0.043209] IP idents hash table entries: 262144 (order: 7, 2097152 bytes, linear)
  183. [ 0.241767] tcp_listen_portaddr_hash hash table entries: 8192 (order: 3, 131072 bytes, linear)
  184. [ 0.241789] TCP established hash table entries: 131072 (order: 6, 1048576 bytes, linear)
  185. [ 0.241950] TCP bind hash table entries: 65536 (order: 6, 1048576 bytes, linear)
  186. [ 0.242046] TCP: Hash tables configured (established 131072 bind 65536)
  187. [ 0.242065] UDP hash table entries: 8192 (order: 4, 262144 bytes, linear)
  188. [ 0.242100] UDP-Lite hash table entries: 8192 (order: 4, 262144 bytes, linear)
  189. [ 0.242159] NET: Registered PF_UNIX/PF_LOCAL protocol family
  190. [ 0.242215] RPC: Registered named UNIX socket transport module.
  191. [ 0.242218] RPC: Registered udp transport module.
  192. [ 0.242219] RPC: Registered tcp transport module.
  193. [ 0.242220] RPC: Registered tcp NFSv4.1 backchannel transport module.
  194. [ 0.242224] PCI: CLS 0 bytes, default 64
  195. [ 0.242294] Unpacking initramfs...
  196. [ 0.245960] kvm [1]: HYP mode not available
  197. [ 0.246176] Initialise system trusted keyrings
  198. [ 0.249955] workingset: timestamp_bits=42 max_order=20 bucket_order=0
  199. [ 0.251058] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  200. [ 0.251293] NFS: Registering the id_resolver key type
  201. [ 0.251301] Key type id_resolver registered
  202. [ 0.251303] Key type id_legacy registered
  203. [ 0.251315] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  204. [ 0.251318] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  205. [ 0.273773] NET: Registered PF_ALG protocol family
  206. [ 0.273786] Key type asymmetric registered
  207. [ 0.273788] Asymmetric key parser 'x509' registered
  208. [ 0.273866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  209. [ 0.273869] io scheduler mq-deadline registered
  210. [ 0.273871] io scheduler kyber registered
  211. [ 0.274189] apple-gpio-pinctrl 24a820000.pinctrl: No cache defaults, reading back from HW
  212. [ 0.274939] apple-gpio-pinctrl 23e820000.pinctrl: No cache defaults, reading back from HW
  213. [ 0.275885] EINJ: ACPI disabled.
  214. [ 0.284280] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  215. [ 0.284904] 235200000.serial: ttySAC0 at MMIO 0x235200000 (irq = 39, base_baud = 0) is a APPLE S5L
  216. [ 0.569225] Freeing initrd memory: 22320K
  217. [ 0.656161] printk: console [ttySAC0] enabled
  218. [ 0.657406] 235208000.serial: ttySAC2 at MMIO 0x235208000 (irq = 40, base_baud = 0) is a APPLE S5L
  219. [ 0.660044] apple-dart 382f00000.iommu: DART [pagesize 4000, bypass support: 1, bypass forced: 0] initialized
  220. FATAL: read zero bytes from port
  221. term_exitfunc: reset failed for dev UNKNOWN: Input/output error
  222.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement