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

enabling systemd on wsl2 under 22h2 results in extreemly bad performance (suspect some kind of io issue) #9029

Closed
exitdown opened this issue Oct 17, 2022 · 54 comments

Comments

@exitdown
Copy link

PS C:\Users\vinny> wsl.exe --status
Default Distribution: Ubuntu-18.04
Default Version: 2
PS C:\Users\vinny> wsl.exe --version
WSL version: 0.70.0.0
Kernel version: 5.15.68.1
WSLg version: 1.0.45
MSRDC version: 1.2.3575
Direct3D version: 1.606.4
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.22621.674
PS C:\Users\vinny>

PS C:\Users\vinny> cmd /c ver

Microsoft Windows [Version 10.0.22621.674]

[ 2.332217] pci c8cf:00:00.0: BAR 0: assigned [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[ 2.332925] pci c8cf:00:00.0: BAR 2: assigned [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[ 2.333681] pci c8cf:00:00.0: BAR 4: assigned [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[ 2.593421] systemd-journald[53]: Received client request to flush runtime journal.
[ 2.602469] systemd-journald[53]: File /var/log/journal/d15c41973ea392736c6e42d15dfa8736/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 49.167961] hv_balloon: Max. dynamic memory size: 8108 MB
[ 64.333963] systemd-journald[53]: Failed to read journal file /var/log/journal/d15c41973ea392736c6e42d15dfa8736/user-1000.journal for rotation, trying to move it out of the way: Device or resource busy
[ 92.928099] Failed to query system state: Transport endpoint is not connected
[ 92.928586] WSL (2) ERROR: InitCreateSessionLeader:1064: /sbin/init failed to start within
[ 92.928588] 10000ms
[ 92.929369] WSL (2) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf
[ 92.942334] WSL (2): Creating login session for vinny
root@spendyz:/home/vinny#

root@spendyz:/home/vinny# uname -a
Linux spendyz 5.15.68.1-microsoft-standard-WSL2 #1 SMP Mon Sep 19 19:14:52 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
root@spendyz:/home/vinny# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
root@spendyz:/home/vinny#

system takes about 2 min to become avaiable once starting, and about 2 min to sudo etc.

only exhibited after enabling systemd=true [boot] flag in wsl.conf

removing this flag issue goes away

id love to use systemd if possible, so any suggestions on troubleshooting steps would be greatly appreciated :D

thanks!

@exitdown
Copy link
Author

i should add, its pretty obvious that these are related, but as to what to do to resolve it im posting here in case someone else has encountered this or the devs have any ideas :D

I am of course also exploring all avenues i can think of :D

[ 64.333963] systemd-journald[53]: Failed to read journal file /var/log/journal/d15c41973ea392736c6e42d15dfa8736/user-1000.journal for rotation, trying to move it out of the way: Device or resource busy
[ 92.928099] Failed to query system state: Transport endpoint is not connected

@OneBlue
Copy link
Collaborator

OneBlue commented Oct 20, 2022

Thank you for reporting this @exitdown. Based on the output I'm wondering if systemd-journald is causing the delay.

I wonder if disabling this unit will help with the boot time.
Can you try disabling it with:

sudo systemctl disable systemd-journald.service

And see if that makes a difference ?

@exitdown
Copy link
Author

it doesn't seem to. tried below and rebooted. same symtpom. attached my full dmesg for what its worth lol

vinny@spendyz:/mnt/c/Users/vinny/Desktop$ sudo systemctl disable systemd-journald.service
[sudo] password for vinny:
Failed to disable unit: Transport endpoint is not connected
vinny@spendyz:/mnt/c/Users/vinny/Desktop$ sudo su
root@spendyz:/mnt/c/Users/vinny/Desktop# time systemctl status
Failed to read server status: Transport endpoint is not connected

real 1m30.093s
user 0m0.003s
sys 0m0.000s
root@spendyz:/mnt/c/Users/vinny/Desktop#

unfortunately it appears ubuntu jammy decided that logs aren't importnat /var/log/messages and var/log/syslog dont exist hahah. I'm going to look at installling some sort of syslog facility to see if we can find anything further, keen for any suggestions, thanks again!

p.s windows is able to access my linux filesystem with no issues using the $wsl method. in fact, i tried to unmount it and was unsuccessful in figuring out how. as per link ot 9013

vinny@spendyz:~$ dmesg
[    0.000000] Linux version 5.15.68.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Mon Sep 19 19:14:52 UTC 2022
[    0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=8 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: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Enabled xstate features 0xe7, context size is 2432 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    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-0x0000000202bfffff] 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 0xe4bed7b6
[    0.000000] Hyper-V Host Build:22621-10.0-0-0.674
[    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 2995.210 MHz processor
[    0.000013] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000015] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000018] last_pfn = 0x202c00 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.000055] Using GB pages for direct mapping
[    0.000353] RAMDISK: [mem 0x03a35000-0x03c0cfff]
[    0.000356] ACPI: Early table checksum verification disabled
[    0.000371] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000375] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000381] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000386] ACPI: DSDT 0x00000000001011B8 01E191 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000390] ACPI: FACS 0x0000000000101114 000040
[    0.000395] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000400] ACPI: SRAT 0x000000000011F349 000330 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000404] ACPI: APIC 0x000000000011F679 000088 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000408] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[    0.000410] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f348]
[    0.000411] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[    0.000412] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[    0.000413] ACPI: Reserving SRAT table memory at [mem 0x11f349-0x11f678]
[    0.000414] ACPI: Reserving APIC table memory at [mem 0x11f679-0x11f700]
[    0.000720] Zone ranges:
[    0.000724]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000727]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000729]   Normal   [mem 0x0000000100000000-0x0000000202bfffff]
[    0.000730]   Device   empty
[    0.000732] Movable zone start for each node
[    0.000733] Early memory node ranges
[    0.000733]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000735]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000737]   node   0: [mem 0x0000000100000000-0x0000000202bfffff]
[    0.000739] Initmem setup node 0 [mem 0x0000000000001000-0x0000000202bfffff]
[    0.000986] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001035] On node 0, zone DMA: 352 pages in unavailable ranges
[    0.014041] On node 0, zone Normal: 21504 pages in unavailable ranges
[    0.014084] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.014304] IOAPIC[0]: apic_id 8, version 17, address 0xfec00000, GSI 0-23
[    0.014309] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.014313] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.014314] TSC deadline timer available
[    0.014315] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.014324] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.014325] Booting paravirtualized kernel on Hyper-V
[    0.014327] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.019135] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.019560] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[    0.019568] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[    0.019570] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.019587] Hyper-V: PV spinlocks enabled
[    0.019588] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.019593] Built 1 zonelists, mobility grouping on.  Total pages: 2042197
[    0.019594] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=8 swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.019667] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[    0.020804] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.021339] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.021470] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.042472] Memory: 4081516K/8301180K available (18452K kernel code, 2626K rwdata, 9756K rodata, 2024K init, 1888K bss, 257000K reserved, 0K cma-reserved)
[    0.042509] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.042516] ftrace: allocating 54560 entries in 214 pages
[    0.066454] ftrace: allocated 214 pages with 5 groups
[    0.066718] rcu: Hierarchical RCU implementation.
[    0.066720] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.066722]  Rude variant of Tasks RCU enabled.
[    0.066722]  Tracing variant of Tasks RCU enabled.
[    0.066723] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.066724] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.070711] Using NULL legacy PIC
[    0.070717] NR_IRQS: 16640, nr_irqs: 488, preallocated irqs: 0
[    0.071364] random: crng init done
[    0.071409] Console: colour dummy device 80x25
[    0.071429] ACPI: Core revision 20210730
[    0.071584] Failed to register legacy timer interrupt
[    0.071586] APIC: Switch to symmetric I/O mode setup
[    0.075236] x2apic enabled
[    0.078144] Switched APIC routing to physical x2apic.
[    0.078175] Hyper-V: Using IPI hypercalls
[    0.078262] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c9856fe3, max_idle_ns: 440795264259 ns
[    0.078275] Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.42 BogoMIPS (lpj=29952100)
[    0.078280] pid_max: default: 32768 minimum: 301
[    0.078298] LSM: Security Framework initializing
[    0.078305] landlock: Up and running.
[    0.078341] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.078359] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.078741] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.078758] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.078760] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.078768] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.078772] Spectre V2 : Mitigation: Enhanced IBRS
[    0.078773] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.078777] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.078778] RETBleed: Mitigation: Enhanced IBRS
[    0.078780] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.078782] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.088268] Freeing SMP alternatives memory: 56K
[    0.088268] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.088268] Performance Events:  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.088268] ... version:                5
[    0.088268] ... bit width:              48
[    0.088268] ... generic registers:      8
[    0.088268] ... value mask:             0000ffffffffffff
[    0.088268] ... max period:             00007fffffffffff
[    0.088268] ... fixed-purpose events:   4
[    0.088268] ... event mask:             0001000f000000ff
[    0.088268] rcu: Hierarchical SRCU implementation.
[    0.088268] smp: Bringing up secondary CPUs ...
[    0.088268] x86: Booting SMP configuration:
[    0.088268] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.088268] smp: Brought up 1 node, 8 CPUs
[    0.088268] smpboot: Max logical packages: 1
[    0.088268] smpboot: Total of 8 processors activated (47923.36 BogoMIPS)
[    0.088268] node 0 deferred pages initialised in 10ms
[    0.088887] devtmpfs: initialized
[    0.088887] x86/mm: Memory block size: 128MB
[    0.088887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.088887] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.088887] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.088922] thermal_sys: Registered thermal governor 'step_wise'
[    0.088940] cpuidle: using governor menu
[    0.088940] ACPI: bus type PCI registered
[    0.088940] PCI: Fatal: No config space access function found
[    0.089386] Kprobes globally optimized
[    0.089408] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.089408] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.098298] raid6: skip pq benchmark and using algorithm avx512x4
[    0.098298] raid6: using avx512x2 recovery algorithm
[    0.098300] ACPI: Added _OSI(Module Device)
[    0.098300] ACPI: Added _OSI(Processor Device)
[    0.098301] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.098302] ACPI: Added _OSI(Processor Aggregator Device)
[    0.098303] ACPI: Added _OSI(Linux-Dell-Video)
[    0.098303] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.098304] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.101623] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.102201] ACPI: Interpreter enabled
[    0.102204] ACPI: PM: (supports S0 S5)
[    0.102205] ACPI: Using IOAPIC for interrupt routing
[    0.102211] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.102296] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.103151] iommu: Default domain type: Translated
[    0.103152] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.103205] SCSI subsystem initialized
[    0.103211] ACPI: bus type USB registered
[    0.103218] usbcore: registered new interface driver usbfs
[    0.103222] usbcore: registered new interface driver hub
[    0.103226] usbcore: registered new device driver usb
[    0.103232] pps_core: LinuxPPS API ver. 1 registered
[    0.103232] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.103234] PTP clock support registered
[    0.103261] hv_vmbus: Vmbus version:5.3
[    0.103261] PCI: Using ACPI for IRQ routing
[    0.103261] PCI: System does not support PCI
[    0.103261] clocksource: Switched to clocksource tsc-early
[    0.103261] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.103261] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.103261] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[    0.107327] VFS: Disk quotas dquot_6.6.0
[    0.107347] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.107360] FS-Cache: Loaded
[    0.107378] pnp: PnP ACPI init
[    0.107535] pnp: PnP ACPI: found 1 devices
[    0.112254] NET: Registered PF_INET protocol family
[    0.112513] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.113166] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.113174] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.113176] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.113219] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.113290] TCP: Hash tables configured (established 65536 bind 65536)
[    0.113310] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.113489] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.113516] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.113836] RPC: Registered named UNIX socket transport module.
[    0.113838] RPC: Registered udp transport module.
[    0.113839] RPC: Registered tcp transport module.
[    0.113840] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.113842] PCI: CLS 0 bytes, default 64
[    0.113858] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.113859] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[    0.113891] Trying to unpack rootfs image as initramfs...
[    0.113893] KVM: vmx: using Hyper-V Enlightened VMCS
[    0.114774] Freeing initrd memory: 1888K
[    0.266366] kvm: already loaded the other module
[    0.268820] Initialise system trusted keyrings
[    0.268949] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.269510] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.269695] NFS: Registering the id_resolver key type
[    0.269700] Key type id_resolver registered
[    0.269700] Key type id_legacy registered
[    0.269702] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.269704] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.269705] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.270196] Key type cifs.idmap registered
[    0.270245] fuse: init (API version 7.34)
[    0.270349] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.270593] 9p: Installing v9fs 9p2000 file system support
[    0.270601] FS-Cache: Netfs '9p' registered for caching
[    0.270627] FS-Cache: Netfs 'ceph' registered for caching
[    0.270628] ceph: loaded (mds proto 32)
[    0.277661] NET: Registered PF_ALG protocol family
[    0.277666] xor: automatically using best checksumming function   avx
[    0.277669] Key type asymmetric registered
[    0.277670] Asymmetric key parser 'x509' registered
[    0.277700] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.278163] hv_vmbus: registering driver hv_pci
[    0.278526] hv_pci 4a4627ff-9b4e-4673-b049-9e32cee42244: PCI VMBus probing: Using version 0x10004
[    0.279589] hv_pci 4a4627ff-9b4e-4673-b049-9e32cee42244: PCI host bridge to bus 9b4e:00
[    0.279591] pci_bus 9b4e:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[    0.279593] pci_bus 9b4e:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.280166] pci 9b4e:00:00.0: [1af4:1043] type 00 class 0x010000
[    0.280794] pci 9b4e:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.281202] pci 9b4e:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.281607] pci 9b4e:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.283621] pci_bus 9b4e:00: busn_res: [bus 00-ff] end is updated to 00
[    0.283626] pci 9b4e:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.283899] pci 9b4e:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.284165] pci 9b4e:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.284731] hv_pci c2ca54b0-a6ec-4b5b-bc72-69eee7affeed: PCI VMBus probing: Using version 0x10004
[    0.285161] hv_pci c2ca54b0-a6ec-4b5b-bc72-69eee7affeed: PCI host bridge to bus a6ec:00
[    0.285162] pci_bus a6ec:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.285394] pci a6ec:00:00.0: [1414:008e] type 00 class 0x030200
[    0.288071] pci_bus a6ec:00: busn_res: [bus 00-ff] end is updated to 00
[    0.288358] hv_pci bd7b4772-5c16-4243-8fbd-4e52a1be79bd: PCI VMBus probing: Using version 0x10004
[    0.288996] hv_pci bd7b4772-5c16-4243-8fbd-4e52a1be79bd: PCI host bridge to bus 5c16:00
[    0.288998] pci_bus 5c16:00: root bus resource [mem 0x9ffe04000-0x9ffe06fff window]
[    0.288999] pci_bus 5c16:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.289646] pci 5c16:00:00.0: [1af4:1049] type 00 class 0x010000
[    0.290268] pci 5c16:00:00.0: reg 0x10: [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.290698] pci 5c16:00:00.0: reg 0x18: [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.291139] pci 5c16:00:00.0: reg 0x20: [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.293596] pci_bus 5c16:00: busn_res: [bus 00-ff] end is updated to 00
[    0.293602] pci 5c16:00:00.0: BAR 0: assigned [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.293996] pci 5c16:00:00.0: BAR 2: assigned [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.294369] pci 5c16:00:00.0: BAR 4: assigned [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.294922] ACPI: AC: AC Adapter [AC1] (on-line)
[    0.295548] ACPI: battery: Slot [BAT1] (battery present)
[    0.301011] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.326833] Non-volatile memory driver v1.3
[    0.327093] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[    0.328418] printk: console [hvc0] enabled
[    0.330304] brd: module loaded
[    0.331281] loop: module loaded
[    0.331524] hv_vmbus: registering driver hv_storvsc
[    0.332022] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    0.332341] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    0.332733] tun: Universal TUN/TAP device driver, 1.6
[    0.333003] PPP generic driver version 2.4.2
[    0.333301] scsi host0: storvsc_host_t
[    0.333348] PPP BSD Compression module registered
[    0.333698] PPP Deflate Compression module registered
[    0.333884] PPP MPPE Compression module registered
[    0.334065] NET: Registered PF_PPPOX protocol family
[    0.334258] usbcore: registered new interface driver cdc_ether
[    0.334523] usbcore: registered new interface driver cdc_ncm
[    0.334857] usbcore: registered new interface driver r8153_ecm
[    0.335145] hv_vmbus: registering driver hv_netvsc
[    0.335475] VFIO - User Level meta-driver version: 0.3
[    0.335806] usbcore: registered new interface driver cdc_acm
[    0.336080] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.336389] usbcore: registered new interface driver ch341
[    0.336588] usbserial: USB Serial support registered for ch341-uart
[    0.336869] usbcore: registered new interface driver cp210x
[    0.337080] usbserial: USB Serial support registered for cp210x
[    0.337325] usbcore: registered new interface driver ftdi_sio
[    0.337580] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.338009] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.338316] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    0.338609] vhci_hcd: created sysfs vhci_hcd.0
[    0.338921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.339188] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.339444] usb usb1: Product: USB/IP Virtual Host Controller
[    0.339675] usb usb1: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.339933] usb usb1: SerialNumber: vhci_hcd.0
[    0.340205] hub 1-0:1.0: USB hub found
[    0.340367] hub 1-0:1.0: 8 ports detected
[    0.340699] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.340926] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    0.341502] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.341969] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.342274] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.342560] usb usb2: Product: USB/IP Virtual Host Controller
[    0.342861] usb usb2: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.343163] usb usb2: SerialNumber: vhci_hcd.0
[    0.343480] hub 2-0:1.0: USB hub found
[    0.343665] hub 2-0:1.0: 8 ports detected
[    0.344458] hv_vmbus: registering driver hyperv_keyboard
[    0.344807] rtc_cmos 00:00: RTC can wake from S4
[    0.346155] rtc_cmos 00:00: registered as rtc0
[    0.346640] rtc_cmos 00:00: setting system clock to 2022-10-20T19:18:34 UTC (1666293514)
[    0.346903] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.347280] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.347715] device-mapper: raid: Loading target version 1.15.1
[    0.347967] usbcore: registered new interface driver usbhid
[    0.348139] usbhid: USB HID core driver
[    0.348417] hv_utils: Registering HyperV Utility Driver
[    0.348663] hv_vmbus: registering driver hv_utils
[    0.348874] hv_vmbus: registering driver hv_balloon
[    0.349157] hv_vmbus: registering driver dxgkrnl
[    0.349213] hv_utils: TimeSync IC version 4.0
[    0.349693] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.349875] drop_monitor: Initializing network drop monitor service
[    0.350415] Mirror/redirect action on
[    0.350629] Free page reporting enabled
[    0.350634] u32 classifier
[    0.350822] hv_balloon: Cold memory discard hint enabled
[    0.350938]     Performance counters on
[    0.350939]     input device check on
[    0.350939]     Actions configured
[    0.351803] IPVS: Registered protocols (TCP, UDP)
[    0.352037] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.352348] IPVS: ipvs loaded.
[    0.352480] IPVS: [rr] scheduler registered.
[    0.352655] IPVS: [wrr] scheduler registered.
[    0.352829] IPVS: [sh] scheduler registered.
[    0.353029] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    0.353283] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.353506] Initializing XFRM netlink socket
[    0.353715] NET: Registered PF_INET6 protocol family
[    0.354176] Segment Routing with IPv6
[    0.354373] In-situ OAM (IOAM) with IPv6
[    0.354531] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.354808] NET: Registered PF_PACKET protocol family
[    0.355041] Bridge firewalling registered
[    0.355234] 8021q: 802.1Q VLAN Support v1.8
[    0.355418] sctp: Hash tables configured (bind 256/256)
[    0.355652] 9pnet: Installing 9P2000 support
[    0.368384] Key type dns_resolver registered
[    0.368837] Key type ceph registered
[    0.369117] libceph: loaded (mon/osd proto 15/24)
[    0.369377] NET: Registered PF_VSOCK protocol family
[    0.369564] hv_vmbus: registering driver hv_sock
[    0.369784] IPI shorthand broadcast: enabled
[    0.369974] sched_clock: Marking stable (362443722, 6924300)->(393687900, -24319878)
[    0.370523] registered taskstats version 1
[    0.370933] Loading compiled-in X.509 certificates
[    0.371577] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.374258] Freeing unused kernel image (initmem) memory: 2024K
[    0.468604] Write protecting the kernel read-only data: 30720k
[    0.472354] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    0.475235] Freeing unused kernel image (rodata/data gap) memory: 484K
[    0.476840] Run /init as init process
[    0.477560]   with arguments:
[    0.478358]     /init
[    0.478906]   with environment:
[    0.479925]     HOME=/
[    0.480748]     TERM=linux
[    0.481628]     WSL_ROOT_INIT=1
[    0.487468] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.488711] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.489222] sd 0:0:0:0: [sda] 748624 512-byte logical blocks: (383 MB/366 MiB)
[    0.489794] sd 0:0:0:0: [sda] Write Protect is on
[    0.490055] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[    0.490495] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.000285] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    1.154676] hv_pci 4235c160-cce6-4917-a2b7-d0fc25b1da13: PCI VMBus probing: Using version 0x10004
[    1.156415] hv_pci 4235c160-cce6-4917-a2b7-d0fc25b1da13: PCI host bridge to bus cce6:00
[    1.156791] pci_bus cce6:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[    1.157054] pci_bus cce6:00: No busn resource found for root bus, will use [bus 00-ff]
[    1.157973] pci cce6:00:00.0: [1af4:105a] type 00 class 0x088000
[    1.159996] pci cce6:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[    1.161739] pci cce6:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[    1.163344] pci cce6:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[    1.166859] pci_bus cce6:00: busn_res: [bus 00-ff] end is updated to 00
[    1.167157] pci cce6:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[    1.168682] pci cce6:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[    1.170218] pci cce6:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[    1.181394] virtiofs virtio2: Cache len: 0x200000000 @ 0xc00000000
[    1.259270] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.278440] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c9856fe3, max_idle_ns: 440795264259 ns
[    1.279470] memmap_init_zone_device initialised 2097152 pages in 40ms
[    1.288075] clocksource: Switched to clocksource tsc
[    1.293107] FS-Cache: Duplicate cookie detected
[    1.293856] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    1.294280] FS-Cache: O-cookie d=00000000f71d3fcd{9P.session} n=000000003f7ea8f9
[    1.294915] FS-Cache: O-key=[10] '34323934393337343137'
[    1.295513] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
[    1.296133] FS-Cache: N-cookie d=00000000f71d3fcd{9P.session} n=000000002f5ee302
[    1.296801] FS-Cache: N-key=[10] '34323934393337343137'
[    1.338503] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    2.248691] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.250571] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    2.251192] sd 0:0:0:1: [sdb] 4194312 512-byte logical blocks: (2.15 GB/2.00 GiB)
[    2.251197] scsi 0:0:0:2: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.251871] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    2.253032] sd 0:0:0:1: [sdb] Write Protect is off
[    2.253146] sd 0:0:0:2: Attached scsi generic sg2 type 0
[    2.253363] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    2.254171] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.254739] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    2.255227] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[    2.255595] sd 0:0:0:2: [sdc] Write Protect is off
[    2.255892] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[    2.256236] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.257912] sd 0:0:0:1: [sdb] Attached SCSI disk
[    2.258601] sd 0:0:0:2: [sdc] Attached SCSI disk
[    2.308302] EXT4-fs (sdc): recovery complete
[    2.309927] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    2.312363] Adding 2097152k swap on /dev/sdb.  Priority:-2 extents:1 across:2097152k
[    2.653521] hv_pci 6030e826-6b5a-4721-b173-1b054387e2d0: PCI VMBus probing: Using version 0x10004
[    2.654706] hv_pci 6030e826-6b5a-4721-b173-1b054387e2d0: PCI host bridge to bus 6b5a:00
[    2.655083] pci_bus 6b5a:00: root bus resource [mem 0x9ffe08000-0x9ffe0afff window]
[    2.655380] pci_bus 6b5a:00: No busn resource found for root bus, will use [bus 00-ff]
[    2.656258] pci 6b5a:00:00.0: [1af4:1049] type 00 class 0x010000
[    2.657132] pci 6b5a:00:00.0: reg 0x10: [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    2.657834] pci 6b5a:00:00.0: reg 0x18: [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    2.658569] pci 6b5a:00:00.0: reg 0x20: [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    2.661306] pci_bus 6b5a:00: busn_res: [bus 00-ff] end is updated to 00
[    2.661719] pci 6b5a:00:00.0: BAR 0: assigned [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    2.662388] pci 6b5a:00:00.0: BAR 2: assigned [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    2.662994] pci 6b5a:00:00.0: BAR 4: assigned [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    2.796581] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.797109] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.797606] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.797962] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.798426] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    2.802958] WSL (2) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf
[    2.809028] hv_pci 38861495-f986-4acd-a438-0e0a9ca5742e: PCI VMBus probing: Using version 0x10004
[    2.810437] hv_pci 38861495-f986-4acd-a438-0e0a9ca5742e: PCI host bridge to bus f986:00
[    2.810892] pci_bus f986:00: root bus resource [mem 0x9ffe0c000-0x9ffe0efff window]
[    2.811246] pci_bus f986:00: No busn resource found for root bus, will use [bus 00-ff]
[    2.812357] pci f986:00:00.0: [1af4:1049] type 00 class 0x010000
[    2.813361] pci f986:00:00.0: reg 0x10: [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    2.814090] pci f986:00:00.0: reg 0x18: [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    2.814822] pci f986:00:00.0: reg 0x20: [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    2.817706] pci_bus f986:00: busn_res: [bus 00-ff] end is updated to 00
[    2.818082] pci f986:00:00.0: BAR 0: assigned [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    2.819057] pci f986:00:00.0: BAR 2: assigned [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    2.819909] pci f986:00:00.0: BAR 4: assigned [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    3.083717] systemd-journald[53]: Received client request to flush runtime journal.
[    3.095632] systemd-journald[53]: File /var/log/journal/d15c41973ea392736c6e42d15dfa8736/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   49.162130] hv_balloon: Max. dynamic memory size: 8108 MB
[   64.812262] systemd-journald[53]: Failed to read journal file /var/log/journal/d15c41973ea392736c6e42d15dfa8736/user-1000.journal for rotation, trying to move it out of the way: Device or resource busy
[   93.448790] Failed to query system state: Transport endpoint is not connected
[   93.449422] WSL (2) ERROR: InitCreateSessionLeader:1064: /sbin/init failed to start within
[   93.449425] 10000ms
[   93.450362] WSL (2) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf
[   93.455585] WSL (2): Creating login session for vinny
[  102.799670] TCP: eth0: Driver has suspect GRO implementation, TCP performance may be compromised.
[  363.833362] WSL (2) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf
vinny@spendyz:~

@exitdown
Copy link
Author

im thinking this may actually be just the symptom and the problem is more fundamental.

services are started

vinny@spendyz:/mnt/c/Users/vinny/Desktop$ ps axu | grep systemd
root 53 12.2 3.6 445132 293928 ? S<s 08:37 1:42 /lib/systemd/systemd-journald
root 92 0.0 0.0 25000 7404 ? Ss 08:37 0:00 /lib/systemd/systemd-udevd
systemd+ 116 0.0 0.0 16112 7952 ? Ss 08:37 0:00 /lib/systemd/systemd-networkd

but yeah. massive wait before doing anyuthing. lack of logging is hard.

also just for completeness i also had a [network] entry generateresolvconf=false for reasons.

Im gun disable that now and test just in case. will update if it changes anything

@fty1777
Copy link

fty1777 commented Oct 29, 2022

Not sure if this helps: I switched to systemd=true a couple days ago, and it worked perfectly. However, I tried to install kubuntu-desktop today, and met a very long wait on Setting up whoopsie (0.2.77) ... so I interrupted the installing procedure. And that's when all things went wrong and the wsl distro became unusable --- taking about 45 seconds to give a prompt from new shell (I use zsh with plugins to see the command execution time, and it showed me the 45 s), taking very long time to run sudo, and giving Failed to read server status: Transport endpoint is not connected running systemctl.

@exitdown
Copy link
Author

interesting, do you have any logs in /var/log/system.log etc, or a dmesg? woudl be interesting if you managed to induce the same issue, as that would give us something in common to look for haha

@j999yp
Copy link

j999yp commented Nov 6, 2022

Not sure if this helps: I switched to systemd=true a couple days ago, and it worked perfectly. However, I tried to install kubuntu-desktop today, and met a very long wait on Setting up whoopsie (0.2.77) ... so I interrupted the installing procedure. And that's when all things went wrong and the wsl distro became unusable --- taking about 45 seconds to give a prompt from new shell (I use zsh with plugins to see the command execution time, and it showed me the 45 s), taking very long time to run sudo, and giving Failed to read server status: Transport endpoint is not connected running systemctl.

Same issue here. I have to disable systemd to make wsl usable again. Of course, sudo vi /etc/wsl.conf takes incredible long time too.

@fabiovin70
Copy link

Same issue here after installing the ubuntu desktop.
I'm with wsl 0.70.4.0 from GitHub and Windows 11 22H2.

@exitdown
Copy link
Author

exitdown commented Nov 8, 2022

@fabiovin70 @j999yp @fty1777 just to help xref in case theres something obvious, can you guys all do this:
(do it with systemd disabled at least to get a xref of outputs quickly, and if you feel like it do it with systemd enabled but youll obvuiously have to wait ages)

from cmd:
reg query HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider /s
wmic diskdrive list brief
wsl.exe --version

from linux:

dmesg

eg:


C:\Users\vinny> reg query HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider /s

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder
    ProviderOrder    REG_SZ    RDPNP,P9NP,LanmanWorkstation,webclient

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order
    ProviderOrder    REG_SZ    RDPNP,P9NP,LanmanWorkstation,webclient

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\ProviderOrder
    LanmanWorkstation    REG_DWORD    0x7d0
    P9NP    REG_DWORD    0x1f4
    RDPNP    REG_DWORD    0x3e8
    webclient    REG_DWORD    0xbb8


C:\Users\vinny>wmic diskdrive list brief
Caption                   DeviceID            Model                     Partitions  Size
KBG40ZNS256G BG4A KIOXIA  \\.\PHYSICALDRIVE0  KBG40ZNS256G BG4A KIOXIA  3           256052966400


vinny@spendyz:~$ dmesg
[    0.000000] Linux version 5.15.68.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Mon Sep 19 19:14:52 UTC 2022
[    0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=8 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: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Enabled xstate features 0xe7, context size is 2432 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    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-0x0000000202bfffff] 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 0xe4bed7b6
[    0.000000] Hyper-V Host Build:22621-10.0-0-0.674
[    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 2995.212 MHz processor
[    0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000017] last_pfn = 0x202c00 max_arch_pfn = 0x400000000
[    0.000073] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000087] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[    0.000097] Using GB pages for direct mapping
[    0.000665] RAMDISK: [mem 0x03a35000-0x03c0dfff]
[    0.000669] ACPI: Early table checksum verification disabled
[    0.000685] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000690] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000696] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000702] ACPI: DSDT 0x00000000001011B8 01E191 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000705] ACPI: FACS 0x0000000000101114 000040
[    0.000709] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000713] ACPI: SRAT 0x000000000011F349 000330 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000717] ACPI: APIC 0x000000000011F679 000088 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000720] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[    0.000722] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f348]
[    0.000723] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[    0.000724] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[    0.000725] ACPI: Reserving SRAT table memory at [mem 0x11f349-0x11f678]
[    0.000726] ACPI: Reserving APIC table memory at [mem 0x11f679-0x11f700]
[    0.001211] Zone ranges:
[    0.001213]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.001215]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.001217]   Normal   [mem 0x0000000100000000-0x0000000202bfffff]
[    0.001218]   Device   empty
[    0.001219] Movable zone start for each node
[    0.001219] Early memory node ranges
[    0.001220]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.001221]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.001222]   node   0: [mem 0x0000000100000000-0x0000000202bfffff]
[    0.001223] Initmem setup node 0 [mem 0x0000000000001000-0x0000000202bfffff]
[    0.001585] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001615] On node 0, zone DMA: 352 pages in unavailable ranges
[    0.027255] On node 0, zone Normal: 21504 pages in unavailable ranges
[    0.027308] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.029203] IOAPIC[0]: apic_id 8, version 17, address 0xfec00000, GSI 0-23
[    0.029215] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.029219] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.029221] TSC deadline timer available
[    0.029222] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.029252] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.029253] Booting paravirtualized kernel on Hyper-V
[    0.029255] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.033934] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.034606] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[    0.034613] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[    0.034616] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.034662] Hyper-V: PV spinlocks enabled
[    0.034665] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.034669] Built 1 zonelists, mobility grouping on.  Total pages: 2042197
[    0.034672] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=8 swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.034785] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[    0.036737] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.037586] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.037751] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.070988] Memory: 4081512K/8301180K available (18452K kernel code, 2626K rwdata, 9756K rodata, 2024K init, 1888K bss, 257004K reserved, 0K cma-reserved)
[    0.071021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.071027] ftrace: allocating 54560 entries in 214 pages
[    0.094397] ftrace: allocated 214 pages with 5 groups
[    0.094951] rcu: Hierarchical RCU implementation.
[    0.094954] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.094955]  Rude variant of Tasks RCU enabled.
[    0.094956]  Tracing variant of Tasks RCU enabled.
[    0.094956] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.094957] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.098264] Using NULL legacy PIC
[    0.098266] NR_IRQS: 16640, nr_irqs: 488, preallocated irqs: 0
[    0.098505] random: crng init done
[    0.098524] Console: colour dummy device 80x25
[    0.098532] ACPI: Core revision 20210730
[    0.098593] Failed to register legacy timer interrupt
[    0.098594] APIC: Switch to symmetric I/O mode setup
[    0.099880] x2apic enabled
[    0.101143] Switched APIC routing to physical x2apic.
[    0.101156] Hyper-V: Using IPI hypercalls
[    0.101197] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c9a9d7f4, max_idle_ns: 440795353477 ns
[    0.101204] Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.42 BogoMIPS (lpj=29952120)
[    0.101206] pid_max: default: 32768 minimum: 301
[    0.101214] LSM: Security Framework initializing
[    0.101217] landlock: Up and running.
[    0.101236] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.101246] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.101435] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.101448] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.101450] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.101454] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.101456] Spectre V2 : Mitigation: Enhanced IBRS
[    0.101457] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.101457] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.101458] RETBleed: Mitigation: Enhanced IBRS
[    0.101459] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.101461] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.111200] Freeing SMP alternatives memory: 56K
[    0.111200] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.111200] Performance Events:  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.111200] ... version:                5
[    0.111200] ... bit width:              48
[    0.111200] ... generic registers:      8
[    0.111200] ... value mask:             0000ffffffffffff
[    0.111200] ... max period:             00007fffffffffff
[    0.111200] ... fixed-purpose events:   4
[    0.111200] ... event mask:             0001000f000000ff
[    0.111200] rcu: Hierarchical SRCU implementation.
[    0.111200] smp: Bringing up secondary CPUs ...
[    0.111200] x86: Booting SMP configuration:
[    0.111200] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.111200] smp: Brought up 1 node, 8 CPUs
[    0.111200] smpboot: Max logical packages: 1
[    0.111200] smpboot: Total of 8 processors activated (47923.39 BogoMIPS)
[    0.116736] node 0 deferred pages initialised in 10ms
[    0.116736] devtmpfs: initialized
[    0.116736] x86/mm: Memory block size: 128MB
[    0.116736] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.116736] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.116736] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.116736] thermal_sys: Registered thermal governor 'step_wise'
[    0.116736] cpuidle: using governor menu
[    0.116736] ACPI: bus type PCI registered
[    0.116736] PCI: Fatal: No config space access function found
[    0.121838] Kprobes globally optimized
[    0.121857] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.121857] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.121857] raid6: skip pq benchmark and using algorithm avx512x4
[    0.121857] raid6: using avx512x2 recovery algorithm
[    0.121857] ACPI: Added _OSI(Module Device)
[    0.121857] ACPI: Added _OSI(Processor Device)
[    0.121857] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.121857] ACPI: Added _OSI(Processor Aggregator Device)
[    0.121857] ACPI: Added _OSI(Linux-Dell-Video)
[    0.121857] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.121857] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.124154] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.124735] ACPI: Interpreter enabled
[    0.124738] ACPI: PM: (supports S0 S5)
[    0.124739] ACPI: Using IOAPIC for interrupt routing
[    0.124745] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.124826] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.131822] iommu: Default domain type: Translated
[    0.131824] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.131876] SCSI subsystem initialized
[    0.131882] ACPI: bus type USB registered
[    0.131887] usbcore: registered new interface driver usbfs
[    0.131890] usbcore: registered new interface driver hub
[    0.131893] usbcore: registered new device driver usb
[    0.131899] pps_core: LinuxPPS API ver. 1 registered
[    0.131899] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.131901] PTP clock support registered
[    0.131922] hv_vmbus: Vmbus version:5.3
[    0.131922] PCI: Using ACPI for IRQ routing
[    0.131922] PCI: System does not support PCI
[    0.131922] clocksource: Switched to clocksource tsc-early
[    0.131922] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.131922] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.131922] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[    0.140548] VFS: Disk quotas dquot_6.6.0
[    0.140557] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.140569] FS-Cache: Loaded
[    0.140587] pnp: PnP ACPI init
[    0.140726] pnp: PnP ACPI: found 1 devices
[    0.144879] NET: Registered PF_INET protocol family
[    0.145499] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.146363] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.146370] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.146372] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.146413] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.146840] TCP: Hash tables configured (established 65536 bind 65536)
[    0.146861] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.146872] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.146897] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.147167] RPC: Registered named UNIX socket transport module.
[    0.147169] RPC: Registered udp transport module.
[    0.147170] RPC: Registered tcp transport module.
[    0.147170] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.147173] PCI: CLS 0 bytes, default 64
[    0.147188] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.147190] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[    0.147222] KVM: vmx: using Hyper-V Enlightened VMCS
[    0.147238] Trying to unpack rootfs image as initramfs...
[    0.149713] Freeing initrd memory: 1892K
[    0.307427] kvm: already loaded the other module
[    0.309470] Initialise system trusted keyrings
[    0.309579] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.310604] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.310757] NFS: Registering the id_resolver key type
[    0.310761] Key type id_resolver registered
[    0.310762] Key type id_legacy registered
[    0.310764] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.310766] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.310767] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.311295] Key type cifs.idmap registered
[    0.311359] fuse: init (API version 7.34)
[    0.311502] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.311756] 9p: Installing v9fs 9p2000 file system support
[    0.311765] FS-Cache: Netfs '9p' registered for caching
[    0.311792] FS-Cache: Netfs 'ceph' registered for caching
[    0.311794] ceph: loaded (mds proto 32)
[    0.319204] NET: Registered PF_ALG protocol family
[    0.319207] xor: automatically using best checksumming function   avx
[    0.319209] Key type asymmetric registered
[    0.319210] Asymmetric key parser 'x509' registered
[    0.319227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.319565] hv_vmbus: registering driver hv_pci
[    0.319891] hv_pci fb94b0eb-18d2-44d4-87fa-01ea607b8def: PCI VMBus probing: Using version 0x10004
[    0.320660] hv_pci fb94b0eb-18d2-44d4-87fa-01ea607b8def: PCI host bridge to bus 18d2:00
[    0.320663] pci_bus 18d2:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[    0.320664] pci_bus 18d2:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.321268] pci 18d2:00:00.0: [1af4:1043] type 00 class 0x010000
[    0.322294] pci 18d2:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.322706] pci 18d2:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.323112] pci 18d2:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.325403] pci_bus 18d2:00: busn_res: [bus 00-ff] end is updated to 00
[    0.325412] pci 18d2:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.325821] pci 18d2:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.326204] pci 18d2:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.326984] hv_pci ece6ea0e-0820-4f9d-ad70-9ddf64381c4f: PCI VMBus probing: Using version 0x10004
[    0.327532] hv_pci ece6ea0e-0820-4f9d-ad70-9ddf64381c4f: PCI host bridge to bus 0820:00
[    0.327535] pci_bus 0820:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.327783] pci 0820:00:00.0: [1414:008e] type 00 class 0x030200
[    0.330467] pci_bus 0820:00: busn_res: [bus 00-ff] end is updated to 00
[    0.330754] hv_pci 6918985c-a715-4b3c-86b9-4923c06ddf52: PCI VMBus probing: Using version 0x10004
[    0.331491] hv_pci 6918985c-a715-4b3c-86b9-4923c06ddf52: PCI host bridge to bus a715:00
[    0.331493] pci_bus a715:00: root bus resource [mem 0x9ffe04000-0x9ffe06fff window]
[    0.331494] pci_bus a715:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.332108] pci a715:00:00.0: [1af4:1049] type 00 class 0x010000
[    0.332735] pci a715:00:00.0: reg 0x10: [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.333160] pci a715:00:00.0: reg 0x18: [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.333595] pci a715:00:00.0: reg 0x20: [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.335937] pci_bus a715:00: busn_res: [bus 00-ff] end is updated to 00
[    0.335941] pci a715:00:00.0: BAR 0: assigned [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.336246] pci a715:00:00.0: BAR 2: assigned [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.336529] pci a715:00:00.0: BAR 4: assigned [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.336958] ACPI: AC: AC Adapter [AC1] (on-line)
[    0.337566] ACPI: battery: Slot [BAT1] (battery present)
[    0.342665] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.370255] Non-volatile memory driver v1.3
[    0.370435] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[    0.372087] printk: console [hvc0] enabled
[    0.373820] brd: module loaded
[    0.374872] loop: module loaded
[    0.375152] hv_vmbus: registering driver hv_storvsc
[    0.375895] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    0.376279] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    0.376506] scsi host0: storvsc_host_t
[    0.376672] tun: Universal TUN/TAP device driver, 1.6
[    0.376739] PPP generic driver version 2.4.2
[    0.377629] PPP BSD Compression module registered
[    0.377860] PPP Deflate Compression module registered
[    0.378063] PPP MPPE Compression module registered
[    0.378267] NET: Registered PF_PPPOX protocol family
[    0.378474] usbcore: registered new interface driver cdc_ether
[    0.378744] usbcore: registered new interface driver cdc_ncm
[    0.379004] usbcore: registered new interface driver r8153_ecm
[    0.379299] hv_vmbus: registering driver hv_netvsc
[    0.379712] VFIO - User Level meta-driver version: 0.3
[    0.380153] usbcore: registered new interface driver cdc_acm
[    0.380552] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.380891] usbcore: registered new interface driver ch341
[    0.381218] usbserial: USB Serial support registered for ch341-uart
[    0.381507] usbcore: registered new interface driver cp210x
[    0.381730] usbserial: USB Serial support registered for cp210x
[    0.382000] usbcore: registered new interface driver ftdi_sio
[    0.382251] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.382652] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.382900] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    0.383165] vhci_hcd: created sysfs vhci_hcd.0
[    0.383554] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.383905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.384202] usb usb1: Product: USB/IP Virtual Host Controller
[    0.384462] usb usb1: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.384729] usb usb1: SerialNumber: vhci_hcd.0
[    0.385014] hub 1-0:1.0: USB hub found
[    0.385222] hub 1-0:1.0: 8 ports detected
[    0.385597] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.385819] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    0.386139] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.386559] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.386878] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.387263] usb usb2: Product: USB/IP Virtual Host Controller
[    0.387530] usb usb2: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.387792] usb usb2: SerialNumber: vhci_hcd.0
[    0.388059] hub 2-0:1.0: USB hub found
[    0.388249] hub 2-0:1.0: 8 ports detected
[    0.388697] hv_vmbus: registering driver hyperv_keyboard
[    0.389012] rtc_cmos 00:00: RTC can wake from S4
[    0.390369] rtc_cmos 00:00: registered as rtc0
[    0.390872] rtc_cmos 00:00: setting system clock to 2022-11-06T19:14:27 UTC (1667762067)
[    0.391216] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.391706] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.392195] device-mapper: raid: Loading target version 1.15.1
[    0.392502] usbcore: registered new interface driver usbhid
[    0.392699] usbhid: USB HID core driver
[    0.392890] hv_utils: Registering HyperV Utility Driver
[    0.393084] hv_vmbus: registering driver hv_utils
[    0.393272] hv_vmbus: registering driver hv_balloon
[    0.393547] hv_vmbus: registering driver dxgkrnl
[    0.393555] hv_utils: TimeSync IC version 4.0
[    0.394191] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.394205] drop_monitor: Initializing network drop monitor service
[    0.394979] Mirror/redirect action on
[    0.395186] Free page reporting enabled
[    0.395191] u32 classifier
[    0.395366] hv_balloon: Cold memory discard hint enabled
[    0.395466]     Performance counters on
[    0.395467]     input device check on
[    0.395467]     Actions configured
[    0.396689] IPVS: Registered protocols (TCP, UDP)
[    0.397071] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.397613] IPVS: ipvs loaded.
[    0.397767] IPVS: [rr] scheduler registered.
[    0.397947] IPVS: [wrr] scheduler registered.
[    0.398126] IPVS: [sh] scheduler registered.
[    0.398331] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    0.398570] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.398815] Initializing XFRM netlink socket
[    0.399029] NET: Registered PF_INET6 protocol family
[    0.399493] Segment Routing with IPv6
[    0.399660] In-situ OAM (IOAM) with IPv6
[    0.399819] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.400095] NET: Registered PF_PACKET protocol family
[    0.400285] Bridge firewalling registered
[    0.400422] 8021q: 802.1Q VLAN Support v1.8
[    0.400567] sctp: Hash tables configured (bind 256/256)
[    0.400790] 9pnet: Installing 9P2000 support
[    0.420363] Key type dns_resolver registered
[    0.420949] Key type ceph registered
[    0.421483] libceph: loaded (mon/osd proto 15/24)
[    0.421815] NET: Registered PF_VSOCK protocol family
[    0.422050] hv_vmbus: registering driver hv_sock
[    0.422289] IPI shorthand broadcast: enabled
[    0.422502] sched_clock: Marking stable (419091268, 2707200)->(437804100, -16005632)
[    0.423038] registered taskstats version 1
[    0.423450] Loading compiled-in X.509 certificates
[    0.424092] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.426801] Freeing unused kernel image (initmem) memory: 2024K
[    0.471616] Write protecting the kernel read-only data: 30720k
[    0.475041] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    0.477536] Freeing unused kernel image (rodata/data gap) memory: 484K
[    0.479427] Run /init as init process
[    0.480552]   with arguments:
[    0.481613]     /init
[    0.482407]   with environment:
[    0.483573]     HOME=/
[    0.484419]     TERM=linux
[    0.485148]     WSL_ROOT_INIT=1
[    0.490753] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.491765] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.492660] sd 0:0:0:0: [sda] 748624 512-byte logical blocks: (383 MB/366 MiB)
[    0.493316] sd 0:0:0:0: [sda] Write Protect is on
[    0.493652] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[    0.494208] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.114313] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    1.241927] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.313029] hv_pci db980c40-a539-4b44-a89b-5263d7939c4b: PCI VMBus probing: Using version 0x10004
[    1.314785] hv_pci db980c40-a539-4b44-a89b-5263d7939c4b: PCI host bridge to bus a539:00
[    1.315236] pci_bus a539:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[    1.315551] pci_bus a539:00: No busn resource found for root bus, will use [bus 00-ff]
[    1.316433] pci a539:00:00.0: [1af4:105a] type 00 class 0x088000
[    1.318357] pci a539:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[    1.320089] pci a539:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[    1.321748] pci a539:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[    1.325592] pci_bus a539:00: busn_res: [bus 00-ff] end is updated to 00
[    1.325987] pci a539:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[    1.327649] pci a539:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[    1.329166] pci a539:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[    1.339909] virtiofs virtio2: Cache len: 0x200000000 @ 0xc00000000
[    1.371396] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c9a9d7f4, max_idle_ns: 440795353477 ns
[    1.375824] clocksource: Switched to clocksource tsc
[    1.381460] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    1.453801] memmap_init_zone_device initialised 2097152 pages in 50ms
[    1.465567] FS-Cache: Duplicate cookie detected
[    1.466048] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    1.466501] FS-Cache: O-cookie d=000000003e584cef{9P.session} n=0000000010d1673c
[    1.466948] FS-Cache: O-key=[10] '34323934393337343333'
[    1.467241] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
[    1.467560] FS-Cache: N-cookie d=000000003e584cef{9P.session} n=00000000270bcdda
[    1.467972] FS-Cache: N-key=[10] '34323934393337343333'
[    1.470507] FS-Cache: Duplicate cookie detected
[    1.470779] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    1.471078] FS-Cache: O-cookie d=000000003e584cef{9P.session} n=0000000010d1673c
[    1.471516] FS-Cache: O-key=[10] '34323934393337343333'
[    1.471783] FS-Cache: N-cookie c=00000006 [p=00000002 fl=2 nc=0 na=1]
[    1.472159] FS-Cache: N-cookie d=000000003e584cef{9P.session} n=00000000f8f228c8
[    1.472529] FS-Cache: N-key=[10] '34323934393337343333'
[    2.103831] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.107533] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    2.109472] scsi 0:0:0:2: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.110111] sd 0:0:0:1: [sdb] 4194312 512-byte logical blocks: (2.15 GB/2.00 GiB)
[    2.112484] sd 0:0:0:2: Attached scsi generic sg2 type 0
[    2.112667] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    2.114713] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    2.115210] sd 0:0:0:1: [sdb] Write Protect is off
[    2.116407] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[    2.116892] sd 0:0:0:2: [sdc] Write Protect is off
[    2.117444] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    2.118098] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.118685] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[    2.125764] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.127382] sd 0:0:0:1: [sdb] Attached SCSI disk
[    2.136783] sd 0:0:0:2: [sdc] Attached SCSI disk
[    2.225839] Adding 2097152k swap on /dev/sdb.  Priority:-2 extents:1 across:2097152k
[    2.242275] EXT4-fs (sdc): recovery complete
[    2.243897] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    2.605416] hv_pci 6105dd1c-0202-475c-b33d-d97f0cdc6373: PCI VMBus probing: Using version 0x10004
[    2.606769] hv_pci 6105dd1c-0202-475c-b33d-d97f0cdc6373: PCI host bridge to bus 0202:00
[    2.607283] pci_bus 0202:00: root bus resource [mem 0x9ffe08000-0x9ffe0afff window]
[    2.607761] pci_bus 0202:00: No busn resource found for root bus, will use [bus 00-ff]
[    2.608746] pci 0202:00:00.0: [1af4:1049] type 00 class 0x010000
[    2.609719] pci 0202:00:00.0: reg 0x10: [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    2.610475] pci 0202:00:00.0: reg 0x18: [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    2.611160] pci 0202:00:00.0: reg 0x20: [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    2.613785] pci_bus 0202:00: busn_res: [bus 00-ff] end is updated to 00
[    2.614103] pci 0202:00:00.0: BAR 0: assigned [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    2.614674] pci 0202:00:00.0: BAR 2: assigned [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    2.615276] pci 0202:00:00.0: BAR 4: assigned [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    2.799157] WSL (1) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf
[    2.805105] hv_pci e00b11a6-a4bf-4ea8-9af0-7bd4740dc1c1: PCI VMBus probing: Using version 0x10004
[    2.806467] hv_pci e00b11a6-a4bf-4ea8-9af0-7bd4740dc1c1: PCI host bridge to bus a4bf:00
[    2.806885] pci_bus a4bf:00: root bus resource [mem 0x9ffe0c000-0x9ffe0efff window]
[    2.807241] pci_bus a4bf:00: No busn resource found for root bus, will use [bus 00-ff]
[    2.808283] pci a4bf:00:00.0: [1af4:1049] type 00 class 0x010000
[    2.809238] pci a4bf:00:00.0: reg 0x10: [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    2.810021] pci a4bf:00:00.0: reg 0x18: [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    2.810759] pci a4bf:00:00.0: reg 0x20: [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    2.813549] pci_bus a4bf:00: busn_res: [bus 00-ff] end is updated to 00
[    2.813943] pci a4bf:00:00.0: BAR 0: assigned [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    2.814658] pci a4bf:00:00.0: BAR 2: assigned [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    2.815355] pci a4bf:00:00.0: BAR 4: assigned [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    2.848105] WSL (1) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf
[    2.855274] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.855818] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.856417] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.856891] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    2.857340] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    9.683488] WSL (1) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf
[   49.254105] hv_balloon: Max. dynamic memory size: 8108 MB
[  364.349451] WSL (1) WARNING: /etc/resolv.conf updating disabled in /etc/wsl.conf


@j999yp
Copy link

j999yp commented Nov 8, 2022

@exitdown

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder
    ProviderOrder    REG_SZ    P9NP,RDPNP,LanmanWorkstation,webclient

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order
    ProviderOrder    REG_SZ    P9NP,RDPNP,LanmanWorkstation,webclient

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\ProviderOrder
    LanmanWorkstation    REG_DWORD    0x7d0
    P9NP    REG_DWORD    0x1f4
    RDPNP    REG_DWORD    0x3e8
    webclient    REG_DWORD    0xbb8

Caption                          DeviceID            Model                            Partitions  Size
KXG50ZNV512G NVMe TOSHIBA 512GB  \\.\PHYSICALDRIVE1  KXG50ZNV512G NVMe TOSHIBA 512GB  4           512105932800
Micron MTFDKBA512TFH             \\.\PHYSICALDRIVE0  Micron MTFDKBA512TFH             1           512105932800

WSL 版本: 0.70.4.0
内核版本: 5.15.68.1
WSLg 版本: 1.0.45
MSRDC 版本: 1.2.3575
Direct3D 版本: 1.606.4
DXCore 版本: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows版本: 10.0.22621.674

[    0.000000] Linux version 5.15.68.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Mon Sep 19 19:14:52 UTC 2022
[    0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=16 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-0x000000037e1fffff] 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 0xc2c, misc 0xe0bed7b6
[    0.000000] Hyper-V Host Build:22621-10.0-0-0.674
[    0.000000] Hyper-V: Nested features: 0x4a0000
[    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.000004] tsc: Detected 3193.887 MHz processor
[    0.000017] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000019] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000022] last_pfn = 0x37e200 max_arch_pfn = 0x400000000
[    0.000063] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000078] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[    0.000097] Using GB pages for direct mapping
[    0.000480] RAMDISK: [mem 0x03a35000-0x03c0dfff]
[    0.000485] ACPI: Early table checksum verification disabled
[    0.000495] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000500] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000508] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000515] ACPI: DSDT 0x00000000001011B8 01E191 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000519] ACPI: FACS 0x0000000000101114 000040
[    0.000522] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000526] ACPI: SRAT 0x000000000011F349 0003B0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000529] ACPI: APIC 0x000000000011F6F9 0000C8 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000532] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[    0.000534] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f348]
[    0.000535] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[    0.000536] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[    0.000537] ACPI: Reserving SRAT table memory at [mem 0x11f349-0x11f6f8]
[    0.000538] ACPI: Reserving APIC table memory at [mem 0x11f6f9-0x11f7c0]
[    0.000791] Zone ranges:
[    0.000794]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000796]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000798]   Normal   [mem 0x0000000100000000-0x000000037e1fffff]
[    0.000800]   Device   empty
[    0.000802] Movable zone start for each node
[    0.000803] Early memory node ranges
[    0.000804]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000806]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000808]   node   0: [mem 0x0000000100000000-0x000000037e1fffff]
[    0.000811] Initmem setup node 0 [mem 0x0000000000001000-0x000000037e1fffff]
[    0.001001] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.001040] On node 0, zone DMA: 352 pages in unavailable ranges
[    0.015746] On node 0, zone Normal: 7680 pages in unavailable ranges
[    0.015865] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.016238] IOAPIC[0]: apic_id 16, version 17, address 0xfec00000, GSI 0-23
[    0.016244] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.016251] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.016264] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.016282] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.016284] Booting paravirtualized kernel on Hyper-V
[    0.016288] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.021102] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.030642] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[    0.030661] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[    0.030666] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.030692] Hyper-V: PV spinlocks enabled
[    0.030696] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.030704] Built 1 zonelists, mobility grouping on.  Total pages: 3571837
[    0.030708] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=16 swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.030825] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[    0.034934] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036844] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036934] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.076378] Memory: 4081508K/14516860K available (18452K kernel code, 2626K rwdata, 9756K rodata, 2024K init, 1888K bss, 367252K reserved, 0K cma-reserved)
[    0.076450] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.076460] ftrace: allocating 54560 entries in 214 pages
[    0.102497] ftrace: allocated 214 pages with 5 groups
[    0.102959] rcu: Hierarchical RCU implementation.
[    0.102965] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.102969] 	Rude variant of Tasks RCU enabled.
[    0.102971] 	Tracing variant of Tasks RCU enabled.
[    0.102974] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.102975] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.108034] Using NULL legacy PIC
[    0.108039] NR_IRQS: 16640, nr_irqs: 552, preallocated irqs: 0
[    0.108551] random: crng init done
[    0.108605] Console: colour dummy device 80x25
[    0.108629] ACPI: Core revision 20210730
[    0.108770] Failed to register legacy timer interrupt
[    0.108772] APIC: Switch to symmetric I/O mode setup
[    0.108775] Switched APIC routing to physical flat.
[    0.108814] Hyper-V: Using IPI hypercalls
[    0.108816] Hyper-V: Using enlightened APIC (xapic mode)
[    0.109025] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e09bb3ed84, max_idle_ns: 440795312551 ns
[    0.109039] Calibrating delay loop (skipped), value calculated using timer frequency.. 6387.77 BogoMIPS (lpj=31938870)
[    0.109065] pid_max: default: 32768 minimum: 301
[    0.109121] LSM: Security Framework initializing
[    0.109132] landlock: Up and running.
[    0.109193] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.109232] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.109558] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.109562] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.109563] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.109569] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.109571] Spectre V2 : Mitigation: Retpolines
[    0.109572] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.109573] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.109574] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.109575] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.109576] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.109578] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.119032] Freeing SMP alternatives memory: 56K
[    0.119032] smpboot: CPU0: AMD Ryzen 7 6800H with Radeon Graphics (family: 0x19, model: 0x44, stepping: 0x1)
[    0.119032] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.119032] ... version:                0
[    0.119032] ... bit width:              48
[    0.119032] ... generic registers:      6
[    0.119032] ... value mask:             0000ffffffffffff
[    0.119032] ... max period:             00007fffffffffff
[    0.119032] ... fixed-purpose events:   0
[    0.119032] ... event mask:             000000000000003f
[    0.119032] rcu: Hierarchical SRCU implementation.
[    0.119032] smp: Bringing up secondary CPUs ...
[    0.119032] x86: Booting SMP configuration:
[    0.119032] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.119032] smp: Brought up 1 node, 16 CPUs
[    0.119032] smpboot: Max logical packages: 1
[    0.119032] smpboot: Total of 16 processors activated (102204.38 BogoMIPS)
[    0.139067] node 0 deferred pages initialised in 20ms
[    0.139546] devtmpfs: initialized
[    0.139546] x86/mm: Memory block size: 128MB
[    0.139546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.139546] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.139546] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.139627] thermal_sys: Registered thermal governor 'step_wise'
[    0.139653] cpuidle: using governor menu
[    0.139653] ACPI: bus type PCI registered
[    0.139653] PCI: Fatal: No config space access function found
[    0.139653] Kprobes globally optimized
[    0.139653] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.139653] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.139653] raid6: skip pq benchmark and using algorithm avx2x4
[    0.139653] raid6: using avx2x2 recovery algorithm
[    0.139653] ACPI: Added _OSI(Module Device)
[    0.139653] ACPI: Added _OSI(Processor Device)
[    0.139653] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.139653] ACPI: Added _OSI(Processor Aggregator Device)
[    0.139653] ACPI: Added _OSI(Linux-Dell-Video)
[    0.139653] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.139653] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.149855] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.150494] ACPI: Interpreter enabled
[    0.150497] ACPI: PM: (supports S0 S5)
[    0.150498] ACPI: Using IOAPIC for interrupt routing
[    0.150506] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.150614] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.151537] iommu: Default domain type: Translated 
[    0.151539] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.151610] SCSI subsystem initialized
[    0.151618] ACPI: bus type USB registered
[    0.151625] usbcore: registered new interface driver usbfs
[    0.151629] usbcore: registered new interface driver hub
[    0.151633] usbcore: registered new device driver usb
[    0.151641] pps_core: LinuxPPS API ver. 1 registered
[    0.151642] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.151643] PTP clock support registered
[    0.151674] hv_vmbus: Vmbus version:5.3
[    0.151674] PCI: Using ACPI for IRQ routing
[    0.151674] PCI: System does not support PCI
[    0.151674] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.151674] clocksource: Switched to clocksource tsc-early
[    0.151674] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.151674] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[    0.159636] VFS: Disk quotas dquot_6.6.0
[    0.159656] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.159680] FS-Cache: Loaded
[    0.159718] pnp: PnP ACPI init
[    0.160064] pnp: PnP ACPI: found 1 devices
[    0.162975] NET: Registered PF_INET protocol family
[    0.163353] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.164139] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.164264] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.164268] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.164397] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.164622] TCP: Hash tables configured (established 131072 bind 65536)
[    0.164661] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.164705] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.164758] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.165080] RPC: Registered named UNIX socket transport module.
[    0.165082] RPC: Registered udp transport module.
[    0.165083] RPC: Registered tcp transport module.
[    0.165083] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.165087] PCI: CLS 0 bytes, default 64
[    0.165104] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.165106] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[    0.165156] kvm: no hardware support
[    0.165163] Trying to unpack rootfs image as initramfs...
[    0.166303] Freeing initrd memory: 1892K
[    0.266370] kvm: Nested Virtualization enabled
[    0.266377] SVM: kvm: Nested Paging enabled
[    0.266380] SVM: kvm: Hyper-V enlightened NPT TLB flush enabled
[    0.266381] SVM: kvm: Hyper-V Direct TLB Flush enabled
[    0.266404] SVM: Virtual VMLOAD VMSAVE supported
[    0.335728] Initialise system trusted keyrings
[    0.335816] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.336582] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.336775] NFS: Registering the id_resolver key type
[    0.336785] Key type id_resolver registered
[    0.336787] Key type id_legacy registered
[    0.336791] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.336794] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.336796] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.337435] Key type cifs.idmap registered
[    0.337498] fuse: init (API version 7.34)
[    0.337643] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.337929] 9p: Installing v9fs 9p2000 file system support
[    0.337937] FS-Cache: Netfs '9p' registered for caching
[    0.337968] FS-Cache: Netfs 'ceph' registered for caching
[    0.337970] ceph: loaded (mds proto 32)
[    0.340994] NET: Registered PF_ALG protocol family
[    0.341000] xor: automatically using best checksumming function   avx       
[    0.341005] Key type asymmetric registered
[    0.341006] Asymmetric key parser 'x509' registered
[    0.341295] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.342233] hv_vmbus: registering driver hv_pci
[    0.342759] hv_pci e30470ca-33be-47e9-aacd-763858791f07: PCI VMBus probing: Using version 0x10004
[    0.343752] hv_pci e30470ca-33be-47e9-aacd-763858791f07: PCI host bridge to bus 33be:00
[    0.343755] pci_bus 33be:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[    0.343757] pci_bus 33be:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.344296] pci 33be:00:00.0: [1af4:1043] type 00 class 0x010000
[    0.344994] pci 33be:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.345415] pci 33be:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.345829] pci 33be:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.347841] pci_bus 33be:00: busn_res: [bus 00-ff] end is updated to 00
[    0.347847] pci 33be:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.348146] pci 33be:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.348436] pci 33be:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.349109] hv_pci 7e9722eb-74a8-40f2-b88b-7e135c931273: PCI VMBus probing: Using version 0x10004
[    0.349885] hv_pci 7e9722eb-74a8-40f2-b88b-7e135c931273: PCI host bridge to bus 74a8:00
[    0.349887] pci_bus 74a8:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.350138] pci 74a8:00:00.0: [1414:008e] type 00 class 0x030200
[    0.353030] pci_bus 74a8:00: busn_res: [bus 00-ff] end is updated to 00
[    0.353452] hv_pci af297e5a-20fe-4ead-ba1c-ad67be41e4f3: PCI VMBus probing: Using version 0x10004
[    0.354877] hv_pci af297e5a-20fe-4ead-ba1c-ad67be41e4f3: PCI host bridge to bus 20fe:00
[    0.354879] pci_bus 20fe:00: root bus resource [mem 0x9ffe04000-0x9ffe06fff window]
[    0.354881] pci_bus 20fe:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.355499] pci 20fe:00:00.0: [1af4:1049] type 00 class 0x010000
[    0.356121] pci 20fe:00:00.0: reg 0x10: [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.356555] pci 20fe:00:00.0: reg 0x18: [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.356987] pci 20fe:00:00.0: reg 0x20: [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.359322] pci_bus 20fe:00: busn_res: [bus 00-ff] end is updated to 00
[    0.359326] pci 20fe:00:00.0: BAR 0: assigned [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.359651] pci 20fe:00:00.0: BAR 2: assigned [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.359970] pci 20fe:00:00.0: BAR 4: assigned [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.360444] ACPI: AC: AC Adapter [AC1] (off-line)
[    0.361443] ACPI: battery: Slot [BAT1] (battery present)
[    0.367077] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.392958] Non-volatile memory driver v1.3
[    0.393369] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[    0.394557] printk: console [hvc0] enabled
[    0.396837] brd: module loaded
[    0.398674] loop: module loaded
[    0.399109] hv_vmbus: registering driver hv_storvsc
[    0.400055] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    0.400513] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    0.401075] tun: Universal TUN/TAP device driver, 1.6
[    0.401609] scsi host0: storvsc_host_t
[    0.402145] PPP generic driver version 2.4.2
[    0.403452] PPP BSD Compression module registered
[    0.404001] PPP Deflate Compression module registered
[    0.404219] PPP MPPE Compression module registered
[    0.404446] NET: Registered PF_PPPOX protocol family
[    0.404672] usbcore: registered new interface driver cdc_ether
[    0.404942] usbcore: registered new interface driver cdc_ncm
[    0.405203] usbcore: registered new interface driver r8153_ecm
[    0.405458] hv_vmbus: registering driver hv_netvsc
[    0.405746] VFIO - User Level meta-driver version: 0.3
[    0.406096] usbcore: registered new interface driver cdc_acm
[    0.406403] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.406730] usbcore: registered new interface driver ch341
[    0.406945] usbserial: USB Serial support registered for ch341-uart
[    0.407203] usbcore: registered new interface driver cp210x
[    0.407416] usbserial: USB Serial support registered for cp210x
[    0.407674] usbcore: registered new interface driver ftdi_sio
[    0.407935] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.408381] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.408694] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    0.409092] vhci_hcd: created sysfs vhci_hcd.0
[    0.409492] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.409996] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.410489] usb usb1: Product: USB/IP Virtual Host Controller
[    0.410873] usb usb1: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.411226] usb usb1: SerialNumber: vhci_hcd.0
[    0.411595] hub 1-0:1.0: USB hub found
[    0.411822] hub 1-0:1.0: 8 ports detected
[    0.412226] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.412616] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    0.413078] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.413616] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.414043] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.414424] usb usb2: Product: USB/IP Virtual Host Controller
[    0.414677] usb usb2: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.415002] usb usb2: SerialNumber: vhci_hcd.0
[    0.415307] hub 2-0:1.0: USB hub found
[    0.415538] hub 2-0:1.0: 8 ports detected
[    0.415908] hv_vmbus: registering driver hyperv_keyboard
[    0.416252] rtc_cmos 00:00: RTC can wake from S4
[    0.417458] rtc_cmos 00:00: registered as rtc0
[    0.417880] rtc_cmos 00:00: setting system clock to 2022-11-08T04:09:49 UTC (1667880589)
[    0.418231] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.418740] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.419424] device-mapper: raid: Loading target version 1.15.1
[    0.419773] usbcore: registered new interface driver usbhid
[    0.420003] usbhid: USB HID core driver
[    0.420221] hv_utils: Registering HyperV Utility Driver
[    0.420459] hv_vmbus: registering driver hv_utils
[    0.420682] hv_vmbus: registering driver hv_balloon
[    0.421056] hv_vmbus: registering driver dxgkrnl
[    0.421111] hv_utils: TimeSync IC version 4.0
[    0.421751] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.421778] drop_monitor: Initializing network drop monitor service
[    0.422772] Mirror/redirect action on
[    0.423083] Free page reporting enabled
[    0.423098] u32 classifier
[    0.423285] hv_balloon: Cold memory discard hint enabled
[    0.423401]     Performance counters on
[    0.423787]     input device check on
[    0.423942]     Actions configured
[    0.424963] IPVS: Registered protocols (TCP, UDP)
[    0.425277] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.425695] IPVS: ipvs loaded.
[    0.425906] IPVS: [rr] scheduler registered.
[    0.426236] IPVS: [wrr] scheduler registered.
[    0.426500] IPVS: [sh] scheduler registered.
[    0.426739] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    0.427044] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.427369] Initializing XFRM netlink socket
[    0.427621] NET: Registered PF_INET6 protocol family
[    0.428145] Segment Routing with IPv6
[    0.428416] In-situ OAM (IOAM) with IPv6
[    0.428596] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.428918] NET: Registered PF_PACKET protocol family
[    0.429227] Bridge firewalling registered
[    0.429510] 8021q: 802.1Q VLAN Support v1.8
[    0.429776] sctp: Hash tables configured (bind 256/256)
[    0.430250] 9pnet: Installing 9P2000 support
[    0.439357] Key type dns_resolver registered
[    0.439733] Key type ceph registered
[    0.440030] libceph: loaded (mon/osd proto 15/24)
[    0.440482] NET: Registered PF_VSOCK protocol family
[    0.440796] hv_vmbus: registering driver hv_sock
[    0.441081] IPI shorthand broadcast: enabled
[    0.441318] sched_clock: Marking stable (439750076, 693300)->(475149200, -34705824)
[    0.442056] registered taskstats version 1
[    0.442709] Loading compiled-in X.509 certificates
[    0.444037] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.445444] Freeing unused kernel image (initmem) memory: 2024K
[    0.479660] Write protecting the kernel read-only data: 30720k
[    0.482170] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    0.483059] Freeing unused kernel image (rodata/data gap) memory: 484K
[    0.483355] Run /init as init process
[    0.483511]   with arguments:
[    0.483668]     /init
[    0.483793]   with environment:
[    0.484064]     HOME=/
[    0.484190]     TERM=linux
[    0.484311]     WSL_ROOT_INIT=1
[    0.489353] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.490431] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.491001] sd 0:0:0:0: [sda] 748624 512-byte logical blocks: (383 MB/366 MiB)
[    0.491558] sd 0:0:0:0: [sda] Write Protect is on
[    0.491838] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[    0.492243] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.941132] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    0.980541] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.107703] hv_pci 0d8df40b-ae64-4bf1-a8bc-5872e6c435ef: PCI VMBus probing: Using version 0x10004
[    1.110724] hv_pci 0d8df40b-ae64-4bf1-a8bc-5872e6c435ef: PCI host bridge to bus ae64:00
[    1.111429] pci_bus ae64:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[    1.112060] pci_bus ae64:00: No busn resource found for root bus, will use [bus 00-ff]
[    1.113627] pci ae64:00:00.0: [1af4:105a] type 00 class 0x088000
[    1.116840] pci ae64:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[    1.119830] pci ae64:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[    1.122945] pci ae64:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[    1.129105] pci_bus ae64:00: busn_res: [bus 00-ff] end is updated to 00
[    1.129834] pci ae64:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[    1.133169] pci ae64:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[    1.136028] pci ae64:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[    1.153074] virtiofs virtio2: Cache len: 0x200000000 @ 0xc00000000
[    1.230367] memmap_init_zone_device initialised 2097152 pages in 30ms
[    1.243204] FS-Cache: Duplicate cookie detected
[    1.243740] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    1.244131] FS-Cache: O-cookie d=00000000327919c3{9P.session} n=000000003dacf8cb
[    1.244663] FS-Cache: O-key=[10] '34323934393337343130'
[    1.245095] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
[    1.245599] FS-Cache: N-cookie d=00000000327919c3{9P.session} n=000000005eeb5736
[    1.246172] FS-Cache: N-key=[10] '34323934393337343130'
[    1.379153] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e09bb3ed84, max_idle_ns: 440795312551 ns
[    1.383052] clocksource: Switched to clocksource tsc
[    1.409206] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    2.269397] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.271925] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    2.273066] scsi 0:0:0:2: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.273741] sd 0:0:0:1: [sdb] 8388616 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    2.275071] sd 0:0:0:2: Attached scsi generic sg2 type 0
[    2.275232] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    2.276863] sd 0:0:0:1: [sdb] Write Protect is off
[    2.277325] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    2.277489] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    2.278886] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[    2.279266] sd 0:0:0:2: [sdc] Write Protect is off
[    2.282572] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.282806] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[    2.284339] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.292135] sd 0:0:0:1: [sdb] Attached SCSI disk
[    2.320154] sd 0:0:0:2: [sdc] Attached SCSI disk
[    2.346378] Adding 4194304k swap on /dev/sdb.  Priority:-2 extents:1 across:4194304k 
[    3.623659] EXT4-fs (sdc): recovery complete
[    3.625261] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    3.909259] hv_pci a40fbe61-22f5-45b8-b50d-c4967331d246: PCI VMBus probing: Using version 0x10004
[    3.910242] 9pnet_virtio: no channels available for device drvfsa
[    3.910892] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[    3.911548] hv_pci a40fbe61-22f5-45b8-b50d-c4967331d246: PCI host bridge to bus 22f5:00
[    3.912345] pci_bus 22f5:00: root bus resource [mem 0x9ffe08000-0x9ffe0afff window]
[    3.913022] pci_bus 22f5:00: No busn resource found for root bus, will use [bus 00-ff]
[    3.914513] pci 22f5:00:00.0: [1af4:1049] type 00 class 0x010000
[    3.915978] pci 22f5:00:00.0: reg 0x10: [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    3.917080] pci 22f5:00:00.0: reg 0x18: [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    3.918180] pci 22f5:00:00.0: reg 0x20: [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    3.922279] pci_bus 22f5:00: busn_res: [bus 00-ff] end is updated to 00
[    3.923076] pci 22f5:00:00.0: BAR 0: assigned [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    3.924384] pci 22f5:00:00.0: BAR 2: assigned [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    3.925396] pci 22f5:00:00.0: BAR 4: assigned [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    4.018594] hv_pci cc7f10f3-c833-48a6-b77b-188cd5cfe76a: PCI VMBus probing: Using version 0x10004
[    4.021029] hv_pci cc7f10f3-c833-48a6-b77b-188cd5cfe76a: PCI host bridge to bus c833:00
[    4.021934] pci_bus c833:00: root bus resource [mem 0x9ffe0c000-0x9ffe0efff window]
[    4.022737] pci_bus c833:00: No busn resource found for root bus, will use [bus 00-ff]
[    4.024252] pci c833:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.025737] pci c833:00:00.0: reg 0x10: [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    4.026905] pci c833:00:00.0: reg 0x18: [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    4.028064] pci c833:00:00.0: reg 0x20: [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    4.032233] pci_bus c833:00: busn_res: [bus 00-ff] end is updated to 00
[    4.032991] pci c833:00:00.0: BAR 0: assigned [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    4.034285] pci c833:00:00.0: BAR 2: assigned [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    4.035339] pci c833:00:00.0: BAR 4: assigned [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    4.213930] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.214772] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.215434] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.216253] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.378520] hv_pci 41a9c911-d120-40b4-9e59-b7c81f263bb3: PCI VMBus probing: Using version 0x10004
[    5.380536] 9pnet_virtio: no channels available for device drvfsa
[    5.381353] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[    5.427963] hv_pci 41a9c911-d120-40b4-9e59-b7c81f263bb3: PCI host bridge to bus d120:00
[    5.428757] pci_bus d120:00: root bus resource [mem 0xbffe10000-0xbffe12fff window]
[    5.429493] pci_bus d120:00: No busn resource found for root bus, will use [bus 00-ff]
[    5.430871] pci d120:00:00.0: [1af4:1049] type 00 class 0x010000
[    5.432185] pci d120:00:00.0: reg 0x10: [mem 0xbffe10000-0xbffe10fff 64bit]
[    5.433243] pci d120:00:00.0: reg 0x18: [mem 0xbffe11000-0xbffe11fff 64bit]
[    5.434281] pci d120:00:00.0: reg 0x20: [mem 0xbffe12000-0xbffe12fff 64bit]
[    5.437801] pci_bus d120:00: busn_res: [bus 00-ff] end is updated to 00
[    5.438383] pci d120:00:00.0: BAR 0: assigned [mem 0xbffe10000-0xbffe10fff 64bit]
[    5.439430] pci d120:00:00.0: BAR 2: assigned [mem 0xbffe11000-0xbffe11fff 64bit]
[    5.440355] pci d120:00:00.0: BAR 4: assigned [mem 0xbffe12000-0xbffe12fff 64bit]
[    5.488646] hv_pci 242ad40b-9962-4dcd-8100-d91608c82b10: PCI VMBus probing: Using version 0x10004
[    5.516936] scsi 0:0:0:3: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    5.518042] sd 0:0:0:3: Attached scsi generic sg3 type 0
[    5.518764] sd 0:0:0:3: [sdd] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    5.519424] sd 0:0:0:3: [sdd] 4096-byte physical blocks
[    5.519932] sd 0:0:0:3: [sdd] Write Protect is off
[    5.520348] sd 0:0:0:3: [sdd] Mode Sense: 0f 00 00 00
[    5.520903] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.523670] sd 0:0:0:3: [sdd] Attached SCSI disk
[    5.539377] hv_pci 242ad40b-9962-4dcd-8100-d91608c82b10: PCI host bridge to bus 9962:00
[    5.539938] pci_bus 9962:00: root bus resource [mem 0xbffe14000-0xbffe16fff window]
[    5.540349] pci_bus 9962:00: No busn resource found for root bus, will use [bus 00-ff]
[    5.541493] pci 9962:00:00.0: [1af4:1049] type 00 class 0x010000
[    5.542574] pci 9962:00:00.0: reg 0x10: [mem 0xbffe14000-0xbffe14fff 64bit]
[    5.543457] pci 9962:00:00.0: reg 0x18: [mem 0xbffe15000-0xbffe15fff 64bit]
[    5.544392] pci 9962:00:00.0: reg 0x20: [mem 0xbffe16000-0xbffe16fff 64bit]
[    5.547456] pci_bus 9962:00: busn_res: [bus 00-ff] end is updated to 00
[    5.548015] pci 9962:00:00.0: BAR 0: assigned [mem 0xbffe14000-0xbffe14fff 64bit]
[    5.549341] pci 9962:00:00.0: BAR 2: assigned [mem 0xbffe15000-0xbffe15fff 64bit]
[    5.550382] pci 9962:00:00.0: BAR 4: assigned [mem 0xbffe16000-0xbffe16fff 64bit]
[    5.848605] EXT4-fs (sdd): recovery complete
[    5.849934] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    5.868660] hv_pci 39bdc61d-97ff-41b1-9b5f-9412e38ae914: PCI VMBus probing: Using version 0x10004
[    5.870038] 9pnet_virtio: no channels available for device drvfsa
[    5.870475] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[    5.908907] hv_pci 39bdc61d-97ff-41b1-9b5f-9412e38ae914: PCI host bridge to bus 97ff:00
[    5.910113] pci_bus 97ff:00: root bus resource [mem 0xbffe18000-0xbffe1afff window]
[    5.910732] pci_bus 97ff:00: No busn resource found for root bus, will use [bus 00-ff]
[    5.911690] pci 97ff:00:00.0: [1af4:1049] type 00 class 0x010000
[    5.912608] pci 97ff:00:00.0: reg 0x10: [mem 0xbffe18000-0xbffe18fff 64bit]
[    5.913330] pci 97ff:00:00.0: reg 0x18: [mem 0xbffe19000-0xbffe19fff 64bit]
[    5.914029] pci 97ff:00:00.0: reg 0x20: [mem 0xbffe1a000-0xbffe1afff 64bit]
[    5.916752] pci_bus 97ff:00: busn_res: [bus 00-ff] end is updated to 00
[    5.917345] pci 97ff:00:00.0: BAR 0: assigned [mem 0xbffe18000-0xbffe18fff 64bit]
[    5.918210] pci 97ff:00:00.0: BAR 2: assigned [mem 0xbffe19000-0xbffe19fff 64bit]
[    5.918829] pci 97ff:00:00.0: BAR 4: assigned [mem 0xbffe1a000-0xbffe1afff 64bit]
[    5.975409] hv_pci 6b57c56b-53f8-49f5-8ad1-b382f9f02c7b: PCI VMBus probing: Using version 0x10004
[    6.016606] hv_pci 6b57c56b-53f8-49f5-8ad1-b382f9f02c7b: PCI host bridge to bus 53f8:00
[    6.017273] pci_bus 53f8:00: root bus resource [mem 0xbffe1c000-0xbffe1efff window]
[    6.017737] pci_bus 53f8:00: No busn resource found for root bus, will use [bus 00-ff]
[    6.018779] pci 53f8:00:00.0: [1af4:1049] type 00 class 0x010000
[    6.019868] pci 53f8:00:00.0: reg 0x10: [mem 0xbffe1c000-0xbffe1cfff 64bit]
[    6.020682] pci 53f8:00:00.0: reg 0x18: [mem 0xbffe1d000-0xbffe1dfff 64bit]
[    6.021500] pci 53f8:00:00.0: reg 0x20: [mem 0xbffe1e000-0xbffe1efff 64bit]
[    6.024291] pci_bus 53f8:00: busn_res: [bus 00-ff] end is updated to 00
[    6.024796] pci 53f8:00:00.0: BAR 0: assigned [mem 0xbffe1c000-0xbffe1cfff 64bit]
[    6.025651] pci 53f8:00:00.0: BAR 2: assigned [mem 0xbffe1d000-0xbffe1dfff 64bit]
[    6.026528] pci 53f8:00:00.0: BAR 4: assigned [mem 0xbffe1e000-0xbffe1efff 64bit]
[    6.058925] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[    6.058933]  failed 2
[    6.075191] hv_pci be30fa26-ea74-432e-ab3b-2c34f367062a: PCI VMBus probing: Using version 0x10004
[    6.077311] 9pnet_virtio: no channels available for device drvfsa
[    6.077787] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[    6.142684] hv_pci be30fa26-ea74-432e-ab3b-2c34f367062a: PCI host bridge to bus ea74:00
[    6.143227] pci_bus ea74:00: root bus resource [mem 0xbffe20000-0xbffe22fff window]
[    6.143720] pci_bus ea74:00: No busn resource found for root bus, will use [bus 00-ff]
[    6.145407] pci ea74:00:00.0: [1af4:1049] type 00 class 0x010000
[    6.146852] pci ea74:00:00.0: reg 0x10: [mem 0xbffe20000-0xbffe20fff 64bit]
[    6.148072] pci ea74:00:00.0: reg 0x18: [mem 0xbffe21000-0xbffe21fff 64bit]
[    6.149446] pci ea74:00:00.0: reg 0x20: [mem 0xbffe22000-0xbffe22fff 64bit]
[    6.153450] pci_bus ea74:00: busn_res: [bus 00-ff] end is updated to 00
[    6.153902] pci ea74:00:00.0: BAR 0: assigned [mem 0xbffe20000-0xbffe20fff 64bit]
[    6.155017] pci ea74:00:00.0: BAR 2: assigned [mem 0xbffe21000-0xbffe21fff 64bit]
[    6.156131] pci ea74:00:00.0: BAR 4: assigned [mem 0xbffe22000-0xbffe22fff 64bit]
[    6.183203] hv_pci 1a53eca4-7079-495b-a465-167646ce4fb6: PCI VMBus probing: Using version 0x10004
[    6.186335] WSL (1) WARNING: /usr/share/zoneinfo/Asia/Shanghai not found. Is the tzdata package installed?
[    6.228322] hv_pci 1a53eca4-7079-495b-a465-167646ce4fb6: PCI host bridge to bus 7079:00
[    6.228846] pci_bus 7079:00: root bus resource [mem 0xbffe24000-0xbffe26fff window]
[    6.229360] pci_bus 7079:00: No busn resource found for root bus, will use [bus 00-ff]
[    6.230477] pci 7079:00:00.0: [1af4:1049] type 00 class 0x010000
[    6.231509] pci 7079:00:00.0: reg 0x10: [mem 0xbffe24000-0xbffe24fff 64bit]
[    6.232588] pci 7079:00:00.0: reg 0x18: [mem 0xbffe25000-0xbffe25fff 64bit]
[    6.233513] pci 7079:00:00.0: reg 0x20: [mem 0xbffe26000-0xbffe26fff 64bit]
[    6.236371] pci_bus 7079:00: busn_res: [bus 00-ff] end is updated to 00
[    6.236786] pci 7079:00:00.0: BAR 0: assigned [mem 0xbffe24000-0xbffe24fff 64bit]
[    6.237655] pci 7079:00:00.0: BAR 2: assigned [mem 0xbffe25000-0xbffe25fff 64bit]
[    6.238517] pci 7079:00:00.0: BAR 4: assigned [mem 0xbffe26000-0xbffe26fff 64bit]
[    6.250977] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    6.251526] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    6.252115] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    6.252778] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    8.871093] TCP: eth0: Driver has suspect GRO implementation, TCP performance may be compromised.
[   17.677537] Exception: 
[   17.677544] Operation canceled @p9io.cpp:258 (AcceptAsync)

[   17.995037] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[   18.021800] FS-Cache: Duplicate cookie detected
[   18.022407] FS-Cache: O-cookie c=0000001f [p=00000002 fl=222 nc=0 na=1]
[   18.022956] FS-Cache: O-cookie d=00000000327919c3{9P.session} n=00000000e1ab0548
[   18.023555] FS-Cache: O-key=[10] '34323934393339303838'
[   18.023933] FS-Cache: N-cookie c=00000020 [p=00000002 fl=2 nc=0 na=1]
[   18.024471] FS-Cache: N-cookie d=00000000327919c3{9P.session} n=000000005689d766
[   18.025046] FS-Cache: N-key=[10] '34323934393339303838'
[   18.047553] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[   18.047560]  failed 2
[   18.053440] FS-Cache: Duplicate cookie detected
[   18.054232] FS-Cache: O-cookie c=00000021 [p=00000002 fl=222 nc=0 na=1]
[   18.054843] FS-Cache: O-cookie d=00000000327919c3{9P.session} n=00000000ef23be18
[   18.055585] FS-Cache: O-key=[10] '34323934393339303931'
[   18.056031] FS-Cache: N-cookie c=00000022 [p=00000002 fl=2 nc=0 na=1]
[   18.056543] FS-Cache: N-cookie d=00000000327919c3{9P.session} n=000000008f9c4183
[   18.057192] FS-Cache: N-key=[10] '34323934393339303931'
[   18.059984] WSL (1) WARNING: /usr/share/zoneinfo/Asia/Shanghai not found. Is the tzdata package installed?
[   18.192062] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.192986] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.193713] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.194536] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.306180] Exception: 
[   18.306185] Operation canceled @p9io.cpp:258 (AcceptAsync)

[   18.339555] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[   18.363066] FS-Cache: Duplicate cookie detected
[   18.363807] FS-Cache: O-cookie c=00000028 [p=00000002 fl=222 nc=0 na=1]
[   18.364516] FS-Cache: O-cookie d=00000000327919c3{9P.session} n=00000000f2c5587e
[   18.365141] FS-Cache: O-key=[10] '34323934393339313232'
[   18.365584] FS-Cache: N-cookie c=00000029 [p=00000002 fl=2 nc=0 na=1]
[   18.366154] FS-Cache: N-cookie d=00000000327919c3{9P.session} n=00000000cf459a89
[   18.366881] FS-Cache: N-key=[10] '34323934393339313232'
[   18.382990] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[   18.382995]  failed 2
[   18.387753] FS-Cache: Duplicate cookie detected
[   18.388345] FS-Cache: O-cookie c=0000002a [p=00000002 fl=222 nc=0 na=1]
[   18.388785] FS-Cache: O-cookie d=00000000327919c3{9P.session} n=000000001d1b5bff
[   18.389487] FS-Cache: O-key=[10] '34323934393339313234'
[   18.389849] FS-Cache: N-cookie c=0000002b [p=00000002 fl=2 nc=0 na=1]
[   18.390453] FS-Cache: N-cookie d=00000000327919c3{9P.session} n=00000000b412451d
[   18.391167] FS-Cache: N-key=[10] '34323934393339313234'
[   18.393177] WSL (1) WARNING: /usr/share/zoneinfo/Asia/Shanghai not found. Is the tzdata package installed?
[   18.471490] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.472302] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.472972] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.474144] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.813610] scsi 0:0:0:4: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[   18.815054] sd 0:0:0:4: Attached scsi generic sg4 type 0
[   18.816139] sd 0:0:0:4: [sde] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[   18.816964] sd 0:0:0:4: [sde] 4096-byte physical blocks
[   18.817529] sd 0:0:0:4: [sde] Write Protect is off
[   18.817936] sd 0:0:0:4: [sde] Mode Sense: 0f 00 00 00
[   18.818927] sd 0:0:0:4: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.824153] sd 0:0:0:4: [sde] Attached SCSI disk
[   18.850021] EXT4-fs (sde): recovery complete
[   18.851623] EXT4-fs (sde): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[   18.876106] hv_pci b430bfdd-2183-4832-b5e6-f11ce84e1599: PCI VMBus probing: Using version 0x10004
[   18.877914] 9pnet_virtio: no channels available for device drvfsa
[   18.878462] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[   18.927141] hv_pci b430bfdd-2183-4832-b5e6-f11ce84e1599: PCI host bridge to bus 2183:00
[   18.928194] pci_bus 2183:00: root bus resource [mem 0xbffe28000-0xbffe2afff window]
[   18.928867] pci_bus 2183:00: No busn resource found for root bus, will use [bus 00-ff]
[   18.930600] pci 2183:00:00.0: [1af4:1049] type 00 class 0x010000
[   18.932107] pci 2183:00:00.0: reg 0x10: [mem 0xbffe28000-0xbffe28fff 64bit]
[   18.933317] pci 2183:00:00.0: reg 0x18: [mem 0xbffe29000-0xbffe29fff 64bit]
[   18.934639] pci 2183:00:00.0: reg 0x20: [mem 0xbffe2a000-0xbffe2afff 64bit]
[   18.939136] pci_bus 2183:00: busn_res: [bus 00-ff] end is updated to 00
[   18.939655] pci 2183:00:00.0: BAR 0: assigned [mem 0xbffe28000-0xbffe28fff 64bit]
[   18.941068] pci 2183:00:00.0: BAR 2: assigned [mem 0xbffe29000-0xbffe29fff 64bit]
[   18.942314] pci 2183:00:00.0: BAR 4: assigned [mem 0xbffe2a000-0xbffe2afff 64bit]
[   18.986800] hv_pci 9d986930-7be1-4a59-a3d0-714c70390b16: PCI VMBus probing: Using version 0x10004
[   19.051824] hv_pci 9d986930-7be1-4a59-a3d0-714c70390b16: PCI host bridge to bus 7be1:00
[   19.052609] pci_bus 7be1:00: root bus resource [mem 0xbffe2c000-0xbffe2efff window]
[   19.053228] pci_bus 7be1:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.054831] pci 7be1:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.056541] pci 7be1:00:00.0: reg 0x10: [mem 0xbffe2c000-0xbffe2cfff 64bit]
[   19.057949] pci 7be1:00:00.0: reg 0x18: [mem 0xbffe2d000-0xbffe2dfff 64bit]
[   19.059352] pci 7be1:00:00.0: reg 0x20: [mem 0xbffe2e000-0xbffe2efff 64bit]
[   19.064138] pci_bus 7be1:00: busn_res: [bus 00-ff] end is updated to 00
[   19.064704] pci 7be1:00:00.0: BAR 0: assigned [mem 0xbffe2c000-0xbffe2cfff 64bit]
[   19.065807] pci 7be1:00:00.0: BAR 2: assigned [mem 0xbffe2d000-0xbffe2dfff 64bit]
[   19.066869] pci 7be1:00:00.0: BAR 4: assigned [mem 0xbffe2e000-0xbffe2efff 64bit]
[   19.095610] WSL (2) ERROR: UtilCreateProcessAndWait:661: /bin/mount failed with 2
[   19.102020] WSL (1) ERROR: UtilCreateProcessAndWait:683: /bin/mount failed with status 0xff00

[   19.110810] WSL (1) ERROR: ConfigMountFsTab:2526: Processing fstab with mount -a failed.
[   19.122110] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[   19.122115]  failed 2
[   19.132019] hv_pci 83f0906b-1d24-4922-b0f8-ae49bbe08be6: PCI VMBus probing: Using version 0x10004
[   19.135419] 9pnet_virtio: no channels available for device drvfsa
[   19.138119] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[   19.201474] hv_pci 83f0906b-1d24-4922-b0f8-ae49bbe08be6: PCI host bridge to bus 1d24:00
[   19.202077] pci_bus 1d24:00: root bus resource [mem 0xbffe30000-0xbffe32fff window]
[   19.202548] pci_bus 1d24:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.203820] pci 1d24:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.205072] pci 1d24:00:00.0: reg 0x10: [mem 0xbffe30000-0xbffe30fff 64bit]
[   19.206063] pci 1d24:00:00.0: reg 0x18: [mem 0xbffe31000-0xbffe31fff 64bit]
[   19.207257] pci 1d24:00:00.0: reg 0x20: [mem 0xbffe32000-0xbffe32fff 64bit]
[   19.211600] pci_bus 1d24:00: busn_res: [bus 00-ff] end is updated to 00
[   19.212073] pci 1d24:00:00.0: BAR 0: assigned [mem 0xbffe30000-0xbffe30fff 64bit]
[   19.213007] pci 1d24:00:00.0: BAR 2: assigned [mem 0xbffe31000-0xbffe31fff 64bit]
[   19.213926] pci 1d24:00:00.0: BAR 4: assigned [mem 0xbffe32000-0xbffe32fff 64bit]
[   19.228994] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.229782] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.230349] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.231009] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.244527] hv_pci 987d19d0-e7d8-4cd6-99dc-e4da6023ee2a: PCI VMBus probing: Using version 0x10004
[   19.246752] WSL (1) WARNING: /usr/share/zoneinfo/Asia/Shanghai not found. Is the tzdata package installed?
[   19.309935] hv_pci 987d19d0-e7d8-4cd6-99dc-e4da6023ee2a: PCI host bridge to bus e7d8:00
[   19.310660] pci_bus e7d8:00: root bus resource [mem 0xbffe34000-0xbffe36fff window]
[   19.311121] pci_bus e7d8:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.313252] pci e7d8:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.314701] pci e7d8:00:00.0: reg 0x10: [mem 0xbffe34000-0xbffe34fff 64bit]
[   19.315644] pci e7d8:00:00.0: reg 0x18: [mem 0xbffe35000-0xbffe35fff 64bit]
[   19.316548] pci e7d8:00:00.0: reg 0x20: [mem 0xbffe36000-0xbffe36fff 64bit]
[   19.325702] pci_bus e7d8:00: busn_res: [bus 00-ff] end is updated to 00
[   19.326282] pci e7d8:00:00.0: BAR 0: assigned [mem 0xbffe34000-0xbffe34fff 64bit]
[   19.327484] pci e7d8:00:00.0: BAR 2: assigned [mem 0xbffe35000-0xbffe35fff 64bit]
[   19.328672] pci e7d8:00:00.0: BAR 4: assigned [mem 0xbffe36000-0xbffe36fff 64bit]
[   20.682237] loop0: detected capacity change from 0 to 732188
[   20.731635] ISO 9660 Extensions: Microsoft Joliet Level 3
[   20.732206] ISO 9660 Extensions: RRIP_1991A
[   21.318610] loop1: detected capacity change from 0 to 381388
[   21.401501] ISO 9660 Extensions: Microsoft Joliet Level 3
[   21.402022] ISO 9660 Extensions: RRIP_1991A
[   21.699671] IPv6: ADDRCONF(NETDEV_CHANGE): services1: link becomes ready
[   21.700246] IPv6: ADDRCONF(NETDEV_CHANGE): services0: link becomes ready
[   49.252748] hv_balloon: Max. dynamic memory size: 14178 MB

@LarsMudde
Copy link

LarsMudde commented Nov 9, 2022

I'm having the same issue, I'm also running W11 and Docker Desktop.

I know there are some other issues too, but ever since I've enabled systemd, Ubuntu has gotten very slow. Even the time required to run sudo apt-get update has gone from seconds to minutes and this was an otherwise clean installation of Ubuntu with only gnome installed and systemd enabled.

EDIT: it's also worthwhile to note that if I disable systemd (by removing it from /etc/wsl.conf) Ubuntu is fast again.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder
    ProviderOrder    REG_SZ    P9NP,RDPNP,LanmanWorkstation,webclient

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order
    ProviderOrder    REG_SZ    P9NP,RDPNP,LanmanWorkstation,webclient

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\ProviderOrder
    LanmanWorkstation    REG_DWORD    0x7d0
    P9NP    REG_DWORD    0x1f4
    RDPNP    REG_DWORD    0x3e8
    webclient    REG_DWORD    0xbb8

Caption                     DeviceID            Model                       Partitions  Size
SAMSUNG MZVL21T0HCLR-00BH1  \\.\PHYSICALDRIVE0  SAMSUNG MZVL21T0HCLR-00BH1  3           1024203640320
KXG60ZNV512G KIOXIA         \\.\PHYSICALDRIVE1  KXG60ZNV512G KIOXIA         1           512105932800

WSL-versie: 0.70.4.0
Kernelversie: 5.15.68.1
WSLg-versie: 1.0.45
MSRDC-versie: 1.2.3575
Direct3D-versie: 1.606.4
DXCore-versie: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows: 10.0.22621.819

[    0.000000] Linux version 5.15.68.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Mon Sep 19 19:14:52 UTC 2022
[    0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=16 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: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Enabled xstate features 0xe7, context size is 2432 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    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-0x0000000407ffffff] 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 0xe4bed7b6
[    0.000000] Hyper-V Host Build:22621-10.0-0-0.819
[    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 2496.000 MHz processor
[    0.000010] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000012] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000014] last_pfn = 0x408000 max_arch_pfn = 0x400000000
[    0.000032] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000040] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[    0.000046] Using GB pages for direct mapping
[    0.000279] RAMDISK: [mem 0x03a35000-0x03c0dfff]
[    0.000282] ACPI: Early table checksum verification disabled
[    0.000294] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[    0.000297] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000301] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000304] ACPI: DSDT 0x00000000001011B8 01E191 (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000307] ACPI: FACS 0x0000000000101114 000040
[    0.000309] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000311] ACPI: SRAT 0x000000000011F349 0003B0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000314] ACPI: APIC 0x000000000011F6F9 0000C8 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000315] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[    0.000316] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f348]
[    0.000317] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[    0.000318] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[    0.000318] ACPI: Reserving SRAT table memory at [mem 0x11f349-0x11f6f8]
[    0.000319] ACPI: Reserving APIC table memory at [mem 0x11f6f9-0x11f7c0]
[    0.000477] Zone ranges:
[    0.000478]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000479]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000480]   Normal   [mem 0x0000000100000000-0x0000000407ffffff]
[    0.000481]   Device   empty
[    0.000482] Movable zone start for each node
[    0.000483] Early memory node ranges
[    0.000483]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000484]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000485]   node   0: [mem 0x0000000100000000-0x0000000407ffffff]
[    0.000486] Initmem setup node 0 [mem 0x0000000000001000-0x0000000407ffffff]
[    0.000604] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000623] On node 0, zone DMA: 352 pages in unavailable ranges
[    0.010554] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.010783] IOAPIC[0]: apic_id 16, version 17, address 0xfec00000, GSI 0-23
[    0.010788] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.010792] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.010793] TSC deadline timer available
[    0.010794] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.010801] [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.010802] Booting paravirtualized kernel on Hyper-V
[    0.010804] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.014873] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[    0.015369] percpu: Embedded 53 pages/cpu s177496 r8192 d31400 u262144
[    0.015375] pcpu-alloc: s177496 r8192 d31400 u262144 alloc=1*2097152
[    0.015377] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.015390] Hyper-V: PV spinlocks enabled
[    0.015392] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.015396] Built 1 zonelists, mobility grouping on.  Total pages: 4127749
[    0.015397] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=16 swiotlb=force console=hvc0 debug pty.legacy_count=0
[    0.015467] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[    0.016931] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.017773] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.017938] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.036995] Memory: 4081508K/16775804K available (18452K kernel code, 2626K rwdata, 9756K rodata, 2024K init, 1888K bss, 402068K reserved, 0K cma-reserved)
[    0.037030] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.037036] ftrace: allocating 54560 entries in 214 pages
[    0.054048] ftrace: allocated 214 pages with 5 groups
[    0.054250] rcu: Hierarchical RCU implementation.
[    0.054252] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[    0.054253]  Rude variant of Tasks RCU enabled.
[    0.054253]  Tracing variant of Tasks RCU enabled.
[    0.054254] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.054255] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.056936] Using NULL legacy PIC
[    0.056938] NR_IRQS: 16640, nr_irqs: 552, preallocated irqs: 0
[    0.057151] random: crng init done
[    0.057168] Console: colour dummy device 80x25
[    0.057178] ACPI: Core revision 20210730
[    0.057250] Failed to register legacy timer interrupt
[    0.057251] APIC: Switch to symmetric I/O mode setup
[    0.058415] x2apic enabled
[    0.059532] Switched APIC routing to physical x2apic.
[    0.059543] Hyper-V: Using IPI hypercalls
[    0.059584] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    0.059589] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.00 BogoMIPS (lpj=24960000)
[    0.059591] pid_max: default: 32768 minimum: 301
[    0.059599] LSM: Security Framework initializing
[    0.059601] landlock: Up and running.
[    0.059627] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.059645] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.059815] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.059827] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.059828] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.059831] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.059832] Spectre V2 : Mitigation: Enhanced IBRS
[    0.059833] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.059833] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.059834] RETBleed: Mitigation: Enhanced IBRS
[    0.059835] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.059835] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.069586] Freeing SMP alternatives memory: 56K
[    0.069586] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz (family: 0x6, model: 0x8d, stepping: 0x1)
[    0.069586] Performance Events:  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.069586] ... version:                5
[    0.069586] ... bit width:              48
[    0.069586] ... generic registers:      8
[    0.069586] ... value mask:             0000ffffffffffff
[    0.069586] ... max period:             00007fffffffffff
[    0.069586] ... fixed-purpose events:   4
[    0.069586] ... event mask:             0001000f000000ff
[    0.069586] rcu: Hierarchical SRCU implementation.
[    0.069586] smp: Bringing up secondary CPUs ...
[    0.069586] x86: Booting SMP configuration:
[    0.069586] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.069586] smp: Brought up 1 node, 16 CPUs
[    0.069586] smpboot: Max logical packages: 1
[    0.069586] smpboot: Total of 16 processors activated (79872.00 BogoMIPS)
[    0.079634] node 0 deferred pages initialised in 20ms
[    0.080406] devtmpfs: initialized
[    0.080406] x86/mm: Memory block size: 128MB
[    0.080406] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.080406] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.080422] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.080540] thermal_sys: Registered thermal governor 'step_wise'
[    0.080563] cpuidle: using governor menu
[    0.080563] ACPI: bus type PCI registered
[    0.080563] PCI: Fatal: No config space access function found
[    0.080654] Kprobes globally optimized
[    0.080671] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.080671] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.080671] raid6: skip pq benchmark and using algorithm avx512x4
[    0.080671] raid6: using avx512x2 recovery algorithm
[    0.080671] ACPI: Added _OSI(Module Device)
[    0.080671] ACPI: Added _OSI(Processor Device)
[    0.080671] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.080671] ACPI: Added _OSI(Processor Aggregator Device)
[    0.080671] ACPI: Added _OSI(Linux-Dell-Video)
[    0.080671] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.080671] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.091541] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.092096] ACPI: Interpreter enabled
[    0.092098] ACPI: PM: (supports S0 S5)
[    0.092099] ACPI: Using IOAPIC for interrupt routing
[    0.092104] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.092209] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.093071] iommu: Default domain type: Translated
[    0.093072] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.093115] SCSI subsystem initialized
[    0.093120] ACPI: bus type USB registered
[    0.093126] usbcore: registered new interface driver usbfs
[    0.093129] usbcore: registered new interface driver hub
[    0.093132] usbcore: registered new device driver usb
[    0.093138] pps_core: LinuxPPS API ver. 1 registered
[    0.093138] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.093139] PTP clock support registered
[    0.093159] hv_vmbus: Vmbus version:5.3
[    0.093159] PCI: Using ACPI for IRQ routing
[    0.093159] PCI: System does not support PCI
[    0.093159] clocksource: Switched to clocksource tsc-early
[    0.093159] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[    0.093159] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.093159] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[    0.093159] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[    0.098802] VFS: Disk quotas dquot_6.6.0
[    0.098816] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.098834] FS-Cache: Loaded
[    0.098863] pnp: PnP ACPI init
[    0.099029] pnp: PnP ACPI: found 1 devices
[    0.102556] NET: Registered PF_INET protocol family
[    0.103470] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.104643] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.104722] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.104732] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.105307] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.105601] TCP: Hash tables configured (established 131072 bind 65536)
[    0.105658] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.105867] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.105975] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.106440] RPC: Registered named UNIX socket transport module.
[    0.106441] RPC: Registered udp transport module.
[    0.106442] RPC: Registered tcp transport module.
[    0.106442] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.106445] PCI: CLS 0 bytes, default 64
[    0.106461] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.106462] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[    0.106516] KVM: vmx: using Hyper-V Enlightened VMCS
[    0.106607] Trying to unpack rootfs image as initramfs...
[    0.108014] Freeing initrd memory: 1892K
[    0.288804] kvm: already loaded the other module
[    0.290931] Initialise system trusted keyrings
[    0.291011] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.291547] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.291718] NFS: Registering the id_resolver key type
[    0.291721] Key type id_resolver registered
[    0.291722] Key type id_legacy registered
[    0.291724] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.291725] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.291726] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.292241] Key type cifs.idmap registered
[    0.292289] fuse: init (API version 7.34)
[    0.292385] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.292651] 9p: Installing v9fs 9p2000 file system support
[    0.292657] FS-Cache: Netfs '9p' registered for caching
[    0.292683] FS-Cache: Netfs 'ceph' registered for caching
[    0.292684] ceph: loaded (mds proto 32)
[    0.299307] NET: Registered PF_ALG protocol family
[    0.299309] xor: automatically using best checksumming function   avx
[    0.299310] Key type asymmetric registered
[    0.299311] Asymmetric key parser 'x509' registered
[    0.299325] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.299917] hv_vmbus: registering driver hv_pci
[    0.300211] hv_pci d4730f70-e332-4ad8-8b61-f7a53d8e3f84: PCI VMBus probing: Using version 0x10004
[    0.300837] hv_pci d4730f70-e332-4ad8-8b61-f7a53d8e3f84: PCI host bridge to bus e332:00
[    0.300839] pci_bus e332:00: root bus resource [mem 0x9ffe00000-0x9ffe02fff window]
[    0.300841] pci_bus e332:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.301371] pci e332:00:00.0: [1af4:1043] type 00 class 0x010000
[    0.301961] pci e332:00:00.0: reg 0x10: [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.302334] pci e332:00:00.0: reg 0x18: [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.302762] pci e332:00:00.0: reg 0x20: [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.304582] pci_bus e332:00: busn_res: [bus 00-ff] end is updated to 00
[    0.304587] pci e332:00:00.0: BAR 0: assigned [mem 0x9ffe00000-0x9ffe00fff 64bit]
[    0.304842] pci e332:00:00.0: BAR 2: assigned [mem 0x9ffe01000-0x9ffe01fff 64bit]
[    0.305094] pci e332:00:00.0: BAR 4: assigned [mem 0x9ffe02000-0x9ffe02fff 64bit]
[    0.305581] hv_pci c82f239d-b90a-4624-abc1-d46da16939e2: PCI VMBus probing: Using version 0x10004
[    0.305997] hv_pci c82f239d-b90a-4624-abc1-d46da16939e2: PCI host bridge to bus b90a:00
[    0.305999] pci_bus b90a:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.306209] pci b90a:00:00.0: [1414:008e] type 00 class 0x030200
[    0.308624] pci_bus b90a:00: busn_res: [bus 00-ff] end is updated to 00
[    0.308812] hv_pci bb5af8dc-6f56-466d-a08e-11c17a90d39a: PCI VMBus probing: Using version 0x10004
[    0.309184] hv_pci bb5af8dc-6f56-466d-a08e-11c17a90d39a: PCI host bridge to bus 6f56:00
[    0.309186] pci_bus 6f56:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.309395] pci 6f56:00:00.0: [1414:008e] type 00 class 0x030200
[    0.311754] pci_bus 6f56:00: busn_res: [bus 00-ff] end is updated to 00
[    0.311946] hv_pci 511b2224-1de6-4df6-8d13-83fcc37a5b46: PCI VMBus probing: Using version 0x10004
[    0.312504] hv_pci 511b2224-1de6-4df6-8d13-83fcc37a5b46: PCI host bridge to bus 1de6:00
[    0.312506] pci_bus 1de6:00: root bus resource [mem 0x9ffe04000-0x9ffe06fff window]
[    0.312507] pci_bus 1de6:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.313060] pci 1de6:00:00.0: [1af4:1049] type 00 class 0x010000
[    0.313597] pci 1de6:00:00.0: reg 0x10: [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.313962] pci 1de6:00:00.0: reg 0x18: [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.314328] pci 1de6:00:00.0: reg 0x20: [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.316389] pci_bus 1de6:00: busn_res: [bus 00-ff] end is updated to 00
[    0.316392] pci 1de6:00:00.0: BAR 0: assigned [mem 0x9ffe04000-0x9ffe04fff 64bit]
[    0.316652] pci 1de6:00:00.0: BAR 2: assigned [mem 0x9ffe05000-0x9ffe05fff 64bit]
[    0.316905] pci 1de6:00:00.0: BAR 4: assigned [mem 0x9ffe06000-0x9ffe06fff 64bit]
[    0.317405] ACPI: AC: AC Adapter [AC1] (on-line)
[    0.318093] ACPI: battery: Slot [BAT1] (battery present)
[    0.322382] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.343520] Non-volatile memory driver v1.3
[    0.343950] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[    0.344928] printk: console [hvc0] enabled
[    0.346654] brd: module loaded
[    0.347618] loop: module loaded
[    0.347809] hv_vmbus: registering driver hv_storvsc
[    0.348224] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    0.348650] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    0.349489] tun: Universal TUN/TAP device driver, 1.6
[    0.349853] PPP generic driver version 2.4.2
[    0.350420] PPP BSD Compression module registered
[    0.350446] scsi host0: storvsc_host_t
[    0.350718] PPP Deflate Compression module registered
[    0.351095] PPP MPPE Compression module registered
[    0.351270] NET: Registered PF_PPPOX protocol family
[    0.351453] usbcore: registered new interface driver cdc_ether
[    0.351683] usbcore: registered new interface driver cdc_ncm
[    0.351900] usbcore: registered new interface driver r8153_ecm
[    0.352113] hv_vmbus: registering driver hv_netvsc
[    0.352336] VFIO - User Level meta-driver version: 0.3
[    0.352597] usbcore: registered new interface driver cdc_acm
[    0.352818] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    0.353073] usbcore: registered new interface driver ch341
[    0.353240] usbserial: USB Serial support registered for ch341-uart
[    0.353449] usbcore: registered new interface driver cp210x
[    0.353615] usbserial: USB Serial support registered for cp210x
[    0.353825] usbcore: registered new interface driver ftdi_sio
[    0.354033] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.354398] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.354637] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    0.354920] vhci_hcd: created sysfs vhci_hcd.0
[    0.355272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.355625] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.355925] usb usb1: Product: USB/IP Virtual Host Controller
[    0.356165] usb usb1: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.356501] usb usb1: SerialNumber: vhci_hcd.0
[    0.356792] hub 1-0:1.0: USB hub found
[    0.356983] hub 1-0:1.0: 8 ports detected
[    0.357405] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    0.357640] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    0.358043] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.358437] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.358713] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.358988] usb usb2: Product: USB/IP Virtual Host Controller
[    0.359217] usb usb2: Manufacturer: Linux 5.15.68.1-microsoft-standard-WSL2 vhci_hcd
[    0.359482] usb usb2: SerialNumber: vhci_hcd.0
[    0.359752] hub 2-0:1.0: USB hub found
[    0.359916] hub 2-0:1.0: 8 ports detected
[    0.360262] hv_vmbus: registering driver hyperv_keyboard
[    0.360549] rtc_cmos 00:00: RTC can wake from S4
[    0.361818] rtc_cmos 00:00: registered as rtc0
[    0.362280] rtc_cmos 00:00: setting system clock to 2022-11-09T11:30:39 UTC (1667993439)
[    0.362552] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    0.362956] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.363377] device-mapper: raid: Loading target version 1.15.1
[    0.363629] usbcore: registered new interface driver usbhid
[    0.363806] usbhid: USB HID core driver
[    0.364004] hv_utils: Registering HyperV Utility Driver
[    0.364183] hv_vmbus: registering driver hv_utils
[    0.364397] hv_vmbus: registering driver hv_balloon
[    0.364707] hv_vmbus: registering driver dxgkrnl
[    0.364769] hv_utils: TimeSync IC version 4.0
[    0.365273] hv_balloon: Using Dynamic Memory protocol version 2.0
[    0.365978] Free page reporting enabled
[    0.366199] hv_balloon: Cold memory discard hint enabled
[    0.366925] drop_monitor: Initializing network drop monitor service
[    0.367190] Mirror/redirect action on
[    0.367325] u32 classifier
[    0.367411]     Performance counters on
[    0.367539]     input device check on
[    0.367669]     Actions configured
[    0.368432] IPVS: Registered protocols (TCP, UDP)
[    0.368724] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.369003] IPVS: ipvs loaded.
[    0.369134] IPVS: [rr] scheduler registered.
[    0.369305] IPVS: [wrr] scheduler registered.
[    0.369475] IPVS: [sh] scheduler registered.
[    0.369747] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    0.369993] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    0.370210] Initializing XFRM netlink socket
[    0.370417] NET: Registered PF_INET6 protocol family
[    0.370904] Segment Routing with IPv6
[    0.371082] In-situ OAM (IOAM) with IPv6
[    0.371239] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.371643] NET: Registered PF_PACKET protocol family
[    0.371832] Bridge firewalling registered
[    0.371969] 8021q: 802.1Q VLAN Support v1.8
[    0.372113] sctp: Hash tables configured (bind 256/256)
[    0.372321] 9pnet: Installing 9P2000 support
[    0.384010] Key type dns_resolver registered
[    0.384302] Key type ceph registered
[    0.384597] libceph: loaded (mon/osd proto 15/24)
[    0.384881] NET: Registered PF_VSOCK protocol family
[    0.385062] hv_vmbus: registering driver hv_sock
[    0.385280] IPI shorthand broadcast: enabled
[    0.385468] sched_clock: Marking stable (382423911, 2447300)->(404142100, -19270889)
[    0.386158] registered taskstats version 1
[    0.386887] Loading compiled-in X.509 certificates
[    0.388210] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    0.390825] Freeing unused kernel image (initmem) memory: 2024K
[    0.439866] Write protecting the kernel read-only data: 30720k
[    0.441288] Freeing unused kernel image (text/rodata gap) memory: 2024K
[    0.442069] Freeing unused kernel image (rodata/data gap) memory: 484K
[    0.442386] Run /init as init process
[    0.442507]   with arguments:
[    0.442628]     /init
[    0.442710]   with environment:
[    0.442831]     HOME=/
[    0.442911]     TERM=linux
[    0.442994]     WSL_ROOT_INIT=1
[    0.447113] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    0.447956] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.448585] sd 0:0:0:0: [sda] 748624 512-byte logical blocks: (383 MB/366 MiB)
[    0.449003] sd 0:0:0:0: [sda] Write Protect is on
[    0.449186] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[    0.449496] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.140757] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    1.274681] hv_pci 51dd0bf1-cbf0-4f86-804c-5a873af2e0ab: PCI VMBus probing: Using version 0x10004
[    1.277060] hv_pci 51dd0bf1-cbf0-4f86-804c-5a873af2e0ab: PCI host bridge to bus cbf0:00
[    1.277440] pci_bus cbf0:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[    1.277709] pci_bus cbf0:00: No busn resource found for root bus, will use [bus 00-ff]
[    1.278638] pci cbf0:00:00.0: [1af4:105a] type 00 class 0x088000
[    1.281232] pci cbf0:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[    1.283424] pci cbf0:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[    1.285522] pci cbf0:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[    1.289395] pci_bus cbf0:00: busn_res: [bus 00-ff] end is updated to 00
[    1.289804] pci cbf0:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[    1.291801] pci cbf0:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[    1.293870] pci cbf0:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[    1.304879] virtiofs virtio2: Cache len: 0x200000000 @ 0xc00000000
[    1.319940] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.329747] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    1.330747] clocksource: Switched to clocksource tsc
[    1.369655] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    1.379157] memmap_init_zone_device initialised 2097152 pages in 10ms
[    1.385867] FS-Cache: Duplicate cookie detected
[    1.386234] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    1.386577] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=000000002c46db7a
[    1.386910] FS-Cache: O-key=[10] '34323934393337343239'
[    1.387151] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
[    1.387427] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=00000000d4101951
[    1.387752] FS-Cache: N-key=[10] '34323934393337343239'
[    1.388731] FS-Cache: Duplicate cookie detected
[    1.389030] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[    1.389338] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=000000002c46db7a
[    1.389637] FS-Cache: O-key=[10] '34323934393337343239'
[    1.389864] FS-Cache: N-cookie c=00000006 [p=00000002 fl=2 nc=0 na=1]
[    1.390082] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=00000000f39f59bd
[    1.390334] FS-Cache: N-key=[10] '34323934393337343239'
[    2.619878] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.620798] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    2.621299] scsi 0:0:0:2: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    2.621382] sd 0:0:0:1: [sdb] 8388616 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    2.621998] sd 0:0:0:2: Attached scsi generic sg2 type 0
[    2.622091] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    2.622643] sd 0:0:0:1: [sdb] Write Protect is off
[    2.622654] sd 0:0:0:2: [sdc] 2147483648 512-byte logical blocks: (1.10 TB/1.00 TiB)
[    2.622893] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    2.623292] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[    2.623695] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.623870] sd 0:0:0:2: [sdc] Write Protect is off
[    2.624413] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[    2.624759] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.625790] sd 0:0:0:1: [sdb] Attached SCSI disk
[    2.626818] sd 0:0:0:2: [sdc] Attached SCSI disk
[    2.674854] Adding 4194304k swap on /dev/sdb.  Priority:-2 extents:1 across:4194304k
[    3.535230] EXT4-fs (sdc): 3 orphan inodes deleted
[    3.535819] EXT4-fs (sdc): recovery complete
[    3.548742] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    3.711715] /sbin/ldconfig:
[    3.711719] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[    3.807503] hv_pci 81502bfb-68c4-45df-86df-8f9254539a8c: PCI VMBus probing: Using version 0x10004
[    3.808866] 9pnet_virtio: no channels available for device drvfs
[    3.809413] hv_pci 81502bfb-68c4-45df-86df-8f9254539a8c: PCI host bridge to bus 68c4:00
[    3.809470] WSL (1) WARNING: mount: waiting for virtio device drvfs
[    3.809895] pci_bus 68c4:00: root bus resource [mem 0x9ffe08000-0x9ffe0afff window]
[    3.810550] pci_bus 68c4:00: No busn resource found for root bus, will use [bus 00-ff]
[    3.811467] pci 68c4:00:00.0: [1af4:1049] type 00 class 0x010000
[    3.812312] pci 68c4:00:00.0: reg 0x10: [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    3.812968] pci 68c4:00:00.0: reg 0x18: [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    3.813627] pci 68c4:00:00.0: reg 0x20: [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    3.816040] pci_bus 68c4:00: busn_res: [bus 00-ff] end is updated to 00
[    3.816318] pci 68c4:00:00.0: BAR 0: assigned [mem 0x9ffe08000-0x9ffe08fff 64bit]
[    3.816862] pci 68c4:00:00.0: BAR 2: assigned [mem 0x9ffe09000-0x9ffe09fff 64bit]
[    3.817435] pci 68c4:00:00.0: BAR 4: assigned [mem 0x9ffe0a000-0x9ffe0afff 64bit]
[    3.915931] hv_pci 75bd9c27-03d7-48a8-a286-f3fe49e5d53b: PCI VMBus probing: Using version 0x10004
[    3.918128] hv_pci 75bd9c27-03d7-48a8-a286-f3fe49e5d53b: PCI host bridge to bus 03d7:00
[    3.918448] pci_bus 03d7:00: root bus resource [mem 0x9ffe0c000-0x9ffe0efff window]
[    3.918704] pci_bus 03d7:00: No busn resource found for root bus, will use [bus 00-ff]
[    3.919457] pci 03d7:00:00.0: [1af4:1049] type 00 class 0x010000
[    3.920480] pci 03d7:00:00.0: reg 0x10: [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    3.921336] pci 03d7:00:00.0: reg 0x18: [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    3.921945] pci 03d7:00:00.0: reg 0x20: [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    3.924168] pci_bus 03d7:00: busn_res: [bus 00-ff] end is updated to 00
[    3.924425] pci 03d7:00:00.0: BAR 0: assigned [mem 0x9ffe0c000-0x9ffe0cfff 64bit]
[    3.924908] pci 03d7:00:00.0: BAR 2: assigned [mem 0x9ffe0d000-0x9ffe0dfff 64bit]
[    3.925418] pci 03d7:00:00.0: BAR 4: assigned [mem 0x9ffe0e000-0x9ffe0efff 64bit]
[    3.990864] /sbin/ldconfig.real:
[    3.990867] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[    4.033168] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.033618] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.034044] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.034464] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    4.035270] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.035668] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.036051] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.036625] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    4.341905] hv_pci 36eb487a-0771-4a9e-a2b5-8dd97addf64c: PCI VMBus probing: Using version 0x10004
[    4.343246] 9pnet_virtio: no channels available for device drvfs
[    4.343646] WSL (2) WARNING: mount: waiting for virtio device drvfs
[    4.376656] hv_pci 36eb487a-0771-4a9e-a2b5-8dd97addf64c: PCI host bridge to bus 0771:00
[    4.377466] pci_bus 0771:00: root bus resource [mem 0xbffe10000-0xbffe12fff window]
[    4.377909] pci_bus 0771:00: No busn resource found for root bus, will use [bus 00-ff]
[    4.378681] pci 0771:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.379444] pci 0771:00:00.0: reg 0x10: [mem 0xbffe10000-0xbffe10fff 64bit]
[    4.380088] pci 0771:00:00.0: reg 0x18: [mem 0xbffe11000-0xbffe11fff 64bit]
[    4.380690] pci 0771:00:00.0: reg 0x20: [mem 0xbffe12000-0xbffe12fff 64bit]
[    4.382934] pci_bus 0771:00: busn_res: [bus 00-ff] end is updated to 00
[    4.383190] pci 0771:00:00.0: BAR 0: assigned [mem 0xbffe10000-0xbffe10fff 64bit]
[    4.383675] pci 0771:00:00.0: BAR 2: assigned [mem 0xbffe11000-0xbffe11fff 64bit]
[    4.384195] pci 0771:00:00.0: BAR 4: assigned [mem 0xbffe12000-0xbffe12fff 64bit]
[    4.449863] hv_pci fc02b186-4a69-4f83-a01b-a51f3dd6777d: PCI VMBus probing: Using version 0x10004
[    4.485121] hv_pci fc02b186-4a69-4f83-a01b-a51f3dd6777d: PCI host bridge to bus 4a69:00
[    4.486171] pci_bus 4a69:00: root bus resource [mem 0xbffe14000-0xbffe16fff window]
[    4.487090] pci_bus 4a69:00: No busn resource found for root bus, will use [bus 00-ff]
[    4.487877] pci 4a69:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.488634] pci 4a69:00:00.0: reg 0x10: [mem 0xbffe14000-0xbffe14fff 64bit]
[    4.489225] pci 4a69:00:00.0: reg 0x18: [mem 0xbffe15000-0xbffe15fff 64bit]
[    4.489866] pci 4a69:00:00.0: reg 0x20: [mem 0xbffe16000-0xbffe16fff 64bit]
[    4.492056] pci_bus 4a69:00: busn_res: [bus 00-ff] end is updated to 00
[    4.492303] pci 4a69:00:00.0: BAR 0: assigned [mem 0xbffe14000-0xbffe14fff 64bit]
[    4.492778] pci 4a69:00:00.0: BAR 2: assigned [mem 0xbffe15000-0xbffe15fff 64bit]
[    4.493277] pci 4a69:00:00.0: BAR 4: assigned [mem 0xbffe16000-0xbffe16fff 64bit]
[    4.549145] scsi 0:0:0:3: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    4.550059] sd 0:0:0:3: Attached scsi generic sg3 type 0
[    4.550588] sd 0:0:0:3: [sdd] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[    4.551014] sd 0:0:0:3: [sdd] 4096-byte physical blocks
[    4.551330] sd 0:0:0:3: [sdd] Write Protect is off
[    4.551609] sd 0:0:0:3: [sdd] Mode Sense: 0f 00 00 00
[    4.552017] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.554461] sd 0:0:0:3: [sdd] Attached SCSI disk
[    4.585686] EXT4-fs (sdd): recovery complete
[    4.588095] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[    4.607769] /sbin/ldconfig:
[    4.607772] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[    4.620690] hv_pci 5bb2bb01-b2e5-4ac1-a1bd-78f0dab1aac1: PCI VMBus probing: Using version 0x10004
[    4.622367] 9pnet_virtio: no channels available for device drvfs
[    4.622678] WSL (1) WARNING: mount: waiting for virtio device drvfs
[    4.656591] hv_pci 5bb2bb01-b2e5-4ac1-a1bd-78f0dab1aac1: PCI host bridge to bus b2e5:00
[    4.657126] pci_bus b2e5:00: root bus resource [mem 0xbffe18000-0xbffe1afff window]
[    4.657506] pci_bus b2e5:00: No busn resource found for root bus, will use [bus 00-ff]
[    4.658345] pci b2e5:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.659162] pci b2e5:00:00.0: reg 0x10: [mem 0xbffe18000-0xbffe18fff 64bit]
[    4.659963] pci b2e5:00:00.0: reg 0x18: [mem 0xbffe19000-0xbffe19fff 64bit]
[    4.660713] pci b2e5:00:00.0: reg 0x20: [mem 0xbffe1a000-0xbffe1afff 64bit]
[    4.663137] pci_bus b2e5:00: busn_res: [bus 00-ff] end is updated to 00
[    4.663464] pci b2e5:00:00.0: BAR 0: assigned [mem 0xbffe18000-0xbffe18fff 64bit]
[    4.664044] pci b2e5:00:00.0: BAR 2: assigned [mem 0xbffe19000-0xbffe19fff 64bit]
[    4.664701] pci b2e5:00:00.0: BAR 4: assigned [mem 0xbffe1a000-0xbffe1afff 64bit]
[    4.709071] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    4.730577] hv_pci 730e7fe0-a059-4ef4-98c2-b9b37051a376: PCI VMBus probing: Using version 0x10004
[    4.764298] hv_pci 730e7fe0-a059-4ef4-98c2-b9b37051a376: PCI host bridge to bus a059:00
[    4.765273] pci_bus a059:00: root bus resource [mem 0xbffe1c000-0xbffe1efff window]
[    4.765766] pci_bus a059:00: No busn resource found for root bus, will use [bus 00-ff]
[    4.766544] pci a059:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.767356] pci a059:00:00.0: reg 0x10: [mem 0xbffe1c000-0xbffe1cfff 64bit]
[    4.767938] pci a059:00:00.0: reg 0x18: [mem 0xbffe1d000-0xbffe1dfff 64bit]
[    4.768537] pci a059:00:00.0: reg 0x20: [mem 0xbffe1e000-0xbffe1efff 64bit]
[    4.771181] pci_bus a059:00: busn_res: [bus 00-ff] end is updated to 00
[    4.771709] pci a059:00:00.0: BAR 0: assigned [mem 0xbffe1c000-0xbffe1cfff 64bit]
[    4.772510] pci a059:00:00.0: BAR 2: assigned [mem 0xbffe1d000-0xbffe1dfff 64bit]
[    4.773360] pci a059:00:00.0: BAR 4: assigned [mem 0xbffe1e000-0xbffe1efff 64bit]
[    4.816796] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[    4.816799]  failed 2
[    4.825544] hv_pci 7e27e5c9-b7ff-47cf-9131-f7f97c6053e8: PCI VMBus probing: Using version 0x10004
[    4.827157] 9pnet_virtio: no channels available for device drvfs
[    4.827540] WSL (1) WARNING: mount: waiting for virtio device drvfs
[    4.870530] hv_pci 7e27e5c9-b7ff-47cf-9131-f7f97c6053e8: PCI host bridge to bus b7ff:00
[    4.871130] pci_bus b7ff:00: root bus resource [mem 0xbffe20000-0xbffe22fff window]
[    4.871611] pci_bus b7ff:00: No busn resource found for root bus, will use [bus 00-ff]
[    4.872503] pci b7ff:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.873487] pci b7ff:00:00.0: reg 0x10: [mem 0xbffe20000-0xbffe20fff 64bit]
[    4.874230] pci b7ff:00:00.0: reg 0x18: [mem 0xbffe21000-0xbffe21fff 64bit]
[    4.875250] pci b7ff:00:00.0: reg 0x20: [mem 0xbffe22000-0xbffe22fff 64bit]
[    4.877821] pci_bus b7ff:00: busn_res: [bus 00-ff] end is updated to 00
[    4.878161] pci b7ff:00:00.0: BAR 0: assigned [mem 0xbffe20000-0xbffe20fff 64bit]
[    4.878715] pci b7ff:00:00.0: BAR 2: assigned [mem 0xbffe21000-0xbffe21fff 64bit]
[    4.879276] pci b7ff:00:00.0: BAR 4: assigned [mem 0xbffe22000-0xbffe22fff 64bit]
[    4.890317] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.890836] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.891143] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.891506] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    4.892187] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.892696] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.893253] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[    4.893593] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    4.902650] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    4.934649] hv_pci cffe7fff-2449-4ef0-b2a1-42e28eb04b77: PCI VMBus probing: Using version 0x10004
[    4.936307] WSL (1) WARNING: /usr/share/zoneinfo/Europe/Amsterdam not found. Is the tzdata package installed?
[    4.973962] hv_pci cffe7fff-2449-4ef0-b2a1-42e28eb04b77: PCI host bridge to bus 2449:00
[    4.974588] pci_bus 2449:00: root bus resource [mem 0xbffe24000-0xbffe26fff window]
[    4.975100] pci_bus 2449:00: No busn resource found for root bus, will use [bus 00-ff]
[    4.976127] pci 2449:00:00.0: [1af4:1049] type 00 class 0x010000
[    4.977162] pci 2449:00:00.0: reg 0x10: [mem 0xbffe24000-0xbffe24fff 64bit]
[    4.978086] pci 2449:00:00.0: reg 0x18: [mem 0xbffe25000-0xbffe25fff 64bit]
[    4.978874] pci 2449:00:00.0: reg 0x20: [mem 0xbffe26000-0xbffe26fff 64bit]
[    4.981414] pci_bus 2449:00: busn_res: [bus 00-ff] end is updated to 00
[    4.982018] pci 2449:00:00.0: BAR 0: assigned [mem 0xbffe24000-0xbffe24fff 64bit]
[    4.982709] pci 2449:00:00.0: BAR 2: assigned [mem 0xbffe25000-0xbffe25fff 64bit]
[    4.983390] pci 2449:00:00.0: BAR 4: assigned [mem 0xbffe26000-0xbffe26fff 64bit]
[    5.007980] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.008077] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.008494] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.008803] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.009258] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.009629] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.009971] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.010281] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.010584] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.010878] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.011211] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.011520] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.011791] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.012063] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.012346] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.012640] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.012929] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.013228] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.013554] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.013864] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.110644] 9pnet_virtio: no channels available for device drvfsa
[    5.111100] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[    5.118410] hv_pci 22acc4da-b118-47f6-b168-1ad1f4e9d1d7: PCI VMBus probing: Using version 0x10004
[    5.157065] hv_pci 22acc4da-b118-47f6-b168-1ad1f4e9d1d7: PCI host bridge to bus b118:00
[    5.157449] pci_bus b118:00: root bus resource [mem 0xbffe28000-0xbffe2afff window]
[    5.157758] pci_bus b118:00: No busn resource found for root bus, will use [bus 00-ff]
[    5.158656] pci b118:00:00.0: [1af4:1049] type 00 class 0x010000
[    5.159501] pci b118:00:00.0: reg 0x10: [mem 0xbffe28000-0xbffe28fff 64bit]
[    5.160147] pci b118:00:00.0: reg 0x18: [mem 0xbffe29000-0xbffe29fff 64bit]
[    5.160744] pci b118:00:00.0: reg 0x20: [mem 0xbffe2a000-0xbffe2afff 64bit]
[    5.163111] pci_bus b118:00: busn_res: [bus 00-ff] end is updated to 00
[    5.163345] pci b118:00:00.0: BAR 0: assigned [mem 0xbffe28000-0xbffe28fff 64bit]
[    5.163857] pci b118:00:00.0: BAR 2: assigned [mem 0xbffe29000-0xbffe29fff 64bit]
[    5.164377] pci b118:00:00.0: BAR 4: assigned [mem 0xbffe2a000-0xbffe2afff 64bit]
[    5.180896] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.182524] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[    5.220282] hv_pci 11917ed8-eb84-460d-b786-3ead52506b8f: PCI VMBus probing: Using version 0x10004
[    5.221927] 9pnet_virtio: no channels available for device drvfsa
[    5.222332] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[    5.262501] hv_pci 11917ed8-eb84-460d-b786-3ead52506b8f: PCI host bridge to bus eb84:00
[    5.262975] pci_bus eb84:00: root bus resource [mem 0xbffe2c000-0xbffe2efff window]
[    5.263548] pci_bus eb84:00: No busn resource found for root bus, will use [bus 00-ff]
[    5.264838] pci eb84:00:00.0: [1af4:1049] type 00 class 0x010000
[    5.265758] pci eb84:00:00.0: reg 0x10: [mem 0xbffe2c000-0xbffe2cfff 64bit]
[    5.266471] pci eb84:00:00.0: reg 0x18: [mem 0xbffe2d000-0xbffe2dfff 64bit]
[    5.267182] pci eb84:00:00.0: reg 0x20: [mem 0xbffe2e000-0xbffe2efff 64bit]
[    5.269648] pci_bus eb84:00: busn_res: [bus 00-ff] end is updated to 00
[    5.269922] pci eb84:00:00.0: BAR 0: assigned [mem 0xbffe2c000-0xbffe2cfff 64bit]
[    5.270474] pci eb84:00:00.0: BAR 2: assigned [mem 0xbffe2d000-0xbffe2dfff 64bit]
[    5.271043] pci eb84:00:00.0: BAR 4: assigned [mem 0xbffe2e000-0xbffe2efff 64bit]
[    5.329417] hv_pci 6ec2ab99-e80c-42f4-a683-5bfcc6e40917: PCI VMBus probing: Using version 0x10004
[    5.365700] hv_pci 6ec2ab99-e80c-42f4-a683-5bfcc6e40917: PCI host bridge to bus e80c:00
[    5.366117] pci_bus e80c:00: root bus resource [mem 0xbffe30000-0xbffe32fff window]
[    5.366415] pci_bus e80c:00: No busn resource found for root bus, will use [bus 00-ff]
[    5.367357] pci e80c:00:00.0: [1af4:1049] type 00 class 0x010000
[    5.368186] pci e80c:00:00.0: reg 0x10: [mem 0xbffe30000-0xbffe30fff 64bit]
[    5.368856] pci e80c:00:00.0: reg 0x18: [mem 0xbffe31000-0xbffe31fff 64bit]
[    5.369488] pci e80c:00:00.0: reg 0x20: [mem 0xbffe32000-0xbffe32fff 64bit]
[    5.371971] pci_bus e80c:00: busn_res: [bus 00-ff] end is updated to 00
[    5.372301] pci e80c:00:00.0: BAR 0: assigned [mem 0xbffe30000-0xbffe30fff 64bit]
[    5.372876] pci e80c:00:00.0: BAR 2: assigned [mem 0xbffe31000-0xbffe31fff 64bit]
[    5.373595] pci e80c:00:00.0: BAR 4: assigned [mem 0xbffe32000-0xbffe32fff 64bit]
[   17.502036] Exception:
[   17.502038] Operation canceled @p9io.cpp:258 (AcceptAsync)

[   17.631371] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[   17.649043] /sbin/ldconfig:
[   17.649046] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   17.657281] FS-Cache: Duplicate cookie detected
[   17.657627] FS-Cache: O-cookie c=0000001c [p=00000002 fl=222 nc=0 na=1]
[   17.657918] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=000000000547b01a
[   17.658319] FS-Cache: O-key=[10] '34323934393339303536'
[   17.658539] FS-Cache: N-cookie c=0000001d [p=00000002 fl=2 nc=0 na=1]
[   17.658922] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=00000000da57d7db
[   17.659447] FS-Cache: N-key=[10] '34323934393339303536'
[   17.695017] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[   17.695019]  failed 2
[   17.702519] WSL (1) WARNING: /usr/share/zoneinfo/Europe/Amsterdam not found. Is the tzdata package installed?
[   17.731535] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   17.732121] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   17.732456] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   17.732997] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.734077] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   17.734522] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   17.735024] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   17.735369] FS-Cache: Duplicate cookie detected
[   17.735636] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.735890] FS-Cache: O-cookie c=00000024 [p=00000002 fl=222 nc=0 na=1]
[   17.736736] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=0000000099a1a6c5
[   17.737144] FS-Cache: O-key=[10] '34323934393339303634'
[   17.737417] FS-Cache: N-cookie c=00000026 [p=00000002 fl=2 nc=0 na=1]
[   17.737740] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=0000000073f71f89
[   17.738149] FS-Cache: N-key=[10] '34323934393339303634'
[   17.744018] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.824393] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.825058] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.825498] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.825952] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.826388] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.826872] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.827380] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.827838] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.828287] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.828699] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   17.853034] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.235327] Exception:
[   18.235330] Operation canceled @p9io.cpp:258 (AcceptAsync)

[   18.608521] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[   18.623261] /sbin/ldconfig:
[   18.623263] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   18.667332] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[   18.667335]  failed 2
[   18.672433] FS-Cache: Duplicate cookie detected
[   18.672728] FS-Cache: O-cookie c=0000002b [p=00000002 fl=222 nc=0 na=1]
[   18.673003] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=000000000f0068cc
[   18.673356] FS-Cache: O-key=[10] '34323934393339313538'
[   18.673558] FS-Cache: N-cookie c=0000002c [p=00000002 fl=2 nc=0 na=1]
[   18.673845] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=000000002965aea6
[   18.674154] FS-Cache: N-key=[10] '34323934393339313538'
[   18.674942] WSL (1) WARNING: /usr/share/zoneinfo/Europe/Amsterdam not found. Is the tzdata package installed?
[   18.697405] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.698300] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.698852] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.699459] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.700397] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.700742] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.701012] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   18.701343] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.707233] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.708146] FS-Cache: Duplicate cookie detected
[   18.708767] FS-Cache: O-cookie c=00000030 [p=00000002 fl=222 nc=0 na=1]
[   18.709140] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=000000008bb0d415
[   18.709465] FS-Cache: O-key=[10] '34323934393339313631'
[   18.709745] FS-Cache: N-cookie c=00000031 [p=00000002 fl=2 nc=0 na=1]
[   18.710042] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=00000000abbdc8c9
[   18.710326] FS-Cache: N-key=[10] '34323934393339313631'
[   18.759216] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.759783] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.760090] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.760451] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.760768] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.761365] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.761805] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.762222] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.762511] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.762863] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   18.784805] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.081702] scsi 0:0:0:4: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[   19.082779] sd 0:0:0:4: Attached scsi generic sg4 type 0
[   19.083734] sd 0:0:0:4: [sde] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[   19.084244] sd 0:0:0:4: [sde] 4096-byte physical blocks
[   19.084661] sd 0:0:0:4: [sde] Write Protect is off
[   19.085028] sd 0:0:0:4: [sde] Mode Sense: 0f 00 00 00
[   19.085542] sd 0:0:0:4: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   19.088161] sd 0:0:0:4: [sde] Attached SCSI disk
[   19.111150] EXT4-fs (sde): recovery complete
[   19.113867] EXT4-fs (sde): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[   19.138057] /sbin/ldconfig:
[   19.138062] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   19.155726] hv_pci de51afc5-168c-4562-9884-4231e5c0020a: PCI VMBus probing: Using version 0x10004
[   19.157144] 9pnet_virtio: no channels available for device drvfs
[   19.157521] WSL (1) WARNING: mount: waiting for virtio device drvfs
[   19.194092] hv_pci de51afc5-168c-4562-9884-4231e5c0020a: PCI host bridge to bus 168c:00
[   19.194482] pci_bus 168c:00: root bus resource [mem 0xbffe34000-0xbffe36fff window]
[   19.194793] pci_bus 168c:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.195711] pci 168c:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.196637] pci 168c:00:00.0: reg 0x10: [mem 0xbffe34000-0xbffe34fff 64bit]
[   19.197390] pci 168c:00:00.0: reg 0x18: [mem 0xbffe35000-0xbffe35fff 64bit]
[   19.198116] pci 168c:00:00.0: reg 0x20: [mem 0xbffe36000-0xbffe36fff 64bit]
[   19.200889] pci_bus 168c:00: busn_res: [bus 00-ff] end is updated to 00
[   19.201191] pci 168c:00:00.0: BAR 0: assigned [mem 0xbffe34000-0xbffe34fff 64bit]
[   19.201784] pci 168c:00:00.0: BAR 2: assigned [mem 0xbffe35000-0xbffe35fff 64bit]
[   19.202380] pci 168c:00:00.0: BAR 4: assigned [mem 0xbffe36000-0xbffe36fff 64bit]
[   19.264807] hv_pci 3fb91331-b266-4c9d-b566-81fc99bb1f4f: PCI VMBus probing: Using version 0x10004
[   19.301552] hv_pci 3fb91331-b266-4c9d-b566-81fc99bb1f4f: PCI host bridge to bus b266:00
[   19.302072] pci_bus b266:00: root bus resource [mem 0xbffe38000-0xbffe3afff window]
[   19.302646] pci_bus b266:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.303787] pci b266:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.304664] pci b266:00:00.0: reg 0x10: [mem 0xbffe38000-0xbffe38fff 64bit]
[   19.305376] pci b266:00:00.0: reg 0x18: [mem 0xbffe39000-0xbffe39fff 64bit]
[   19.306082] pci b266:00:00.0: reg 0x20: [mem 0xbffe3a000-0xbffe3afff 64bit]
[   19.308837] pci_bus b266:00: busn_res: [bus 00-ff] end is updated to 00
[   19.309172] pci b266:00:00.0: BAR 0: assigned [mem 0xbffe38000-0xbffe38fff 64bit]
[   19.309895] pci b266:00:00.0: BAR 2: assigned [mem 0xbffe39000-0xbffe39fff 64bit]
[   19.310516] pci b266:00:00.0: BAR 4: assigned [mem 0xbffe3a000-0xbffe3afff 64bit]
[   19.354814] WSL (2) ERROR: UtilCreateProcessAndWait:661: /bin/mount failed with 2
[   19.355913] WSL (1) ERROR: UtilCreateProcessAndWait:683: /bin/mount failed with status 0xff00

[   19.356712] WSL (1) ERROR: ConfigMountFsTab:2526: Processing fstab with mount -a failed.
[   19.357873] WSL (1) ERROR: ConfigApplyWindowsLibPath:2474: open /etc/ld.so.conf.d/ld.wsl.conf
[   19.357875]  failed 2
[   19.367350] hv_pci 714c89ef-81b9-4a88-9961-99bfc4600e85: PCI VMBus probing: Using version 0x10004
[   19.368948] 9pnet_virtio: no channels available for device drvfs
[   19.369407] WSL (1) WARNING: mount: waiting for virtio device drvfs
[   19.415309] hv_pci 714c89ef-81b9-4a88-9961-99bfc4600e85: PCI host bridge to bus 81b9:00
[   19.415822] pci_bus 81b9:00: root bus resource [mem 0xbffe3c000-0xbffe3efff window]
[   19.416163] pci_bus 81b9:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.417263] pci 81b9:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.418470] pci 81b9:00:00.0: reg 0x10: [mem 0xbffe3c000-0xbffe3cfff 64bit]
[   19.419395] pci 81b9:00:00.0: reg 0x18: [mem 0xbffe3d000-0xbffe3dfff 64bit]
[   19.420282] pci 81b9:00:00.0: reg 0x20: [mem 0xbffe3e000-0xbffe3efff 64bit]
[   19.423418] pci_bus 81b9:00: busn_res: [bus 00-ff] end is updated to 00
[   19.423802] pci 81b9:00:00.0: BAR 0: assigned [mem 0xbffe3c000-0xbffe3cfff 64bit]
[   19.424541] pci 81b9:00:00.0: BAR 2: assigned [mem 0xbffe3d000-0xbffe3dfff 64bit]
[   19.425433] pci 81b9:00:00.0: BAR 4: assigned [mem 0xbffe3e000-0xbffe3efff 64bit]
[   19.438332] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.438899] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.439284] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.439834] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.440678] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.441104] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.441522] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   19.441978] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.448403] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.475625] hv_pci 967d2ee9-303c-4b81-816c-3be44183f3c2: PCI VMBus probing: Using version 0x10004
[   19.477103] WSL (1) WARNING: /usr/share/zoneinfo/Europe/Amsterdam not found. Is the tzdata package installed?
[   19.495773] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.496186] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.496489] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.496996] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.497522] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.497809] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.498146] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.498464] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.498784] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.499080] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.521435] hv_pci 967d2ee9-303c-4b81-816c-3be44183f3c2: PCI host bridge to bus 303c:00
[   19.522070] pci_bus 303c:00: root bus resource [mem 0xbffe40000-0xbffe42fff window]
[   19.522365] pci_bus 303c:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.523209] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   19.523408] pci 303c:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.525017] pci 303c:00:00.0: reg 0x10: [mem 0xbffe40000-0xbffe40fff 64bit]
[   19.525846] pci 303c:00:00.0: reg 0x18: [mem 0xbffe41000-0xbffe41fff 64bit]
[   19.526761] pci 303c:00:00.0: reg 0x20: [mem 0xbffe42000-0xbffe42fff 64bit]
[   19.529948] pci_bus 303c:00: busn_res: [bus 00-ff] end is updated to 00
[   19.530661] pci 303c:00:00.0: BAR 0: assigned [mem 0xbffe40000-0xbffe40fff 64bit]
[   19.531477] pci 303c:00:00.0: BAR 2: assigned [mem 0xbffe41000-0xbffe41fff 64bit]
[   19.532161] pci 303c:00:00.0: BAR 4: assigned [mem 0xbffe42000-0xbffe42fff 64bit]
[   19.578344] Exception:
[   19.578347] Operation canceled @p9io.cpp:258 (AcceptAsync)

[   19.585398] hv_pci 07895cc0-d022-4b25-9630-6965adb0b8e8: PCI VMBus probing: Using version 0x10004
[   19.586993] 9pnet_virtio: no channels available for device drvfsa
[   19.587520] WSL (1) WARNING: mount: waiting for virtio device drvfsa
[   19.629387] hv_pci 07895cc0-d022-4b25-9630-6965adb0b8e8: PCI host bridge to bus d022:00
[   19.629847] pci_bus d022:00: root bus resource [mem 0xbffe44000-0xbffe46fff window]
[   19.630196] pci_bus d022:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.631120] pci d022:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.632085] pci d022:00:00.0: reg 0x10: [mem 0xbffe44000-0xbffe44fff 64bit]
[   19.632847] pci d022:00:00.0: reg 0x18: [mem 0xbffe45000-0xbffe45fff 64bit]
[   19.633609] pci d022:00:00.0: reg 0x20: [mem 0xbffe46000-0xbffe46fff 64bit]
[   19.636431] pci_bus d022:00: busn_res: [bus 00-ff] end is updated to 00
[   19.637289] pci d022:00:00.0: BAR 0: assigned [mem 0xbffe44000-0xbffe44fff 64bit]
[   19.638255] pci d022:00:00.0: BAR 2: assigned [mem 0xbffe45000-0xbffe45fff 64bit]
[   19.638996] pci d022:00:00.0: BAR 4: assigned [mem 0xbffe46000-0xbffe46fff 64bit]
[   19.695691] hv_pci bb8c4426-5b2d-4442-8de4-7eeb7f4cbac0: PCI VMBus probing: Using version 0x10004
[   19.738432] hv_pci bb8c4426-5b2d-4442-8de4-7eeb7f4cbac0: PCI host bridge to bus 5b2d:00
[   19.738976] pci_bus 5b2d:00: root bus resource [mem 0xbffe48000-0xbffe4afff window]
[   19.739398] pci_bus 5b2d:00: No busn resource found for root bus, will use [bus 00-ff]
[   19.740678] pci 5b2d:00:00.0: [1af4:1049] type 00 class 0x010000
[   19.742111] pci 5b2d:00:00.0: reg 0x10: [mem 0xbffe48000-0xbffe48fff 64bit]
[   19.743106] pci 5b2d:00:00.0: reg 0x18: [mem 0xbffe49000-0xbffe49fff 64bit]
[   19.744123] pci 5b2d:00:00.0: reg 0x20: [mem 0xbffe4a000-0xbffe4afff 64bit]
[   19.747682] pci_bus 5b2d:00: busn_res: [bus 00-ff] end is updated to 00
[   19.748135] pci 5b2d:00:00.0: BAR 0: assigned [mem 0xbffe48000-0xbffe48fff 64bit]
[   19.748971] pci 5b2d:00:00.0: BAR 2: assigned [mem 0xbffe49000-0xbffe49fff 64bit]
[   19.749960] pci 5b2d:00:00.0: BAR 4: assigned [mem 0xbffe4a000-0xbffe4afff 64bit]
[   20.969302] loop0: detected capacity change from 0 to 787216
[   21.013004] ISO 9660 Extensions: Microsoft Joliet Level 3
[   21.013529] ISO 9660 Extensions: RRIP_1991A
[   21.572201] loop1: detected capacity change from 0 to 379040
[   21.602480] ISO 9660 Extensions: Microsoft Joliet Level 3
[   21.603141] ISO 9660 Extensions: RRIP_1991A
[   23.918230] IPv6: ADDRCONF(NETDEV_CHANGE): services1: link becomes ready
[   23.918671] IPv6: ADDRCONF(NETDEV_CHANGE): services0: link becomes ready
[   46.755821] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[   46.772969] /sbin/ldconfig:
[   46.772972] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   46.780636] FS-Cache: Duplicate cookie detected
[   46.780931] FS-Cache: O-cookie c=0000003f [p=00000002 fl=222 nc=0 na=1]
[   46.781154] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=00000000d1afc309
[   46.781448] FS-Cache: O-key=[10] '34323934393431393639'
[   46.781626] FS-Cache: N-cookie c=00000040 [p=00000002 fl=2 nc=0 na=1]
[   46.782049] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=000000001cf0106d
[   46.782428] FS-Cache: N-key=[10] '34323934393431393639'
[   46.819758] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   46.820307] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   46.820784] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   46.821346] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.822342] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   46.822748] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   46.823224] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[   46.823675] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.830576] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.839249] /sbin/ldconfig.real:
[   46.839252] /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

[   46.888680] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.889182] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.889501] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.889917] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.890129] FS-Cache: Duplicate cookie detected
[   46.890420] FS-Cache: O-cookie c=00000041 [p=00000002 fl=222 nc=0 na=1]
[   46.890436] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.890657] FS-Cache: O-cookie d=00000000d0b8743d{9P.session} n=00000000d9b2bb96
[   46.890659] FS-Cache: O-key=[10] '34323934393431393830'
[   46.891186] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.891369] FS-Cache: N-cookie c=00000042 [p=00000002 fl=2 nc=0 na=1]
[   46.891370] FS-Cache: N-cookie d=00000000d0b8743d{9P.session} n=000000008cf66078
[   46.891835] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.892089] FS-Cache: N-key=[10] '34323934393431393830'
[   46.892511] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.892815] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.893190] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   46.915346] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[   47.118363] new mount options do not match the existing superblock, will be ignored
[   47.269404] systemd-journald[41]: Received client request to flush runtime journal.
[   49.218959] hv_balloon: Max. dynamic memory size: 16384 MB
[  137.452924] Failed to query system state: Transport endpoint is not connected
[  137.453398] WSL (2) ERROR: InitCreateSessionLeader:1072: /sbin/init failed to start within
[  137.453400] 10000ms
[  137.457777] WSL (2): Creating login session for lars
[  240.625111] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[  240.625511] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[  240.625793] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[  240.626113] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.626654] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[  240.626913] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[  240.627171] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -22
[  240.627495] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.634691] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.715142] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.715679] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.716174] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.716622] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.717303] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.717936] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.718417] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.718985] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.719326] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.719614] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.746872] misc dxg: dxgk: dxgkio_query_adapter_info: Ioctl failed: -2
[  240.853987] gnome-session-c[2903]: segfault at 7f5464a61000 ip 00007f545327f611 sp 00007f5474810a50 error 4 in libnvwgf2umx.so[7f545252b000+12e0000]
[  240.854004] Code: 90 90 90 90 90 90 90 90 90 41 8b 45 10 48 8b 54 24 10 48 83 c2 01 89 c1 41 83 c7 01 48 39 ca 0f 83 6c 01 00 00 48 8b 4c 24 20 <8b> 0c 91 0f b7 c9 41 3b 8c 95 44 04 00 00 74 d8 41 89 8c 95 44 04
[  240.854007] potentially unexpected fatal signal 11.
[  240.854008] CPU: 12 PID: 2903 Comm: gnome-session-c Not tainted 5.15.68.1-microsoft-standard-WSL2 #1
[  240.854010] RIP: 0033:0x7f545327f611
[  240.854012] Code: 90 90 90 90 90 90 90 90 90 41 8b 45 10 48 8b 54 24 10 48 83 c2 01 89 c1 41 83 c7 01 48 39 ca 0f 83 6c 01 00 00 48 8b 4c 24 20 <8b> 0c 91 0f b7 c9 41 3b 8c 95 44 04 00 00 74 d8 41 89 8c 95 44 04
[  240.854013] RSP: 002b:00007f5474810a50 EFLAGS: 00010246
[  240.854014] RAX: 0000000000000010 RBX: 00005565bfcd4d00 RCX: 00007f5464a61000
[  240.854015] RDX: 0000000000000000 RSI: 00005565bfd37ed0 RDI: 00005565bfcd4d00
[  240.854015] RBP: 0000000000000000 R08: 00007f54600174a0 R09: 00007fff9a1c3080
[  240.854016] R10: 000000000000bac4 R11: 5b7a214645b9c81e R12: 00005565bfd37ed0
[  240.854016] R13: 00005565bfd37ed0 R14: 00005565bfcd4e01 R15: 0000000000000000
[  240.854017] FS:  00007f5474811640 GS:  0000000000000000
[  240.854056] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.854521] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.854835] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.855141] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.855440] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.855774] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.856104] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.856397] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.856680] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.856978] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.857261] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.857543] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.857826] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.858128] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.858423] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.858720] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.859029] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.859349] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.859633] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.859931] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.860230] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.860515] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.860804] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.861097] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.861382] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.861691] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.861980] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.862265] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.862550] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.862852] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.863173] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.863516] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.863823] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.864124] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.864406] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.864939] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.865324] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.865636] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.866032] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.866425] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.866770] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.867116] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.867496] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.867952] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.868244] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.868531] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.868815] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.869172] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.869439] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.869715] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.870023] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.870309] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.870613] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.870895] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.871178] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.871457] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.871744] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.872052] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.872362] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.872647] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.872956] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.873296] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.873649] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.873940] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.874234] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.874533] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.874810] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.875097] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.875387] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.875672] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.875962] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.876250] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.876550] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.876831] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.877124] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.877473] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.877915] misc dxg: dxgk: dxgvmb_send_sync_msg: wait_for_completion failed: fffffe00
[  240.881754] misc dxg: dxgk: process_completion_packet: did not find packet to complete
[  240.895333] misc dxg: dxgk: process_completion_packet: did not find packet to complete

@LarsMudde
Copy link

I feel like this topic has kind lost the attention, but maybe rightfully so because there don't seem to be many people with this issue. I'm considering trying to run Ubuntu in Docker (running on wsl2) instead as a workaround.

@OneBlue
Copy link
Collaborator

OneBlue commented Nov 23, 2022

@exitdown: We have fixed an issue where systemd would time out at boot in WSL 1.0.0.0. Can you confirm if updating to 1.0.0 resolved the issue for you ?

@exitdown
Copy link
Author

@OneBlue i use wsl for work so i cant test right now but will test asap and let you know! thanks!

@ghost ghost removed the needs-author-feedback label Nov 23, 2022
@LarsMudde
Copy link

@OneBlue , I have updated to version 1.0.0 and retested, it didn't fix it for me. I can provide more logs/info/outputs if needed.

@OneBlue
Copy link
Collaborator

OneBlue commented Nov 23, 2022

@OneBlue , I have updated to version 1.0.0 and retested, it didn't fix it for me. I can provide more logs/info/outputs if needed.

Yes, please do.

/logs

@ghost
Copy link

ghost commented Nov 23, 2022

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!

@exitdown
Copy link
Author

exitdown commented Nov 23, 2022

@OneBlue unfortunately i still experience the same behavior once i properly enable the wsl.conf boot directive.
when i get a chance ill go thru and do the same logging procedure as above.... looks to me to be exactly the same as before unfortunately :(

@ghost ghost removed the needs-author-feedback label Nov 23, 2022
@LarsMudde
Copy link

@OneBlue I'm trying to gather the logs but my corp for some reason has decided to lock me out of my admin rights (required for the script) so it's going to be a while. I'll need to wait for them to get back to me...

@exitdown
Copy link
Author

ill run the collection script once i finished for the day.

@j999yp
Copy link

j999yp commented Nov 24, 2022

The issue isn't fixed. I kept that script running while doing sudo vi /etc/wsl.conf.
WslLogs-2022-11-24_08-10-17.zip

@exitdown
Copy link
Author

i think its a great idea for us to all post the logs being asked for as a consistent sample and xref could identify something obvious that individually we're missing. like p9p driver etc.. i gut feel think its something odd between open handles and ownership with windows. but im just inventing fancy sounding words and have no clue what im talking about.

@exitdown
Copy link
Author

@OneBlue my logs attached too.
all i did, enable logging, start wsl, wait for it to finish loading and then ran sysctl status, and then edited my wsl.conf to remove the systemd boot argument, and shutdown. hoepfully something is captured of use. :)
WslLogs-2022-11-24_18-28-19.zip

@GoonerW
Copy link

GoonerW commented Nov 25, 2022

I don't have any logs to contribute but here's what has solved it for me.

Output of wsl --version

WSL version: 1.0.0.0
Kernel version: 5.15.74.2
WSLg version: 1.0.47
MSRDC version: 1.2.3575
Direct3D version: 1.606.4
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.22621.819

Enabling systemd caused it, when enabled, to use 100% CPU usage. After futzing around with various posts, the following seems to fix the issue.

  1. Disable systemd and restart wsl2
  2. Remove acpid (sudo apt remove acpid)
  3. Re-enable systemd and restart wsl2

Problem disappears.

Other posts had suggested to mask the acpid service in systemd but uninstalling it does the same thing.

@j999yp
Copy link

j999yp commented Nov 25, 2022

@GoonerW Yes it worked. Thanks for the help!

@LarsMudde
Copy link

@GoonerW This has solved (worked around) the problem for me too, thanks a ton! :)
@exitdown I still haven't gotten my admin access back so I can't provide the more detailed logs you have asked for (yet).

@GoonerW
Copy link

GoonerW commented Nov 25, 2022 via email

@OneBlue
Copy link
Collaborator

OneBlue commented Nov 28, 2022

@exitdown, can you share the content of /usr/lib/systemd/system/acpid.service ?

acpid shouldn't start in WSL, it should be under the condition: ConditionVirtualization=!container , which should prevent its start.

@GoonerW
Copy link

GoonerW commented Nov 28, 2022

For reference, on my unmodified Win10 system not having issues, the above configuration is present.

systemd lists it as disabled

systemctl list-unit-files |grep acpi
acpid.path                                 enabled         enabled
acpid.service                              disabled        enabled
acpid.socket                               enabled         enabled

ps aux |grep acpi
shows nothing

I can only assume that Win11 would have the same configuration as I doubt Ubuntu 22.04 would configure/install different versions of packages based on the underlying Windows version.

@exitdown
Copy link
Author

interesting. so first thing my acpid.service doesnt exist cos i uninstalled it using apt-get. ill reinstal it to test.

my output shows the config is enabled... which is definitely why its causing problems.
also i lose my xserver for wslg when i enable systemd but obviosuly thats not related to this bug haha.
ill try having a fiddle round and update.

vinny@spendyz:/usr/lib/systemd/system$ systemctl list-unit-files |grep acpi
acpid.path masked enabled
acpid.service masked enabled
acpid.socket masked enabled

@GoonerW
Copy link

GoonerW commented Nov 28, 2022

Is
ConditionVirtualization=!container
set in
/usr/lib/systemd/system/acpid.service
too?

@exitdown
Copy link
Author

exitdown commented Nov 28, 2022

unsure, it didnt exist, i just reinstalled acpid, and am fighting with it now becauase its super slow again. will see if i can fix it - seeing stuff like this rn

Unpacking acpid (1:2.0.33-1ubuntu1) ...
Setting up acpid (1:2.0.33-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for man-db (2.10.2-1) ...
Error: Timeout was reached
root@spendyz:/usr/lib/systemd/system# systemclt disable acpid
Command 'systemclt' not found, did you mean:
  command 'systemctl' from deb systemd (249.11-0ubuntu3.6)
  command 'systemctl' from deb systemctl (1.4.4181-1.1)
Try: apt install <deb name>
root@spendyz:/usr/lib/systemd/system# systemctl disable acpid
Synchronizing state of acpid.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable acpid
Failed to reload daemon: Transport endpoint is not connected
Failed to reload daemon: Transport endpoint is not connected```

@exitdown
Copy link
Author

GNU nano 6.2 /usr/lib/systemd/system/acpid.service [Unit]
Description=ACPI event daemon
Requires=acpid.socket
ConditionVirtualization=!container
Documentation=man:acpid(8)

[Service]
StandardInput=socket
EnvironmentFile=/etc/default/acpid
ExecStart=/usr/sbin/acpid $OPTIONS

[Install]
WantedBy=multi-user.target

@GoonerW
Copy link

GoonerW commented Nov 28, 2022

That is exactly what mine looks like.

I wonder what's causing it to start under Win11 but not Win10?

@exitdown
Copy link
Author

exitdown commented Nov 28, 2022

i dont see why its starting either...

total 0
lrwxrwxrwx 1 root root 20 Sep 10 06:47 cryptsetup.target -> ../cryptsetup.target
lrwxrwxrwx 1 root root 22 Sep 10 06:47 dev-hugepages.mount -> ../dev-hugepages.mount
lrwxrwxrwx 1 root root 19 Sep 10 06:47 dev-mqueue.mount -> ../dev-mqueue.mount
lrwxrwxrwx 1 root root 28 Sep 10 06:47 kmod-static-nodes.service -> ../kmod-static-nodes.service
lrwxrwxrwx 1 root root 30 Mar 18  2022 plymouth-read-write.service -> ../plymouth-read-write.service
lrwxrwxrwx 1 root root 25 Mar 18  2022 plymouth-start.service -> ../plymouth-start.service
lrwxrwxrwx 1 root root 36 Sep 10 06:47 proc-sys-fs-binfmt_misc.automount -> ../proc-sys-fs-binfmt_misc.automount
lrwxrwxrwx 1 root root 32 Sep 10 06:47 sys-fs-fuse-connections.mount -> ../sys-fs-fuse-connections.mount
lrwxrwxrwx 1 root root 26 Sep 10 06:47 sys-kernel-config.mount -> ../sys-kernel-config.mount
lrwxrwxrwx 1 root root 25 Sep 10 06:47 sys-kernel-debug.mount -> ../sys-kernel-debug.mount
lrwxrwxrwx 1 root root 27 Sep 10 06:47 sys-kernel-tracing.mount -> ../sys-kernel-tracing.mount
lrwxrwxrwx 1 root root 36 Sep 10 06:47 systemd-ask-password-console.path -> ../systemd-ask-password-console.path
lrwxrwxrwx 1 root root 25 Sep 10 06:47 systemd-binfmt.service -> ../systemd-binfmt.service
lrwxrwxrwx 1 root root 36 Sep 10 06:47 systemd-boot-system-token.service -> ../systemd-boot-system-token.service
lrwxrwxrwx 1 root root 32 Sep 10 06:47 systemd-journal-flush.service -> ../systemd-journal-flush.service
lrwxrwxrwx 1 root root 27 Sep 10 06:47 systemd-journald.service -> ../systemd-journald.service
lrwxrwxrwx 1 root root 36 Sep 10 06:47 systemd-machine-id-commit.service -> ../systemd-machine-id-commit.service
lrwxrwxrwx 1 root root 31 Sep 10 06:47 systemd-modules-load.service -> ../systemd-modules-load.service
lrwxrwxrwx 1 root root 30 Sep 10 06:47 systemd-random-seed.service -> ../systemd-random-seed.service
lrwxrwxrwx 1 root root 25 Sep 10 06:47 systemd-sysctl.service -> ../systemd-sysctl.service
lrwxrwxrwx 1 root root 27 Sep 10 06:47 systemd-sysusers.service -> ../systemd-sysusers.service
lrwxrwxrwx 1 root root 37 Sep 10 06:47 systemd-tmpfiles-setup-dev.service -> ../systemd-tmpfiles-setup-dev.service
lrwxrwxrwx 1 root root 33 Sep 10 06:47 systemd-tmpfiles-setup.service -> ../systemd-tmpfiles-setup.service
lrwxrwxrwx 1 root root 31 Sep 10 06:47 systemd-udev-trigger.service -> ../systemd-udev-trigger.service
lrwxrwxrwx 1 root root 24 Sep 10 06:47 systemd-udevd.service -> ../systemd-udevd.service
lrwxrwxrwx 1 root root 30 Sep 10 06:47 systemd-update-utmp.service -> ../systemd-update-utmp.service
lrwxrwxrwx 1 root root 21 Sep 10 06:47 veritysetup.target -> ../veritysetup.target
root@spendyz:/usr/lib/systemd/system/sysinit.target.wants#```

@exitdown
Copy link
Author

commening out wantedby in all 3 acpid references still doesnt stop the issue. so im gun shrug, and go back to disabled systemd till i can be bothered uninstalling acpid again, then tryign to troubleshoot the lack of xserver availiabilty. i suspect it will relate to acpid.sockets lol

@stanmart
Copy link

I have a similar issue, but it persists even after disabling systemd. The main similarity is that dmesg shows that it is ususally the hv_pci: PCI VMBus probing and hv_balloon: Max. dynamic memory size: 8080 MB steps that are taking a long time.

An interesting thing that I have accidentally noticed is that starting wsl as an admin (e.g. by opening the Ubuntu prompt in an Administrator Terminal) brings back the start-up time to the 4-5 seconds that I used to get before this issue began. Maybe others could also try if they get a similar behavior, as it might help in narrowing down the problem.

@exitdown
Copy link
Author

I have a similar issue, but it persists even after disabling systemd. The main similarity is that dmesg shows that it is ususally the hv_pci: PCI VMBus probing and hv_balloon: Max. dynamic memory size: 8080 MB steps that are taking a long time.

An interesting thing that I have accidentally noticed is that starting wsl as an admin (e.g. by opening the Ubuntu prompt in an Administrator Terminal) brings back the start-up time to the 4-5 seconds that I used to get before this issue began. Maybe others could also try if they get a similar behavior, as it might help in narrowing down the problem.

implies relationship to permissions. perhaps write access, iowait for write access times out eventually causing the dmesg ?

@freddyli
Copy link

freddyli commented Feb 2, 2023

For me running wsl as Admin also reduces boot time by 9 seconds. I have systemd disabled. I had it enabled for short testing period. I do not know if this triggered the problem. Or if the problem did not exist before enabling systemd.

image

UPDATE:

After reboot of Windows - later today - WSL boot time is back to normal even without using Admin (not trying systemd again).

@Kiarashz
Copy link

Had the same issue with Ubuntu but works fine with "OracleLinux_8_5" after Ubuntu uninstall.

wsl --list
Windows Subsystem for Linux Distributions:
OracleLinux_8_5 (Default)

@alex3305
Copy link

Recently I have the same issue where WSL2 is extremely slow starting up. Ranging from 30 seconds to 2 minutes. An excerpt from my dmesg:

[    0.919793] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    1.179714] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.199411] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33cb736199d, max_idle_ns: 440795376052 ns
[    1.201060] clocksource: Switched to clocksource tsc
[    1.889615] scsi 0:0:0:1: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    1.890820] sd 0:0:0:1: Attached scsi generic sg1 type 0
[    1.891850] sd 0:0:0:1: [sdb] 4194312 512-byte logical blocks: (2.15 GB/2.00 GiB)
[    1.892390] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[    1.892774] sd 0:0:0:1: [sdb] Write Protect is off
[    1.893096] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    1.893556] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.919488] sd 0:0:0:1: [sdb] Attached SCSI disk
[    1.943095] Adding 2097152k swap on /dev/sdb.  Priority:-2 extents:1 across:2097152k
[   29.805360] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   49.241333] hv_balloon: Max. dynamic memory size: 8192 MB
[  109.937956] hv_pci 69de7009-295f-49d4-9b15-aa3538568990: PCI VMBus probing: Using version 0x10003
[  109.940381] hv_pci 69de7009-295f-49d4-9b15-aa3538568990: PCI host bridge to bus 295f:00
[  109.940872] pci_bus 295f:00: root bus resource [mem 0xc00000000-0xe00001fff window]
[  109.941280] pci_bus 295f:00: No busn resource found for root bus, will use [bus 00-ff]
[  109.942890] pci 295f:00:00.0: [1af4:105a] type 00 class 0x088000
[  109.946331] pci 295f:00:00.0: reg 0x10: [mem 0xe00000000-0xe00000fff 64bit]
[  109.949320] pci 295f:00:00.0: reg 0x18: [mem 0xe00001000-0xe00001fff 64bit]
[  109.952298] pci 295f:00:00.0: reg 0x20: [mem 0xc00000000-0xdffffffff 64bit]
[  109.958852] pci_bus 295f:00: busn_res: [bus 00-ff] end is updated to 00
[  109.959346] pci 295f:00:00.0: BAR 4: assigned [mem 0xc00000000-0xdffffffff 64bit]
[  109.961591] pci 295f:00:00.0: BAR 0: assigned [mem 0xe00000000-0xe00000fff 64bit]
[  109.963983] pci 295f:00:00.0: BAR 2: assigned [mem 0xe00001000-0xe00001fff 64bit]
[  109.981301] virtiofs virtio2: Cache len: 0x200000000 @ 0xc00000000
[  110.044057] memmap_init_zone_device initialised 2097152 pages in 20ms

Versions:

❯ wsl.exe --status
Default Distribution: Debian
Default version: 2

❯ wsl.exe --version
WSL version: 1.1.6.0
Kernel version: 5.15.90.1
WSLg version: 1.0.50
MSRDC version: 1.2.3770
Direct3D version: 1.608.2-61064218
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.19044.2728

❯ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye

I have also disabled the systemd-journald unit.

@Segment0895
Copy link

Segment0895 commented Apr 20, 2023

I did cd /etc/acpi/ && mv events events-OLD && mkdir events to fix the issue.

@exitdown
Copy link
Author

I did cd /etc/acpi/ && mv events events-OLD && mkdir events to fix the issue.

well shit. you fixed it! how could this have been so simple? ahahahaha after undoing all my changes everything works. i just had to also add in a "ConditionVirtualization=!container" directive in /lib/systemd/system/systemd-remount-fs.service and literally everythings working! so it was write issue to acpi events log?

@exitdown
Copy link
Author

exitdown commented Apr 21, 2023

ill close this tommo, so far everythigns looking good. snaps are working ! <sarcasm> yayyyyy </sarcasm>

@exitdown
Copy link
Author

closing. thanks to @Segment0895

@pgmclean
Copy link

pgmclean commented Aug 28, 2023

I'm a 70 year old Aussie, 40 year IT experienced IT hack and frustrated Windows 11 Beta Insider running Ubuntu 22.04 on WSL2. I just used this forum to fix "failed to read server status: transport endpoint", slow logging in and systemctl status problems. This was after several attempts at re-installing systemd, trying genie, etc. etc. Best fix was "cd /etc/acpi/ && mv events events-OLD && mkdir events". I assume that this turns off acpi event logging that was timing out systemd. Thank you heaps "exitdown"! You have made my day mate!

@pgmclean
Copy link

I added in add in a "ConditionVirtualization=!container" directive in /lib/systemd/system/systemd-remount-fs.service, did sudo systemctl daemon-reload, then sudo systemctl start systemd-remount-fs, then systemctl status systemd-remount-fs. Output was Condition check resulted in Remount Root and Kernel File Systems being skipped. To get the service mounted I then changed to to ConditionVirtualization=container in /lib/systemd/system/systemd-remount-fs.service. Then commented out LABEL=cloudimg-rootfs in /etc/fstab. Then sudo systemctl daemon-reload, then sudo systemctl start systemd-remount-fs, then systemctl status systemd-remount-fs. Output was then
systemd-remount-fs.service - Remount Root and Kernel File Systems
Loaded: loaded (/lib/systemd/system/systemd-remount-fs.service; enabled-runtime; vendor preset: enabled)
Active: active (exited) since Tue 2023-08-29 08:18:31 AEST; 9min ago
Docs: man:systemd-remount-fs.service(8)
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Main PID: 9082 (code=exited, status=0/SUCCESS)

Aug 29 08:18:31 wsl-ubuntu-22.04-lts systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 29 08:18:31 wsl-ubuntu-22.04-lts systemd[1]: Finished Remount Root and Kernel File Systems.

@pgmclean
Copy link

pgmclean commented Aug 28, 2023

Relevant information from https://github.com/arkane-systems/genie/wiki/Systemd-units-known-to-be-problematic-under-WSL
systemd-remount-fs.service
Fails with the following error:
mount: /: can't find LABEL=cloudimg-rootfs.
This occurs because systemd-remount-fs is trying to remount the root partition to make sure that it has the options configured in /etc/fstab; and the Ubuntu default /etc/fstab assumes that the root partition is labeled "cloudimg-rootfs". This isn't the case under WSL (the root partition is one of its .vhdx files), so the remount fails. (This isn't strictly a problem with the service - you'd get the same error if you tried to remount / manually.)

There are two ways to solve this one: either find the device the root partition is mounted from (probably /dev/sdb, but check first), and label it appropriately:

sudo e2label /dev/sdb cloudimg-rootfs
or, if you're happy with the existing mount options for your root filesystem, simply delete the line for / from /etc/fstab entirely. WSL mounts it for you automatically and with reasonable options when starting up the distro, so unless you know that you need something different, there's not actually any point in having it there.
I chose the sudo e2label /dev/sdc cloudimg-rootfs option and uncommented "LABEL=cloudimg-rootfs / ext4 defaults 0 1" in /etc/fstab.

@mlaugharn
Copy link

I did cd /etc/acpi/ && mv events events-OLD && mkdir events to fix the issue.

This worked for me! /sbin/init went from 100% cpu to nothing, and sudo commands work quickly again - had the same Transport endpoint issue when doing sudo systemctl status systemd-journald previously but now it works

@pgmclean
Copy link

Great to hear mlaughan that the fix helped. I'm pretty sure that systemd was consuming too many resources logging acpi events when running on WSL.

@pgmclean
Copy link

pgmclean commented Aug 31, 2023 via email

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