Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extremely slow start ~50s #10456

Closed
1 of 2 tasks
KawaiiZapic opened this issue Sep 8, 2023 · 13 comments
Closed
1 of 2 tasks

Extremely slow start ~50s #10456

KawaiiZapic opened this issue Sep 8, 2023 · 13 comments

Comments

@KawaiiZapic
Copy link

KawaiiZapic commented Sep 8, 2023

Windows Version

Microsoft Windows [Version 10.0.22631.2271]

WSL Version

1.3.17.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.90.4-1

Distro Version

Ubuntu 20.04 / Ubuntu 22.04

Other Software

No response

Repro Steps

  1. start wsl

Expected Behavior

start in ~10s

Actual Behavior

extremely slow start ~50s

Diagnostic Logs

No response

@KawaiiZapic
Copy link
Author

KawaiiZapic commented Sep 8, 2023

Startup logs:

Ubuntu 20.04(Without Systemd):
[    0.000000] Linux version 5.15.90.4-microsoft-standard-WSL2 (root@4b885f886b45) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Tue Jul 18 21:28:32 UTC 2023
[    0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=12 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000e0fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000001fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000200000-0x00000000f7ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000007ee7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Microsoft Hyper-V
[    0.000000] Hyper-V: privilege flags low 0xae7f, high 0x3b8030, hints 0xa4e24, misc 0xe0bed7b2
[    0.000000] Hyper-V Host Build:22621-10.0-2-0.2271
[    0.000000] Hyper-V: Nested features: 0x3e0101
[    0.000000] Hyper-V: LAPIC Timer Frequency: 0x1e8480
[    0.000000] Hyper-V: Using hypercall for remote TLB flush
[    0.000000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[    0.000003] tsc: Detected 2495.999 MHz processor
[    0.000015] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000019] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000023] last_pfn = 0x7ee800 max_arch_pfn = 0x400000000
[    0.000058] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000073] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[    0.000088] Using GB pages for direct mapping
[    0.000187] RAMDISK: [mem 0x03dca000-0x03fbcfff]
[    0.000189] ACPI: Early table checksum verification disabled
[    0.000193] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000197] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000202] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000206] ACPI: DSDT 0x00000000001011B8 01E191 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000209] ACPI: FACS 0x0000000000101114 000040
[    0.000212] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000215] ACPI: SRAT 0x000000000011F349 000370 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000217] ACPI: APIC 0x000000000011F6B9 0000A8 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000219] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[    0.000221] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f348]
[    0.000222] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[    0.000223] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[    0.000224] ACPI: Reserving SRAT table memory at [mem 0x11f349-0x11f6b8]
[    0.000225] ACPI: Reserving APIC table memory at [mem 0x11f6b9-0x11f760]
[    0.000716] Zone ranges:
[    0.000721]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000724]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000726]   Normal   [mem 0x0000000100000000-0x00000007ee7fffff]
[    0.000727]   Device   empty
[    0.000729] Movable zone start for each node
[    0.000729] Early memory node ranges
[    0.000730]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000732]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000733]   node   0: [mem 0x0000000100000000-0x00000007ee7fffff]
[    0.000736] Initmem setup node 0 [mem 0x0000000000001000-0x00000007ee7fffff]
[    0.000976] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001003] On node 0, zone DMA: 352 pages in unavailable ranges
[    0.012705] On node 0, zone Normal: 6144 pages in unavailable ranges
[    0.012752] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.013146] IOAPIC[0]: apic_id 12, version 17, address 0xfec00000, GSI 0-23
[    0.013150] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.013153] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.013155] TSC deadline timer available
[    0.013156] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.013165] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.013166] Booting paravirtualized kernel on Hyper-V
[    0.013168] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.017554] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:12 nr_node_ids:1
[    0.018205] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[    0.018210] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[    0.018213] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[    0.018227] Hyper-V: PV spinlocks enabled
[    0.018228] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.018232] Built 1 zonelists, mobility grouping on.  Total pages: 8153701
[    0.018233] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=12 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.018410] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[    0.022717] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.025022] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.025116] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.046477] Memory: 4124464K/33135228K available (18452K kernel code, 2630K rwdata, 9716K rodata, 2004K init, 1824K bss, 681900K reserved, 0K cma-reserved)
[    0.046513] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.046519] ftrace: allocating 53122 entries in 208 pages
[    0.064229] ftrace: allocated 208 pages with 3 groups
[    0.064569] rcu: Hierarchical RCU implementation.
[    0.064571] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=12.
[    0.064572]  Rude variant of Tasks RCU enabled.
[    0.064573]  Tracing variant of Tasks RCU enabled.
[    0.064574] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.064575] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.067410] Using NULL legacy PIC
[    0.067411] NR_IRQS: 16640, nr_irqs: 520, preallocated irqs: 0
[    0.067875] random: crng init done
[    0.067894] Console: colour dummy device 80x25
[    0.067902] ACPI: Core revision 20210730
[    0.067958] Failed to register legacy timer interrupt
[    0.067958] APIC: Switch to symmetric I/O mode setup
[    0.070203] x2apic enabled
[    0.072441] Switched APIC routing to physical x2apic.
[    0.072454] Hyper-V: Using IPI hypercalls
[    0.072493] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa763a3d1, max_idle_ns: 440795313647 ns
[    0.072498] Calibrating delay loop (skipped), value calculated using timer frequency.. 4991.99 BogoMIPS (lpj=24959990)
[    0.072500] pid_max: default: 32768 minimum: 301
[    0.072512] LSM: Security Framework initializing
[    0.072515] landlock: Up and running.
[    0.072552] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.072582] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.072812] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.072821] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.072822] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.072825] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.072826] Spectre V2 : Mitigation: Enhanced IBRS
[    0.072828] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.072828] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.072829] RETBleed: Mitigation: Enhanced IBRS
[    0.072830] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.072831] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.082495] Freeing SMP alternatives memory: 60K
[    0.082495] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-1235U (family: 0x6, model: 0x9a, stepping: 0x4)
[    0.082495] Performance Events: unsupported p6 CPU model 154 no PMU driver, software events only.
[    0.082495] rcu: Hierarchical SRCU implementation.
[    0.082495] smp: Bringing up secondary CPUs ...
[    0.082495] x86: Booting SMP configuration:
[    0.082495] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.082495] smp: Brought up 1 node, 12 CPUs
[    0.082495] smpboot: Max logical packages: 1
[    0.082495] smpboot: Total of 12 processors activated (59903.97 BogoMIPS)
[    0.105535] node 0 deferred pages initialised in 30ms
[    0.108020] devtmpfs: initialized
[    0.108020] x86/mm: Memory block size: 128MB
[    0.108020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.108020] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.108020] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.108020] audit: initializing netlink subsys (disabled)
[    0.108020] audit: type=2000 audit(1694132277.030:1): state=initialized audit_enabled=0 res=1
[    0.108020] thermal_sys: Registered thermal governor 'step_wise'
[    0.108020] cpuidle: using governor menu
[    0.108020] ACPI: bus type PCI registered
[    0.108020] PCI: Fatal: No config space access function found
[    0.108020] Kprobes globally optimized
[    0.112619] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.112619] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.112619] raid6: skip pq benchmark and using algorithm avx2x4
[    0.112619] raid6: using avx2x2 recovery algorithm
[    0.112619] ACPI: Added _OSI(Module Device)
[    0.112619] ACPI: Added _OSI(Processor Device)
[    0.112619] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.112619] ACPI: Added _OSI(Processor Aggregator Device)
[    0.112619] ACPI: Added _OSI(Linux-Dell-Video)
[    0.112619] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.112619] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.114985] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.115901] ACPI: Interpreter enabled
[    0.115904] ACPI: PM: (supports S0 S5)
[    0.115905] ACPI: Using IOAPIC for interrupt routing
[    0.115910] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.116043] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.122579] iommu: Default domain type: Translated
[    0.122580] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.122623] SCSI subsystem initialized
[    0.122628] ACPI: bus type USB registered
[    0.122633] usbcore: registered new interface driver usbfs
[    0.122636] usbcore: registered new interface driver hub
[    0.122640] usbcore: registered new device driver usb
[    0.122645] pps_core: LinuxPPS API ver. 1 registered
[    0.122645] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.122647] PTP clock support registered
[    0.122677] hv_vmbus: Vmbus version:5.3
[    0.122680] PCI: Using ACPI for IRQ routing
[    0.122682] PCI: System does not support PCI
[    0.123103] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.122985] clocksource: Switched to clocksource tsc-early
[    0.123275] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.123282] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[    0.123293] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.129444] VFS: Disk quotas dquot_6.6.0
[    0.129454] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.129469] FS-Cache: Loaded
[    0.129493] pnp: PnP ACPI init
[    0.129684] pnp: PnP ACPI: found 1 devices
[    0.136511] NET: Registered PF_INET protocol family
[    0.136883] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.138286] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.138308] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.138312] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.138696] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.138965] TCP: Hash tables configured (established 262144 bind 65536)
[    0.138992] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.139032] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.139277] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.140060] RPC: Registered named UNIX socket transport module.
[    0.140063] RPC: Registered udp transport module.
[    0.140064] RPC: Registered tcp transport module.
[    0.140065] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.140067] PCI: CLS 0 bytes, default 64
[    0.140103] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.140105] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[    0.140133] Trying to unpack rootfs image as initramfs...
[    0.140161] KVM: vmx: using Hyper-V Enlightened VMCS
[    0.140688] Freeing initrd memory: 1996K
[    0.341774] kvm: already loaded the other module
[    0.344234] Initialise system trusted keyrings
[    0.344318] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    0.344885] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.345029] NFS: Registering the id_resolver key type
[    0.345033] Key type id_resolver registered
[    0.345034] Key type id_legacy registered
[    0.345035] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.345037] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.345038] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.345869] Key type cifs.idmap registered
[    0.345923] fuse: init (API version 7.34)
[    0.346031] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.346316] 9p: Installing v9fs 9p2000 file system support
[    0.346321] FS-Cache: Netfs '9p' registered for caching
[    0.346345] FS-Cache: Netfs 'ceph' registered for caching
[    0.346346] ceph: loaded (mds proto 32)
[    0.352360] NET: Registered PF_ALG protocol family
[    0.352362] xor: automatically using best checksumming function   avx
[    0.352363] Key type asymmetric registered
[    0.352364] Asymmetric key parser 'x509' registered
[    0.352379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.352913] hv_vmbus: registering driver hv_pci
[    0.353162] hv_pci fb4e4164-855e-4d39-9120-02f50b18f151: PCI VMBus probing: Using version 0x10004
[    0.354107] hv_pci fb4e4164-855e-4d39-9120-02f50b18f151: PCI host bridge to bus 855e:00
[    0.354109] pci_bus 855e:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[    0.354111] pci_bus 855e:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.354939] pci 855e:00:00.0: [1af4:1043] type 00 class 0x010000
[    0.355867] pci 855e:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.356496] pci 855e:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.357112] pci 855e:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.360717] pci_bus 855e:00: busn_res: [bus 00-ff] end is updated to 00
[    0.360722] pci 855e:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.361157] pci 855e:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.361564] pci 855e:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.362189] hv_pci be68654d-952c-4649-867e-ec3acb265f49: PCI VMBus probing: Using version 0x10004
[    0.362867] hv_pci be68654d-952c-4649-867e-ec3acb265f49: PCI host bridge to bus 952c:00
[    0.362869] pci_bus 952c:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.363232] pci 952c:00:00.0: [1414:008e] type 00 class 0x030200
[    0.367151] pci_bus 952c:00: busn_res: [bus 00-ff] end is updated to 00
[    0.367375] hv_pci 12091d3f-62a4-4d3a-8932-34daec8b0ac1: PCI VMBus probing: Using version 0x10004
[    0.367942] hv_pci 12091d3f-62a4-4d3a-8932-34daec8b0ac1: PCI host bridge to bus 62a4:00
[    0.367944] pci_bus 62a4:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.368301] pci 62a4:00:00.0: [1414:008e] type 00 class 0x030200
[    0.372197] pci_bus 62a4:00: busn_res: [bus 00-ff] end is updated to 00
[    0.372416] hv_pci 7baacccc-758c-4604-8fea-0abe92a9f9a9: PCI VMBus probing: Using version 0x10004
[    0.373628] hv_pci 7baacccc-758c-4604-8fea-0abe92a9f9a9: PCI host bridge to bus 758c:00
[    0.373629] pci_bus 758c:00: root bus resource [mem 0x9ffe04000-0x9ffe06fff window]
[    0.373631] pci_bus 758c:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.375317] pci 758c:00:00.0: [1af4:1049] type 00 class 0x010000
[    0.376777] pci 758c:00:00.0: reg 0x10: [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.377506] pci 758c:00:00.0: reg 0x18: [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.378255] pci 758c:00:00.0: reg 0x20: [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.384413] pci_bus 758c:00: busn_res: [bus 00-ff] end is updated to 00
[    0.384418] pci 758c:00:00.0: BAR 0: assigned [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.384987] pci 758c:00:00.0: BAR 2: assigned [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.385546] pci 758c:00:00.0: BAR 4: assigned [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.386191] ACPI: AC: AC Adapter [AC1] (on-line)
[    0.386931] ACPI: battery: Slot [BAT1] (battery present)
[    0.396962] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.436948] Non-volatile memory driver v1.3
[    0.437221] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[    0.438072] printk: console [hvc0] enabled
[    0.439717] brd: module loaded
[    0.440723] loop: module loaded
[    0.441161] hv_vmbus: registering driver hv_storvsc
[    0.441631] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    0.442641] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    0.443319] scsi host0: storvsc_host_t
[    0.443741] tun: Universal TUN/TAP device driver, 1.6
[    0.444716] PPP generic driver version 2.4.2
[    0.445527] PPP BSD Compression module registered
[    0.446005] PPP Deflate Compression module registered
[    0.446453] PPP MPPE Compression module registered
[    0.446884] NET: Registered PF_PPPOX protocol family
[    0.447408] usbcore: registered new interface driver cdc_ether
[    0.447992] usbcore: registered new interface driver cdc_ncm
[    0.448589] usbcore: registered new interface driver r8153_ecm
[    0.449440] hv_vmbus: registering driver hv_netvsc
[    0.450494] VFIO - User Level meta-driver version: 0.3
[    0.451285] usbcore: registered new interface driver cdc_acm
[    0.452207] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.453028] usbcore: registered new interface driver ch341
[    0.453405] usbserial: USB Serial support registered for ch341-uart
[    0.454061] usbcore: registered new interface driver cp210x
[    0.454590] usbserial: USB Serial support registered for cp210x
[    0.455088] usbcore: registered new interface driver ftdi_sio
[    0.455505] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.456183] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.456619] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    0.457156] vhci_hcd: created sysfs vhci_hcd.0
[    0.457646] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.458212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.458712] usb usb1: Product: USB/IP Virtual Host Controller
[    0.459129] usb usb1: Manufacturer: Linux 5.15.90.4-microsoft-standard-WSL2 vhci_hcd
[    0.459635] usb usb1: SerialNumber: vhci_hcd.0
[    0.460076] hub 1-0:1.0: USB hub found
[    0.460386] hub 1-0:1.0: 8 ports detected
[    0.460878] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.461304] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    0.461890] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.462586] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.463137] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.463647] usb usb2: Product: USB/IP Virtual Host Controller
[    0.464077] usb usb2: Manufacturer: Linux 5.15.90.4-microsoft-standard-WSL2 vhci_hcd
[    0.464574] usb usb2: SerialNumber: vhci_hcd.0
[    0.465019] hub 2-0:1.0: USB hub found
[    0.465533] hub 2-0:1.0: 8 ports detected
[    0.466418] hv_vmbus: registering driver hyperv_keyboard
[    0.466796] rtc_cmos 00:00: RTC can wake from S4
[    0.469548] rtc_cmos 00:00: registered as rtc0
[    0.470402] rtc_cmos 00:00: setting system clock to 2023-09-08T00:17:57 UTC (1694132277)
[    0.471164] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.471791] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.472536] device-mapper: raid: Loading target version 1.15.1
[    0.473120] usbcore: registered new interface driver usbhid
[    0.473520] usbhid: USB HID core driver
[    0.473891] hv_utils: Registering HyperV Utility Driver
[    0.474289] hv_vmbus: registering driver hv_utils
[    0.474723] hv_vmbus: registering driver hv_balloon
[    0.475053] hv_utils: TimeSync IC version 4.0
[    0.475371] hv_vmbus: registering driver dxgkrnl
[    0.476132] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.477949] Free page reporting enabled
[    0.478497] hv_balloon: Cold memory discard hint enabled with order 9
[    0.480110] drop_monitor: Initializing network drop monitor service
[    0.480560] Mirror/redirect action on
[    0.481011] u32 classifier
[    0.481268]     Performance counters on
[    0.481566]     input device check on
[    0.481865]     Actions configured
[    0.483139] IPVS: Registered protocols (TCP, UDP)
[    0.483757] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.484324] IPVS: ipvs loaded.
[    0.484554] IPVS: [rr] scheduler registered.
[    0.484859] IPVS: [wrr] scheduler registered.
[    0.485163] IPVS: [sh] scheduler registered.
[    0.485489] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    0.485810] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.486199] Initializing XFRM netlink socket
[    0.486532] NET: Registered PF_INET6 protocol family
[    0.487260] Segment Routing with IPv6
[    0.487556] In-situ OAM (IOAM) with IPv6
[    0.487832] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.488213] NET: Registered PF_PACKET protocol family
[    0.488525] Bridge firewalling registered
[    0.488756] 8021q: 802.1Q VLAN Support v1.8
[    0.489002] sctp: Hash tables configured (bind 512/512)
[    0.489377] 9pnet: Installing 9P2000 support
[    0.519011] Key type dns_resolver registered
[    0.519850] Key type ceph registered
[    0.520381] libceph: loaded (mon/osd proto 15/24)
[    0.521043] NET: Registered PF_VSOCK protocol family
[    0.521447] hv_vmbus: registering driver hv_sock
[    0.521839] IPI shorthand broadcast: enabled
[    0.522148] sched_clock: Marking stable (516402620, 4629400)->(533547900, -12515880)
[    0.523222] registered taskstats version 1
[    0.524088] Loading compiled-in X.509 certificates
[    0.525243] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.531886] Freeing unused kernel image (initmem) memory: 2004K
[    0.572693] Write protecting the kernel read-only data: 30720k
[    0.574791] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    0.576308] Freeing unused kernel image (rodata/data gap) memory: 524K
[    0.577133] Run /init as init process
[    0.577603]   with arguments:
[    0.578036]     /init
[    0.578397]   with environment:
[    0.578823]     HOME=/
[    0.579217]     TERM=linux
[    0.579665]     WSL_ROOT_INIT=1
[    0.597478] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.608927] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.610375] sd 0:0:0:0: [sda] 797608 512-byte logical blocks: (408 MB/389 MiB)
[    0.611697] sd 0:0:0:0: [sda] Write Protect is on
[    0.612227] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[    0.613408] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.613822] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.620665] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    0.622009] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.630088] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    0.634404] sd 0:0:0:1: [sdb] 16777224 512-byte logical blocks: (8.59 GB/8.00 GiB)
[    0.636697] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    0.638022] sd 0:0:0:1: [sdb] Write Protect is off
[    0.638923] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    0.640161] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.647597] sd 0:0:0:1: [sdb] Attached SCSI disk
[    0.678153] Adding 8388608k swap on /dev/sdb.  Priority:-2 extents:1 across:8388608k
[    0.745439] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    0.862043] hv_pci 46e3c8c8-64ca-4e4a-b7b0-8aef4bd38f0d: PCI VMBus probing: Using version 0x10004
[    0.867066] hv_pci 46e3c8c8-64ca-4e4a-b7b0-8aef4bd38f0d: PCI host bridge to bus 64ca:00
[    0.868429] pci_bus 64ca:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[    0.869540] pci_bus 64ca:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.872126] pci 64ca:00:00.0: [1af4:105a] type 00 class 0x088000
[    0.875532] pci 64ca:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[    0.878072] pci 64ca:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[    0.881792] pci 64ca:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[    0.888951] pci_bus 64ca:00: busn_res: [bus 00-ff] end is updated to 00
[    0.889999] pci 64ca:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[    0.892265] pci 64ca:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[    0.894899] pci 64ca:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[    0.920975] virtiofs virtio2: Cache len: 0x200000000 @ 0xc00000000
[    0.980361] memmap_init_zone_device initialised 2097152 pages in 10ms
[    0.987856] FS-Cache: Duplicate cookie detected
[    0.988702] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    0.989736] FS-Cache: O-cookie d=000000006dcd71dc{9P.session} n=00000000efbe0e66
[    0.990570] FS-Cache: O-key=[10] '34323934393337333838'
[    0.991734] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
[    0.992594] FS-Cache: N-cookie d=000000006dcd71dc{9P.session} n=000000005270bab8
[    0.993719] FS-Cache: N-key=[10] '34323934393337333838'
[    1.003261] scsi 0:0:0:2: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    1.009965] sd 0:0:0:2: Attached scsi generic sg2 type 0
[    1.010869] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    1.011379] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[    1.011803] sd 0:0:0:2: [sdc] Write Protect is off
[    1.012122] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[    1.012633] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.015997] sd 0:0:0:2: [sdc] Attached SCSI disk
[    1.019318] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    1.342802] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa763a3d1, max_idle_ns: 440795313647 ns
[    1.347035] clocksource: Switched to clocksource tsc
[   22.447530] /sbin/ldconfig:
[   22.447533] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   22.634843] hv_pci 9afc8ad3-0871-4908-bc2e-ffad63445f43: PCI VMBus probing: Using version 0x10004
[   22.637933] 9pnet_virtio: no channels available for device drvfs
[   22.639466] WSL (1) WARNING: mount: waiting for virtio device drvfs
[   22.640650] hv_pci 9afc8ad3-0871-4908-bc2e-ffad63445f43: PCI host bridge to bus 0871:00
[   22.643866] pci_bus 0871:00: root bus resource [mem 0x9ffe08000-0x9ffe0afff window]
[   22.645630] pci_bus 0871:00: No busn resource found for root bus, will use [bus 00-ff]
[   22.650032] pci 0871:00:00.0: [1af4:1049] type 00 class 0x010000
[   22.655018] pci 0871:00:00.0: reg 0x10: [mem 0x9ffe08000-0x9ffe08fff 64bit]
[   22.657886] pci 0871:00:00.0: reg 0x18: [mem 0x9ffe09000-0x9ffe09fff 64bit]
[   22.660637] pci 0871:00:00.0: reg 0x20: [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[   22.670032] pci_bus 0871:00: busn_res: [bus 00-ff] end is updated to 00
[   22.672137] pci 0871:00:00.0: BAR 0: assigned [mem 0x9ffe08000-0x9ffe08fff 64bit]
[   22.674913] pci 0871:00:00.0: BAR 2: assigned [mem 0x9ffe09000-0x9ffe09fff 64bit]
[   22.677055] pci 0871:00:00.0: BAR 4: assigned [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[   22.755266] hv_pci 4f08253e-f9fc-4059-a776-df3baa1aa40c: PCI VMBus probing: Using version 0x10004
[   22.758690] 9pnet_virtio: no channels available for device drvfs
[   22.759941] hv_pci 4f08253e-f9fc-4059-a776-df3baa1aa40c: PCI host bridge to bus f9fc:00
[   22.760135] WSL (1) WARNING: mount: waiting for virtio device drvfs
[   22.761595] pci_bus f9fc:00: root bus resource [mem 0x9ffe0c000-0x9ffe0efff window]
[   22.764348] pci_bus f9fc:00: No busn resource found for root bus, will use [bus 00-ff]
[   22.767346] pci f9fc:00:00.0: [1af4:1049] type 00 class 0x010000
[   22.769749] pci f9fc:00:00.0: reg 0x10: [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[   22.773022] pci f9fc:00:00.0: reg 0x18: [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[   22.776921] pci f9fc:00:00.0: reg 0x20: [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[   22.787757] pci_bus f9fc:00: busn_res: [bus 00-ff] end is updated to 00
[   22.789497] pci f9fc:00:00.0: BAR 0: assigned [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[   22.791546] pci f9fc:00:00.0: BAR 2: assigned [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[   22.793470] pci f9fc:00:00.0: BAR 4: assigned [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[   22.874567] hv_pci 0c3b6c20-b227-4de6-94b8-0d86f988365c: PCI VMBus probing: Using version 0x10004
[   22.906622] hv_pci 0c3b6c20-b227-4de6-94b8-0d86f988365c: PCI host bridge to bus b227:00
[   22.908606] pci_bus b227:00: root bus resource [mem 0xbffe10000-0xbffe12fff window]
[   22.911077] pci_bus b227:00: No busn resource found for root bus, will use [bus 00-ff]
[   22.913420] pci b227:00:00.0: [1af4:1049] type 00 class 0x010000
[   22.917233] pci b227:00:00.0: reg 0x10: [mem 0xbffe10000-0xbffe10fff 64bit]
[   22.919287] pci b227:00:00.0: reg 0x18: [mem 0xbffe11000-0xbffe11fff 64bit]
[   22.920970] pci b227:00:00.0: reg 0x20: [mem 0xbffe12000-0xbffe12fff 64bit]
[   22.931982] pci_bus b227:00: busn_res: [bus 00-ff] end is updated to 00
[   22.933769] pci b227:00:00.0: BAR 0: assigned [mem 0xbffe10000-0xbffe10fff 64bit]
[   22.935880] pci b227:00:00.0: BAR 2: assigned [mem 0xbffe11000-0xbffe11fff 64bit]
[   22.937929] pci b227:00:00.0: BAR 4: assigned [mem 0xbffe12000-0xbffe12fff 64bit]
[   23.093151] /sbin/ldconfig.real:
[   23.093153] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   25.206176] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   25.207519] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   25.208769] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   25.210050] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   25.216596] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   25.217786] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   25.218921] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   25.220205] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   49.312240] hv_balloon: Max. dynamic memory size: 32360 MB
Ubuntu 22.04 (With Systemd):
[    0.000000] Linux version 5.15.90.4-microsoft-standard-WSL2 (root@4b885f886b45) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Tue Jul 18 21:28:32 UTC 2023
[    0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=12 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000e0fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000001fffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000000200000-0x00000000f7ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000007ee7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Microsoft Hyper-V
[    0.000000] Hyper-V: privilege flags low 0xae7f, high 0x3b8030, hints 0xa4e24, misc 0xe0bed7b2
[    0.000000] Hyper-V Host Build:22621-10.0-2-0.2271
[    0.000000] Hyper-V: Nested features: 0x3e0101
[    0.000000] Hyper-V: LAPIC Timer Frequency: 0x1e8480
[    0.000000] Hyper-V: Using hypercall for remote TLB flush
[    0.000000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[    0.000002] tsc: Detected 2495.999 MHz processor
[    0.000010] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000012] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000014] last_pfn = 0x7ee800 max_arch_pfn = 0x400000000
[    0.000039] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000048] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[    0.000056] Using GB pages for direct mapping
[    0.000102] RAMDISK: [mem 0x03dca000-0x03fbcfff]
[    0.000104] ACPI: Early table checksum verification disabled
[    0.000107] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000111] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000114] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000118] ACPI: DSDT 0x00000000001011B8 01E191 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000120] ACPI: FACS 0x0000000000101114 000040
[    0.000122] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000124] ACPI: SRAT 0x000000000011F349 000370 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000126] ACPI: APIC 0x000000000011F6B9 0000A8 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000128] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[    0.000129] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f348]
[    0.000129] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[    0.000130] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[    0.000131] ACPI: Reserving SRAT table memory at [mem 0x11f349-0x11f6b8]
[    0.000131] ACPI: Reserving APIC table memory at [mem 0x11f6b9-0x11f760]
[    0.000428] Zone ranges:
[    0.000429]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000431]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000432]   Normal   [mem 0x0000000100000000-0x00000007ee7fffff]
[    0.000433]   Device   empty
[    0.000434] Movable zone start for each node
[    0.000435] Early memory node ranges
[    0.000435]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000436]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000437]   node   0: [mem 0x0000000100000000-0x00000007ee7fffff]
[    0.000439] Initmem setup node 0 [mem 0x0000000000001000-0x00000007ee7fffff]
[    0.000557] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000573] On node 0, zone DMA: 352 pages in unavailable ranges
[    0.008773] On node 0, zone Normal: 6144 pages in unavailable ranges
[    0.008810] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.009170] IOAPIC[0]: apic_id 12, version 17, address 0xfec00000, GSI 0-23
[    0.009173] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.009177] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.009178] TSC deadline timer available
[    0.009180] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.009186] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.009187] Booting paravirtualized kernel on Hyper-V
[    0.009189] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.013490] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:12 nr_node_ids:1
[    0.014150] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[    0.014155] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[    0.014158] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
[    0.014171] Hyper-V: PV spinlocks enabled
[    0.014172] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.014177] Built 1 zonelists, mobility grouping on.  Total pages: 8153701
[    0.014178] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=12 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.014231] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[    0.018169] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.020330] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.020412] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.041986] Memory: 4124464K/33135228K available (18452K kernel code, 2630K rwdata, 9716K rodata, 2004K init, 1824K bss, 681900K reserved, 0K cma-reserved)
[    0.042024] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.042030] ftrace: allocating 53122 entries in 208 pages
[    0.059872] ftrace: allocated 208 pages with 3 groups
[    0.060071] rcu: Hierarchical RCU implementation.
[    0.060072] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=12.
[    0.060074]  Rude variant of Tasks RCU enabled.
[    0.060074]  Tracing variant of Tasks RCU enabled.
[    0.060075] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.060076] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.063033] Using NULL legacy PIC
[    0.063034] NR_IRQS: 16640, nr_irqs: 520, preallocated irqs: 0
[    0.063500] random: crng init done
[    0.063520] Console: colour dummy device 80x25
[    0.063529] ACPI: Core revision 20210730
[    0.063587] Failed to register legacy timer interrupt
[    0.063587] APIC: Switch to symmetric I/O mode setup
[    0.065996] x2apic enabled
[    0.070220] Switched APIC routing to physical x2apic.
[    0.070246] Hyper-V: Using IPI hypercalls
[    0.070290] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa763a3d1, max_idle_ns: 440795313647 ns
[    0.070297] Calibrating delay loop (skipped), value calculated using timer frequency.. 4991.99 BogoMIPS (lpj=24959990)
[    0.070299] pid_max: default: 32768 minimum: 301
[    0.070313] LSM: Security Framework initializing
[    0.070316] landlock: Up and running.
[    0.070356] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.070384] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.070624] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.070633] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.070634] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.070637] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.070639] Spectre V2 : Mitigation: Enhanced IBRS
[    0.070640] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.070640] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.070641] RETBleed: Mitigation: Enhanced IBRS
[    0.070642] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.070643] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.079647] Freeing SMP alternatives memory: 60K
[    0.079698] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-1235U (family: 0x6, model: 0x9a, stepping: 0x4)
[    0.079777] Performance Events: unsupported p6 CPU model 154 no PMU driver, software events only.
[    0.079797] rcu: Hierarchical SRCU implementation.
[    0.080107] smp: Bringing up secondary CPUs ...
[    0.080293] x86: Booting SMP configuration:
[    0.080293] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.080293] smp: Brought up 1 node, 12 CPUs
[    0.080293] smpboot: Max logical packages: 1
[    0.080293] smpboot: Total of 12 processors activated (59903.97 BogoMIPS)
[    0.103628] node 0 deferred pages initialised in 30ms
[    0.103628] devtmpfs: initialized
[    0.103628] x86/mm: Memory block size: 128MB
[    0.103628] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.103628] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.103628] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.103628] audit: initializing netlink subsys (disabled)
[    0.103628] audit: type=2000 audit(1694132510.030:1): state=initialized audit_enabled=0 res=1
[    0.103628] thermal_sys: Registered thermal governor 'step_wise'
[    0.103661] cpuidle: using governor menu
[    0.103661] ACPI: bus type PCI registered
[    0.103661] PCI: Fatal: No config space access function found
[    0.103661] Kprobes globally optimized
[    0.110342] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.110342] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.110376] raid6: skip pq benchmark and using algorithm avx2x4
[    0.110376] raid6: using avx2x2 recovery algorithm
[    0.110376] ACPI: Added _OSI(Module Device)
[    0.110376] ACPI: Added _OSI(Processor Device)
[    0.110376] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.110376] ACPI: Added _OSI(Processor Aggregator Device)
[    0.110376] ACPI: Added _OSI(Linux-Dell-Video)
[    0.110376] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.110376] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.112825] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.113706] ACPI: Interpreter enabled
[    0.113706] ACPI: PM: (supports S0 S5)
[    0.113706] ACPI: Using IOAPIC for interrupt routing
[    0.113706] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.113706] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.121484] iommu: Default domain type: Translated
[    0.121486] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.121536] SCSI subsystem initialized
[    0.121542] ACPI: bus type USB registered
[    0.121548] usbcore: registered new interface driver usbfs
[    0.121551] usbcore: registered new interface driver hub
[    0.121555] usbcore: registered new device driver usb
[    0.121560] pps_core: LinuxPPS API ver. 1 registered
[    0.121561] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.121562] PTP clock support registered
[    0.121597] hv_vmbus: Vmbus version:5.3
[    0.121597] PCI: Using ACPI for IRQ routing
[    0.121597] PCI: System does not support PCI
[    0.121597] clocksource: Switched to clocksource tsc-early
[    0.121597] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.121597] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.121597] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[    0.121597] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.127409] VFS: Disk quotas dquot_6.6.0
[    0.127416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.127428] FS-Cache: Loaded
[    0.127444] pnp: PnP ACPI init
[    0.127582] pnp: PnP ACPI: found 1 devices
[    0.135590] NET: Registered PF_INET protocol family
[    0.135953] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.137150] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.137196] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.137203] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.137584] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.137877] TCP: Hash tables configured (established 262144 bind 65536)
[    0.137904] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.137944] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.138000] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.138840] RPC: Registered named UNIX socket transport module.
[    0.138842] RPC: Registered udp transport module.
[    0.138843] RPC: Registered tcp transport module.
[    0.138843] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.138845] PCI: CLS 0 bytes, default 64
[    0.138868] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.138868] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[    0.138894] KVM: vmx: using Hyper-V Enlightened VMCS
[    0.139007] Trying to unpack rootfs image as initramfs...
[    0.139952] Freeing initrd memory: 1996K
[    0.340630] kvm: already loaded the other module
[    0.343071] Initialise system trusted keyrings
[    0.343168] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    0.343949] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.344166] NFS: Registering the id_resolver key type
[    0.344172] Key type id_resolver registered
[    0.344173] Key type id_legacy registered
[    0.344174] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.344176] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.344177] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.344950] Key type cifs.idmap registered
[    0.345018] fuse: init (API version 7.34)
[    0.345131] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.345479] 9p: Installing v9fs 9p2000 file system support
[    0.345484] FS-Cache: Netfs '9p' registered for caching
[    0.345509] FS-Cache: Netfs 'ceph' registered for caching
[    0.345510] ceph: loaded (mds proto 32)
[    0.351620] NET: Registered PF_ALG protocol family
[    0.351623] xor: automatically using best checksumming function   avx
[    0.351625] Key type asymmetric registered
[    0.351626] Asymmetric key parser 'x509' registered
[    0.351651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.352168] hv_vmbus: registering driver hv_pci
[    0.352522] hv_pci 4e650fab-667d-498e-abd3-2faba56d18d3: PCI VMBus probing: Using version 0x10004
[    0.353595] hv_pci 4e650fab-667d-498e-abd3-2faba56d18d3: PCI host bridge to bus 667d:00
[    0.353598] pci_bus 667d:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[    0.353600] pci_bus 667d:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.354450] pci 667d:00:00.0: [1af4:1043] type 00 class 0x010000
[    0.355459] pci 667d:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.356112] pci 667d:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.356761] pci 667d:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.360805] pci_bus 667d:00: busn_res: [bus 00-ff] end is updated to 00
[    0.360812] pci 667d:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.361255] pci 667d:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.361669] pci 667d:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.362393] hv_pci 242b6939-4165-49dd-8200-f9145b6b25f8: PCI VMBus probing: Using version 0x10004
[    0.363161] hv_pci 242b6939-4165-49dd-8200-f9145b6b25f8: PCI host bridge to bus 4165:00
[    0.363163] pci_bus 4165:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.363512] pci 4165:00:00.0: [1414:008e] type 00 class 0x030200
[    0.367438] pci_bus 4165:00: busn_res: [bus 00-ff] end is updated to 00
[    0.367754] hv_pci ddd1b211-f49b-4dcd-baa9-10823aeb0dac: PCI VMBus probing: Using version 0x10004
[    0.368477] hv_pci ddd1b211-f49b-4dcd-baa9-10823aeb0dac: PCI host bridge to bus f49b:00
[    0.368478] pci_bus f49b:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.368832] pci f49b:00:00.0: [1414:008e] type 00 class 0x030200
[    0.372746] pci_bus f49b:00: busn_res: [bus 00-ff] end is updated to 00
[    0.373038] hv_pci 408f1e13-94c4-4258-bdeb-681e6ecec452: PCI VMBus probing: Using version 0x10004
[    0.374132] hv_pci 408f1e13-94c4-4258-bdeb-681e6ecec452: PCI host bridge to bus 94c4:00
[    0.374134] pci_bus 94c4:00: root bus resource [mem 0x9ffe04000-0x9ffe06fff window]
[    0.374135] pci_bus 94c4:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.375499] pci 94c4:00:00.0: [1af4:1049] type 00 class 0x010000
[    0.376714] pci 94c4:00:00.0: reg 0x10: [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.377463] pci 94c4:00:00.0: reg 0x18: [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.378213] pci 94c4:00:00.0: reg 0x20: [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.383651] pci_bus 94c4:00: busn_res: [bus 00-ff] end is updated to 00
[    0.383658] pci 94c4:00:00.0: BAR 0: assigned [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.384895] pci 94c4:00:00.0: BAR 2: assigned [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.385896] pci 94c4:00:00.0: BAR 4: assigned [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.386606] ACPI: AC: AC Adapter [AC1] (on-line)
[    0.387194] ACPI: battery: Slot [BAT1] (battery present)
[    0.396333] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.437760] Non-volatile memory driver v1.3
[    0.437953] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[    0.439268] printk: console [hvc0] enabled
[    0.440814] brd: module loaded
[    0.441876] loop: module loaded
[    0.442263] hv_vmbus: registering driver hv_storvsc
[    0.442674] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    0.443574] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    0.444082] scsi host0: storvsc_host_t
[    0.444717] tun: Universal TUN/TAP device driver, 1.6
[    0.445518] PPP generic driver version 2.4.2
[    0.446473] PPP BSD Compression module registered
[    0.447025] PPP Deflate Compression module registered
[    0.447627] PPP MPPE Compression module registered
[    0.448247] NET: Registered PF_PPPOX protocol family
[    0.449162] usbcore: registered new interface driver cdc_ether
[    0.449902] usbcore: registered new interface driver cdc_ncm
[    0.450983] usbcore: registered new interface driver r8153_ecm
[    0.452051] hv_vmbus: registering driver hv_netvsc
[    0.452969] VFIO - User Level meta-driver version: 0.3
[    0.453975] usbcore: registered new interface driver cdc_acm
[    0.454749] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.455710] usbcore: registered new interface driver ch341
[    0.456242] usbserial: USB Serial support registered for ch341-uart
[    0.457100] usbcore: registered new interface driver cp210x
[    0.457886] usbserial: USB Serial support registered for cp210x
[    0.458828] usbcore: registered new interface driver ftdi_sio
[    0.459647] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.460961] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.461713] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    0.462598] vhci_hcd: created sysfs vhci_hcd.0
[    0.463459] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.464393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.465631] usb usb1: Product: USB/IP Virtual Host Controller
[    0.466592] usb usb1: Manufacturer: Linux 5.15.90.4-microsoft-standard-WSL2 vhci_hcd
[    0.467547] usb usb1: SerialNumber: vhci_hcd.0
[    0.468409] hub 1-0:1.0: USB hub found
[    0.468908] hub 1-0:1.0: 8 ports detected
[    0.469794] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.470878] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    0.471999] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.472960] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.473913] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.474583] usb usb2: Product: USB/IP Virtual Host Controller
[    0.475124] usb usb2: Manufacturer: Linux 5.15.90.4-microsoft-standard-WSL2 vhci_hcd
[    0.475751] usb usb2: SerialNumber: vhci_hcd.0
[    0.476386] hub 2-0:1.0: USB hub found
[    0.477080] hub 2-0:1.0: 8 ports detected
[    0.477788] hv_vmbus: registering driver hyperv_keyboard
[    0.478473] rtc_cmos 00:00: RTC can wake from S4
[    0.482258] rtc_cmos 00:00: registered as rtc0
[    0.483914] rtc_cmos 00:00: setting system clock to 2023-09-08T00:21:50 UTC (1694132510)
[    0.485101] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.486059] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.487325] device-mapper: raid: Loading target version 1.15.1
[    0.488026] usbcore: registered new interface driver usbhid
[    0.488552] usbhid: USB HID core driver
[    0.488870] hv_utils: Registering HyperV Utility Driver
[    0.489218] hv_vmbus: registering driver hv_utils
[    0.489681] hv_vmbus: registering driver hv_balloon
[    0.490167] hv_utils: TimeSync IC version 4.0
[    0.490655] hv_vmbus: registering driver dxgkrnl
[    0.491395] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.493450] Free page reporting enabled
[    0.493495] drop_monitor: Initializing network drop monitor service
[    0.494110] hv_balloon: Cold memory discard hint enabled with order 9
[    0.495490] Mirror/redirect action on
[    0.495837] u32 classifier
[    0.496107]     Performance counters on
[    0.496469]     input device check on
[    0.496838]     Actions configured
[    0.498085] IPVS: Registered protocols (TCP, UDP)
[    0.498683] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.499540] IPVS: ipvs loaded.
[    0.499829] IPVS: [rr] scheduler registered.
[    0.500217] IPVS: [wrr] scheduler registered.
[    0.500695] IPVS: [sh] scheduler registered.
[    0.501145] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    0.501564] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.502082] Initializing XFRM netlink socket
[    0.502565] NET: Registered PF_INET6 protocol family
[    0.503282] Segment Routing with IPv6
[    0.503667] In-situ OAM (IOAM) with IPv6
[    0.504038] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.504568] NET: Registered PF_PACKET protocol family
[    0.504931] Bridge firewalling registered
[    0.505186] 8021q: 802.1Q VLAN Support v1.8
[    0.505434] sctp: Hash tables configured (bind 512/512)
[    0.505770] 9pnet: Installing 9P2000 support
[    0.524311] Key type dns_resolver registered
[    0.525003] Key type ceph registered
[    0.525516] libceph: loaded (mon/osd proto 15/24)
[    0.526453] NET: Registered PF_VSOCK protocol family
[    0.527010] hv_vmbus: registering driver hv_sock
[    0.527465] IPI shorthand broadcast: enabled
[    0.528215] sched_clock: Marking stable (519491076, 6801900)->(539378600, -13085624)
[    0.529447] registered taskstats version 1
[    0.530431] Loading compiled-in X.509 certificates
[    0.532255] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.538607] Freeing unused kernel image (initmem) memory: 2004K
[    0.580493] Write protecting the kernel read-only data: 30720k
[    0.582244] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    0.584090] Freeing unused kernel image (rodata/data gap) memory: 524K
[    0.584965] Run /init as init process
[    0.585383]   with arguments:
[    0.585758]     /init
[    0.586001]   with environment:
[    0.586364]     HOME=/
[    0.586607]     TERM=linux
[    0.586847]     WSL_ROOT_INIT=1
[    0.604589] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.612824] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.613856] sd 0:0:0:0: [sda] 797608 512-byte logical blocks: (408 MB/389 MiB)
[    0.614869] sd 0:0:0:0: [sda] Write Protect is on
[    0.615611] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[    0.616703] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.660683] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.661569] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.662733] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    0.668769] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    0.674010] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    0.677552] sd 0:0:0:1: [sdb] 16777224 512-byte logical blocks: (8.59 GB/8.00 GiB)
[    0.680205] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    0.681569] sd 0:0:0:1: [sdb] Write Protect is off
[    0.682801] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    0.684105] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.693476] sd 0:0:0:1: [sdb] Attached SCSI disk
[    0.730795] Adding 8388608k swap on /dev/sdb.  Priority:-2 extents:1 across:8388608k
[    0.846220] hv_pci fbc5f49b-8fb9-4ee2-8952-b6547f8528f7: PCI VMBus probing: Using version 0x10004
[    0.849603] hv_pci fbc5f49b-8fb9-4ee2-8952-b6547f8528f7: PCI host bridge to bus 8fb9:00
[    0.850282] pci_bus 8fb9:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[    0.850806] pci_bus 8fb9:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.852538] pci 8fb9:00:00.0: [1af4:105a] type 00 class 0x088000
[    0.855375] pci 8fb9:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[    0.857748] pci 8fb9:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[    0.860043] pci 8fb9:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[    0.869572] pci_bus 8fb9:00: busn_res: [bus 00-ff] end is updated to 00
[    0.870617] pci 8fb9:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[    0.872939] pci 8fb9:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[    0.875132] pci 8fb9:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[    0.895704] virtiofs virtio2: Cache len: 0x200000000 @ 0xc00000000
[    0.948363] memmap_init_zone_device initialised 2097152 pages in 10ms
[    0.956463] FS-Cache: Duplicate cookie detected
[    0.957312] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    0.958314] FS-Cache: O-cookie d=00000000f55dd8f8{9P.session} n=000000008f53fa76
[    0.959427] FS-Cache: O-key=[10] '34323934393337333835'
[    0.960462] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
[    0.966458] FS-Cache: N-cookie d=00000000f55dd8f8{9P.session} n=00000000b43f415b
[    0.967878] FS-Cache: N-key=[10] '34323934393337333835'
[    0.986803] scsi 0:0:0:2: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.996233] sd 0:0:0:2: Attached scsi generic sg2 type 0
[    0.997065] sd 0:0:0:2: [sdc] 2147483648 512-byte logical blocks: (1.10 TB/1.00 TiB)
[    0.997814] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[    0.998416] sd 0:0:0:2: [sdc] Write Protect is off
[    0.999281] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[    1.000020] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.002649] sd 0:0:0:2: [sdc] Attached SCSI disk
[    1.019259] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    1.420372] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa763a3d1, max_idle_ns: 440795313647 ns
[    1.423381] clocksource: Switched to clocksource tsc
[   22.397237] /sbin/ldconfig:
[   22.397241] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   22.586540] hv_pci c28d740d-6b32-4382-873e-f549a58ae225: PCI VMBus probing: Using version 0x10004
[   22.590014] 9pnet_virtio: no channels available for device drvfs
[   22.591707] WSL (1) WARNING: mount: waiting for virtio device drvfs
[   22.591947] hv_pci c28d740d-6b32-4382-873e-f549a58ae225: PCI host bridge to bus 6b32:00
[   22.594172] pci_bus 6b32:00: root bus resource [mem 0x9ffe08000-0x9ffe0afff window]
[   22.595298] pci_bus 6b32:00: No busn resource found for root bus, will use [bus 00-ff]
[   22.598761] pci 6b32:00:00.0: [1af4:1049] type 00 class 0x010000
[   22.603138] pci 6b32:00:00.0: reg 0x10: [mem 0x9ffe08000-0x9ffe08fff 64bit]
[   22.606083] pci 6b32:00:00.0: reg 0x18: [mem 0x9ffe09000-0x9ffe09fff 64bit]
[   22.607981] pci 6b32:00:00.0: reg 0x20: [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[   22.621153] pci_bus 6b32:00: busn_res: [bus 00-ff] end is updated to 00
[   22.624105] pci 6b32:00:00.0: BAR 0: assigned [mem 0x9ffe08000-0x9ffe08fff 64bit]
[   22.627360] pci 6b32:00:00.0: BAR 2: assigned [mem 0x9ffe09000-0x9ffe09fff 64bit]
[   22.630307] pci 6b32:00:00.0: BAR 4: assigned [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[   22.709731] hv_pci 2a82569f-69f6-43b6-9e46-0f5db5d816b3: PCI VMBus probing: Using version 0x10004
[   22.712627] 9pnet_virtio: no channels available for device drvfs
[   22.712825] hv_pci 2a82569f-69f6-43b6-9e46-0f5db5d816b3: PCI host bridge to bus 69f6:00
[   22.713801] WSL (1) WARNING: mount: waiting for virtio device drvfs
[   22.716450] pci_bus 69f6:00: root bus resource [mem 0x9ffe0c000-0x9ffe0efff window]
[   22.717804] pci_bus 69f6:00: No busn resource found for root bus, will use [bus 00-ff]
[   22.720952] pci 69f6:00:00.0: [1af4:1049] type 00 class 0x010000
[   22.723037] pci 69f6:00:00.0: reg 0x10: [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[   22.724734] pci 69f6:00:00.0: reg 0x18: [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[   22.726894] pci 69f6:00:00.0: reg 0x20: [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[   22.734999] pci_bus 69f6:00: busn_res: [bus 00-ff] end is updated to 00
[   22.736323] pci 69f6:00:00.0: BAR 0: assigned [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[   22.738839] pci 69f6:00:00.0: BAR 2: assigned [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[   22.741267] pci 69f6:00:00.0: BAR 4: assigned [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[   22.832349] hv_pci b430c24a-dcee-47f4-aec1-67aa4fe937a0: PCI VMBus probing: Using version 0x10004
[   22.864548] hv_pci b430c24a-dcee-47f4-aec1-67aa4fe937a0: PCI host bridge to bus dcee:00
[   22.866245] pci_bus dcee:00: root bus resource [mem 0xbffe10000-0xbffe12fff window]
[   22.867703] pci_bus dcee:00: No busn resource found for root bus, will use [bus 00-ff]
[   22.870862] pci dcee:00:00.0: [1af4:1049] type 00 class 0x010000
[   22.873175] pci dcee:00:00.0: reg 0x10: [mem 0xbffe10000-0xbffe10fff 64bit]
[   22.875148] pci dcee:00:00.0: reg 0x18: [mem 0xbffe11000-0xbffe11fff 64bit]
[   22.877047] pci dcee:00:00.0: reg 0x20: [mem 0xbffe12000-0xbffe12fff 64bit]
[   22.886684] pci_bus dcee:00: busn_res: [bus 00-ff] end is updated to 00
[   22.888073] pci dcee:00:00.0: BAR 0: assigned [mem 0xbffe10000-0xbffe10fff 64bit]
[   22.889881] pci dcee:00:00.0: BAR 2: assigned [mem 0xbffe11000-0xbffe11fff 64bit]
[   22.892013] pci dcee:00:00.0: BAR 4: assigned [mem 0xbffe12000-0xbffe12fff 64bit]
[   23.026820] /sbin/ldconfig.real:
[   23.026823] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   23.218786] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   23.220180] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   23.221310] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   23.222630] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   23.228680] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   23.229912] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   23.231326] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   23.232771] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   23.354951] hv_pci 710c787c-b0f1-4356-bac1-d63cc985e42b: PCI VMBus probing: Using version 0x10004
[   23.360006] 9pnet_virtio: no channels available for device drvfs
[   23.361451] WSL (2) WARNING: mount: waiting for virtio device drvfs
[   23.390639] hv_pci 710c787c-b0f1-4356-bac1-d63cc985e42b: PCI host bridge to bus b0f1:00
[   23.392403] pci_bus b0f1:00: root bus resource [mem 0xbffe14000-0xbffe16fff window]
[   23.393693] pci_bus b0f1:00: No busn resource found for root bus, will use [bus 00-ff]
[   23.397283] pci b0f1:00:00.0: [1af4:1049] type 00 class 0x010000
[   23.401346] pci b0f1:00:00.0: reg 0x10: [mem 0xbffe14000-0xbffe14fff 64bit]
[   23.404644] pci b0f1:00:00.0: reg 0x18: [mem 0xbffe15000-0xbffe15fff 64bit]
[   23.407593] pci b0f1:00:00.0: reg 0x20: [mem 0xbffe16000-0xbffe16fff 64bit]
[   23.419739] pci_bus b0f1:00: busn_res: [bus 00-ff] end is updated to 00
[   23.420945] pci b0f1:00:00.0: BAR 0: assigned [mem 0xbffe14000-0xbffe14fff 64bit]
[   23.423307] pci b0f1:00:00.0: BAR 2: assigned [mem 0xbffe15000-0xbffe15fff 64bit]
[   23.425562] pci b0f1:00:00.0: BAR 4: assigned [mem 0xbffe16000-0xbffe16fff 64bit]
[   23.462539] 9pnet_virtio: no channels available for device drvfs
[   23.575306] hv_pci 780d41a2-9de7-4ce2-95ce-73389d145dd5: PCI VMBus probing: Using version 0x10004
[   23.579581] 9pnet_virtio: no channels available for device drvfs
[   23.580942] WSL (2) WARNING: mount: waiting for virtio device drvfs
[   23.608481] hv_pci 780d41a2-9de7-4ce2-95ce-73389d145dd5: PCI host bridge to bus 9de7:00
[   23.610905] pci_bus 9de7:00: root bus resource [mem 0xbffe18000-0xbffe1afff window]
[   23.612604] pci_bus 9de7:00: No busn resource found for root bus, will use [bus 00-ff]
[   23.615992] pci 9de7:00:00.0: [1af4:1049] type 00 class 0x010000
[   23.620188] pci 9de7:00:00.0: reg 0x10: [mem 0xbffe18000-0xbffe18fff 64bit]
[   23.623290] pci 9de7:00:00.0: reg 0x18: [mem 0xbffe19000-0xbffe19fff 64bit]
[   23.626739] pci 9de7:00:00.0: reg 0x20: [mem 0xbffe1a000-0xbffe1afff 64bit]
[   23.638579] pci_bus 9de7:00: busn_res: [bus 00-ff] end is updated to 00
[   23.640050] pci 9de7:00:00.0: BAR 0: assigned [mem 0xbffe18000-0xbffe18fff 64bit]
[   23.642036] pci 9de7:00:00.0: BAR 2: assigned [mem 0xbffe19000-0xbffe19fff 64bit]
[   23.644498] pci 9de7:00:00.0: BAR 4: assigned [mem 0xbffe1a000-0xbffe1afff 64bit]
[   23.682772] 9pnet_virtio: no channels available for device drvfs
[   23.796925] hv_pci bd28b26c-08b0-4bec-8db9-5be8c133bc06: PCI VMBus probing: Using version 0x10004
[   23.829960] hv_pci bd28b26c-08b0-4bec-8db9-5be8c133bc06: PCI host bridge to bus 08b0:00
[   23.831482] pci_bus 08b0:00: root bus resource [mem 0xbffe1c000-0xbffe1efff window]
[   23.832706] pci_bus 08b0:00: No busn resource found for root bus, will use [bus 00-ff]
[   23.835177] pci 08b0:00:00.0: [1af4:1049] type 00 class 0x010000
[   23.837344] pci 08b0:00:00.0: reg 0x10: [mem 0xbffe1c000-0xbffe1cfff 64bit]
[   23.839038] pci 08b0:00:00.0: reg 0x18: [mem 0xbffe1d000-0xbffe1dfff 64bit]
[   23.840712] pci 08b0:00:00.0: reg 0x20: [mem 0xbffe1e000-0xbffe1efff 64bit]
[   23.852882] pci_bus 08b0:00: busn_res: [bus 00-ff] end is updated to 00
[   23.854169] pci 08b0:00:00.0: BAR 0: assigned [mem 0xbffe1c000-0xbffe1cfff 64bit]
[   23.856395] pci 08b0:00:00.0: BAR 2: assigned [mem 0xbffe1d000-0xbffe1dfff 64bit]
[   23.857962] pci 08b0:00:00.0: BAR 4: assigned [mem 0xbffe1e000-0xbffe1efff 64bit]
[   24.141423] systemd-journald[36]: Received client request to flush runtime journal.
[   24.146933] systemd-journald[36]: File /var/log/journal/37150a0f0fb44e0ca39715690b1ed8fb/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   26.494563] WSL (2): Creating login session for zapic
[   26.613045] systemd-journald[36]: File /var/log/journal/37150a0f0fb44e0ca39715690b1ed8fb/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.

@OneBlue
Copy link
Collaborator

OneBlue commented Sep 12, 2023

/logs

@microsoft-github-policy-service
Copy link
Contributor

Hello! Could you please provide more logs to help us better diagnose your issue?

To collect WSL logs, download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The scipt will output the path of the log file once done.

Once completed please upload the output files to this Github issue.

Click here for more info on logging

Thank you!

@KawaiiZapic
Copy link
Author

@OneBlue
Copy link
Collaborator

OneBlue commented Sep 15, 2023

Thank you @KawaiiZapic. Can you try setting this in %USERPROFILE%/.wslconfig:

[wsl2]
gpuSupport=false

Then run wsl --shutdown, and see if that resolves the issue ?

@KawaiiZapic
Copy link
Author

gpuSupport=false

Sorry for taking so long to reply
It does work.
But it seem like a workaround, what if I need to use GPU in future?

@KawaiiZapic
Copy link
Author

Update:
I reboot my computer and try to start it again, it takes 20~60s(randomly) to start.
So I capute logs again:
WslLogs-2023-09-19_21-24-16.zip

@KawaiiZapic
Copy link
Author

I'm sorry for bothering, but it seem you didn't receive from me, let me know if you have seen what I commet.

@KawaiiZapic
Copy link
Author

KawaiiZapic commented Oct 31, 2023

Hello, I'd like to tell you I still have the problem after 2 months later, I still need someone help me. @OneBlue

@KawaiiZapic
Copy link
Author

After WSL auto upgrade to 2.0.9.0, startup can be done in 10s

@joehays
Copy link

joehays commented Jan 10, 2024

@KawaiiZapic

I have WSL version: 2.0.14.0 and my start still takes 50 seconds. This issue should be reopened.

@OneBlue
Copy link
Collaborator

OneBlue commented Jan 11, 2024

@joehays: Can you start a new issue with logs please ?

@KawaiiZapic
Copy link
Author

My issues related to #9358 , after remove unreachable SMB, everything work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants