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

segfault - Unable to launch WSL2 Distro #11174

Closed
1 of 2 tasks
kaiwi opened this issue Feb 18, 2024 · 6 comments
Closed
1 of 2 tasks

segfault - Unable to launch WSL2 Distro #11174

kaiwi opened this issue Feb 18, 2024 · 6 comments

Comments

@kaiwi
Copy link

kaiwi commented Feb 18, 2024

Windows Version

Microsoft Windows [Version 10.0.19045.4046]

WSL Version

2.0.14.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.133.1-1

Distro Version

Ubuntu-20.04

Other Software

No response

Repro Steps

Steps to reproduce:

  1. wsl.exe -d Ubuntu-20.04

Expected Behavior

WSL2 distro launches. This distribution has been working for several years.

Expected trigger for this error is using a lsyncd daemon to sync a network drive (Windows host drive), then learning that lsyncd does not support this functionality. systemd is enable in the distro's wsl.conf.

Actual Behavior

WSL2 distro does not launch. Returns the following message:

Catastrophic failure
Error code: Wsl/Service/CreateInstance/E_UNEXPECTED

[process exited with code 4294967295 (0xffffffff)]
You can now close this terminal with Ctrl+D, or press Enter to restart.

I suspect the lsyncd daemon is causing this issue and wanted to know if there was a way to disable systemd beforehand so it will not initialize. Or, is there a way I could remove the network mounts to the distro such that lysncd may exit in a different manner that allows the distro to spin up.

Similar behavior to #10930.

Logs below are without and with safeMode=True.

Diagnostic Logs

Two log files below: normal startup, safeMode=True startup

Logs

[ 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 0x20bed7b2
[ 0.000000] Hyper-V Host Build:19041-10.0-4-0.4046
[ 0.000000] Hyper-V: Nested features: 0x0
[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0x1e8480
[ 0.000000] Hyper-V: Using hypercall for remote TLB flush
[ 0.000000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[ 0.000003] tsc: Detected 3792.881 MHz processor
[ 0.000860] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002095] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.003118] last_pfn = 0x1108000 max_arch_pfn = 0x400000000
[ 0.004219] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.005658] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[ 0.006654] Using GB pages for direct mapping
[ 0.007511] RAMDISK: [mem 0x03de5000-0x03fe7fff]
[ 0.008557] ACPI: Early table checksum verification disabled
[ 0.009817] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[ 0.010937] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.012501] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.014068] ACPI: DSDT 0x00000000001011B8 01E184 (v02 MSFTVM DSDT01 00000001 MSFT 05000000)
[ 0.015631] ACPI: FACS 0x0000000000101114 000040
[ 0.016478] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.018045] ACPI: SRAT 0x000000000011F33C 000310 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.019606] ACPI: APIC 0x000000000011F64C 0000C8 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.021190] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[ 0.022415] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f33b]
[ 0.023634] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[ 0.024908] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[ 0.026201] ACPI: Reserving SRAT table memory at [mem 0x11f33c-0x11f64b]
[ 0.027681] ACPI: Reserving APIC table memory at [mem 0x11f64c-0x11f713]
[ 0.029138] Zone ranges:
[ 0.029608] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.030743] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.031876] Normal [mem 0x0000000100000000-0x0000001107ffffff]
[ 0.033009] Device empty
[ 0.033535] Movable zone start for each node
[ 0.034317] Early memory node ranges
[ 0.034970] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.036125] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.037272] node 0: [mem 0x0000000100000000-0x0000000bffffffff]
[ 0.038422] node 0: [mem 0x0000001000000000-0x0000001107ffffff]
[ 0.039751] Initmem setup node 0 [mem 0x0000000000001000-0x0000001107ffffff]
[ 0.041495] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.041515] On node 0, zone DMA: 352 pages in unavailable ranges
[ 0.049598] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.051935] IOAPIC[0]: apic_id 16, version 17, address 0xfec00000, GSI 0-23
[ 0.053216] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.054421] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.055658] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.056667] [mem 0xf8000000-0xffffffff] available for PCI devices
[ 0.057824] Booting paravirtualized kernel on Hyper-V
[ 0.059008] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.064153] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[ 0.066277] percpu: Embedded 53 pages/cpu s177624 r8192 d31272 u262144
[ 0.067526] pcpu-alloc: s177624 r8192 d31272 u262144 alloc=1*2097152
[ 0.068694] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.070115] Hyper-V: PV spinlocks enabled
[ 0.070865] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.072263] Built 1 zonelists, mobility grouping on. Total pages: 13417477
[ 0.073750] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=16 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none earlycon=uart8250,io,0x3f8,115200 console=hvc0 debug pty.legacy_count=0
[ 0.077531] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[ 0.085849] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.091113] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.092796] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.114830] Memory: 4124400K/54524540K available (18452K kernel code, 2632K rwdata, 9736K rodata, 2008K init, 1780K bss, 1065808K reserved, 0K cma-reserved)
[ 0.117562] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.118883] ftrace: allocating 53235 entries in 208 pages
[ 0.135942] ftrace: allocated 208 pages with 3 groups
[ 0.137049] rcu: Hierarchical RCU implementation.
[ 0.137930] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[ 0.139192] Rude variant of Tasks RCU enabled.
[ 0.140165] Tracing variant of Tasks RCU enabled.
[ 0.141156] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.142551] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.146223] Using NULL legacy PIC
[ 0.146847] NR_IRQS: 16640, nr_irqs: 552, preallocated irqs: 0
[ 0.148077] random: crng init done
[ 0.148724] Console: colour dummy device 80x25
[ 0.149605] ACPI: Core revision 20210730
[ 0.150387] Failed to register legacy timer interrupt
[ 0.151345] APIC: Switch to symmetric I/O mode setup
[ 0.152335] Switched APIC routing to physical flat.
[ 0.153298] Hyper-V: Using IPI hypercalls
[ 0.154049] Hyper-V: Using enlightened APIC (xapic mode)
[ 0.154122] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d58273f81c, max_idle_ns: 881591146675 ns
[ 0.157326] Calibrating delay loop (skipped), value calculated using timer frequency.. 7585.76 BogoMIPS (lpj=37928810)
[ 0.159418] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.160711] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.161825] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.163074] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.164647] Spectre V2 : Mitigation: Retpolines
[ 0.165490] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.167322] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.167322] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.167322] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.167322] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.167322] Speculative Store Bypass: Vulnerable
[ 0.167322] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[ 0.167322] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[ 0.167322] Speculative Return Stack Overflow: Mitigation: safe RET, no microcode
[ 0.167322] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.167322] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.167322] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.167322] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.167322] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.167322] Freeing SMP alternatives memory: 60K
[ 0.167322] pid_max: default: 32768 minimum: 301
[ 0.167322] LSM: Security Framework initializing
[ 0.167322] landlock: Up and running.
[ 0.167322] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.167322] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.167322] smpboot: CPU0: AMD Ryzen 7 5800X 8-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[ 0.167322] Performance Events: PMU not available due to virtualization, using software events only.
[ 0.167322] signal: max sigframe size: 1776
[ 0.167322] rcu: Hierarchical SRCU implementation.
[ 0.167322] smp: Bringing up secondary CPUs ...
[ 0.167322] x86: Booting SMP configuration:
[ 0.167322] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.167775] smp: Brought up 1 node, 16 CPUs
[ 0.169955] smpboot: Max logical packages: 1
[ 0.170720] smpboot: Total of 16 processors activated (121372.19 BogoMIPS)
[ 0.238844] node 0 deferred pages initialised in 70ms
[ 0.238844] devtmpfs: initialized
[ 0.238844] x86/mm: Memory block size: 128MB
[ 0.239597] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.239597] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.247409] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.248674] audit: initializing netlink subsys (disabled)
[ 0.249663] audit: type=2000 audit(1708283627.090:1): state=initialized audit_enabled=0 res=1
[ 0.249663] thermal_sys: Registered thermal governor 'step_wise'
[ 0.249663] cpuidle: using governor menu
[ 0.249663] ACPI: bus type PCI registered
[ 0.249663] PCI: Fatal: No config space access function found
[ 0.249927] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.257345] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.258575] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.259829] raid6: skip pq benchmark and using algorithm avx2x4
[ 0.259829] raid6: using avx2x2 recovery algorithm
[ 0.259829] ACPI: Added _OSI(Module Device)
[ 0.260074] ACPI: Added _OSI(Processor Device)
[ 0.260972] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.261843] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.262840] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.267325] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.268315] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.272281] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.273764] ACPI: Interpreter enabled
[ 0.273764] ACPI: PM: (supports S0 S5)
[ 0.273764] ACPI: Using IOAPIC for interrupt routing
[ 0.277326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.279027] ACPI: Enabled 1 GPEs in block 00 to 0F
[ 0.280378] iommu: Default domain type: Translated
[ 0.281401] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.282741] SCSI subsystem initialized
[ 0.283430] ACPI: bus type USB registered
[ 0.284188] usbcore: registered new interface driver usbfs
[ 0.285190] usbcore: registered new interface driver hub
[ 0.286160] usbcore: registered new device driver usb
[ 0.287049] pps_core: LinuxPPS API ver. 1 registered
[ 0.287324] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [email protected]
[ 0.288957] PTP clock support registered
[ 0.289730] hv_vmbus: Vmbus version:5.2
[ 0.289730] PCI: Using ACPI for IRQ routing
[ 0.289730] PCI: System does not support PCI
[ 0.289793] clocksource: Switched to clocksource tsc-early
[ 0.290150] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[ 0.292394] hv_vmbus: Unknown GUID: 6e382d18-3336-4f4b-acc4-2b7703d4df4a
[ 0.293678] hv_vmbus: Unknown GUID: dde9cbc0-5060-4436-9448-ea1254a5d177
[ 0.295330] VFS: Disk quotas dquot_6.6.0
[ 0.296054] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.297413] FS-Cache: Loaded
[ 0.297976] pnp: PnP ACPI init
[ 0.298617] pnp: PnP ACPI: found 3 devices
[ 0.301267] NET: Registered PF_INET protocol family
[ 0.302377] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.304347] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.306047] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.307462] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.309368] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.310773] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.311994] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.313408] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.314896] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.316266] RPC: Registered named UNIX socket transport module.
[ 0.317362] RPC: Registered udp transport module.
[ 0.318252] RPC: Registered tcp transport module.
[ 0.319107] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.320304] PCI: CLS 0 bytes, default 64
[ 0.321039] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.321068] Trying to unpack rootfs image as initramfs...
[ 0.322213] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[ 0.325074] kvm: no hardware support
[ 0.325153] Freeing initrd memory: 2060K
[ 0.325908] has_svm: svm not available
[ 0.327471] kvm: no hardware support
[ 0.329140] Initialise system trusted keyrings
[ 0.330041] workingset: timestamp_bits=46 max_order=24 bucket_order=0
[ 0.331673] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.332845] NFS: Registering the id_resolver key type
[ 0.333888] Key type id_resolver registered
[ 0.334645] Key type id_legacy registered
[ 0.335409] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.336618] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.337950] Installing knfsd (copyright (C) 1996 [email protected]).
[ 0.339490] Key type cifs.idmap registered
[ 0.340460] fuse: init (API version 7.34)
[ 0.341507] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[ 0.343374] 9p: Installing v9fs 9p2000 file system support
[ 0.344400] FS-Cache: Netfs '9p' registered for caching
[ 0.345385] FS-Cache: Netfs 'ceph' registered for caching
[ 0.346385] ceph: loaded (mds proto 32)
[ 0.349577] NET: Registered PF_ALG protocol family
[ 0.350626] xor: automatically using best checksumming function avx
[ 0.351968] Key type asymmetric registered
[ 0.352716] Asymmetric key parser 'x509' registered
[ 0.353625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.375362] hv_vmbus: registering driver hv_pci
[ 0.376995] hv_pci 88aa5903-1418-4942-ae5c-ef8374a0f03b: PCI VMBus probing: Using version 0x10003
[ 0.379163] hv_pci 88aa5903-1418-4942-ae5c-ef8374a0f03b: PCI host bridge to bus 1418:00
[ 0.380674] pci_bus 1418:00: root bus resource [mem 0xc00000000-0xc00002fff window]
[ 0.382051] pci_bus 1418:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.383912] pci 1418:00:00.0: [1af4:1043] type 00 class 0x010000
[ 0.385452] pci 1418:00:00.0: reg 0x10: [mem 0xc00000000-0xc00000fff 64bit]
[ 0.387101] pci 1418:00:00.0: reg 0x18: [mem 0xc00001000-0xc00001fff 64bit]
[ 0.388677] pci 1418:00:00.0: reg 0x20: [mem 0xc00002000-0xc00002fff 64bit]
[ 0.391532] pci_bus 1418:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.392779] pci 1418:00:00.0: BAR 0: assigned [mem 0xc00000000-0xc00000fff 64bit]
[ 0.394367] pci 1418:00:00.0: BAR 2: assigned [mem 0xc00001000-0xc00001fff 64bit]
[ 0.395960] pci 1418:00:00.0: BAR 4: assigned [mem 0xc00002000-0xc00002fff 64bit]
[ 0.397743] hv_pci 627304f2-d83d-4085-b25a-8a6c4660a2c7: PCI VMBus probing: Using version 0x10003
[ 0.399782] hv_pci 627304f2-d83d-4085-b25a-8a6c4660a2c7: PCI host bridge to bus d83d:00
[ 0.401304] pci_bus d83d:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.403061] pci d83d:00:00.0: [1414:008e] type 00 class 0x030200
[ 0.406648] pci_bus d83d:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.410207] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.411545] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.413099] 00:01: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.437735] Non-volatile memory driver v1.3
[ 0.438719] printk: console [hvc0] enabled
[ 0.438828] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[ 0.439530] printk: bootconsole [uart8250] disabled
[ 0.444566] brd: module loaded
[ 0.445543] loop: module loaded
[ 0.445739] hv_vmbus: registering driver hv_storvsc
[ 0.445974] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 0.446252] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld [email protected]. All Rights Reserved.
[ 0.446541] tun: Universal TUN/TAP device driver, 1.6
[ 0.446814] PPP generic driver version 2.4.2
[ 0.447024] scsi host0: storvsc_host_t
[ 0.447057] PPP BSD Compression module registered
[ 0.447373] PPP Deflate Compression module registered
[ 0.447554] PPP MPPE Compression module registered
[ 0.447741] NET: Registered PF_PPPOX protocol family
[ 0.447910] usbcore: registered new interface driver cdc_ether
[ 0.448101] usbcore: registered new interface driver cdc_ncm
[ 0.448487] usbcore: registered new interface driver r8153_ecm
[ 0.448679] hv_vmbus: registering driver hv_netvsc
[ 0.448931] VFIO - User Level meta-driver version: 0.3
[ 0.449193] usbcore: registered new interface driver cdc_acm
[ 0.449434] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 0.449664] usbcore: registered new interface driver ch341
[ 0.449806] usbserial: USB Serial support registered for ch341-uart
[ 0.450000] usbcore: registered new interface driver cp210x
[ 0.450217] usbserial: USB Serial support registered for cp210x
[ 0.450700] usbcore: registered new interface driver ftdi_sio
[ 0.450957] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 0.451335] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 0.451572] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[ 0.451815] vhci_hcd: created sysfs vhci_hcd.0
[ 0.452120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 0.452384] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.452662] usb usb1: Product: USB/IP Virtual Host Controller
[ 0.452873] usb usb1: Manufacturer: Linux 5.15.133.1-microsoft-standard-WSL2 vhci_hcd
[ 0.453112] usb usb1: SerialNumber: vhci_hcd.0
[ 0.453338] hub 1-0:1.0: USB hub found
[ 0.453479] hub 1-0:1.0: 8 ports detected
[ 0.453787] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 0.454033] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[ 0.454358] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.454696] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 0.454945] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.455173] usb usb2: Product: USB/IP Virtual Host Controller
[ 0.455368] usb usb2: Manufacturer: Linux 5.15.133.1-microsoft-standard-WSL2 vhci_hcd
[ 0.455587] usb usb2: SerialNumber: vhci_hcd.0
[ 0.455809] hub 2-0:1.0: USB hub found
[ 0.455958] hub 2-0:1.0: 8 ports detected
[ 0.456226] hv_vmbus: registering driver hyperv_keyboard
[ 0.456412] rtc_cmos 00:02: RTC can wake from S4
[ 0.457503] rtc_cmos 00:02: registered as rtc0
[ 0.457844] rtc_cmos 00:02: setting system clock to 2024-02-18T19:13:47 UTC (1708283627)
[ 0.458973] rtc_cmos 00:02: alarms up to one month, 114 bytes nvram
[ 0.459561] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected]
[ 0.459973] device-mapper: raid: Loading target version 1.15.1
[ 0.460210] usbcore: registered new interface driver usbhid
[ 0.460372] usbhid: USB HID core driver
[ 0.460563] hv_utils: Registering HyperV Utility Driver
[ 0.460719] hv_vmbus: registering driver hv_utils
[ 0.460881] hv_vmbus: registering driver hv_balloon
[ 0.461099] hv_utils: TimeSync IC version 4.0
[ 0.461139] hv_vmbus: registering driver dxgkrnl
[ 0.461437] hv_balloon: Using Dynamic Memory protocol version 2.0
[ 0.461947] drop_monitor: Initializing network drop monitor service
[ 0.462240] Mirror/redirect action on
[ 0.462384] Free page reporting enabled
[ 0.462388] u32 classifier
[ 0.462555] hv_balloon: Cold memory discard hint enabled with order 9
[ 0.462824] Performance counters on
[ 0.462945] input device check on
[ 0.463073] Actions configured
[ 0.463928] IPVS: Registered protocols (TCP, UDP)
[ 0.464118] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 0.464353] IPVS: ipvs loaded.
[ 0.464465] IPVS: [rr] scheduler registered.
[ 0.464604] IPVS: [wrr] scheduler registered.
[ 0.464741] IPVS: [sh] scheduler registered.
[ 0.464912] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 0.465061] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 0.465236] Initializing XFRM netlink socket
[ 0.465512] NET: Registered PF_INET6 protocol family
[ 0.465934] Segment Routing with IPv6
[ 0.466121] In-situ OAM (IOAM) with IPv6
[ 0.466297] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.466540] NET: Registered PF_PACKET protocol family
[ 0.466704] Bridge firewalling registered
[ 0.466826] 8021q: 802.1Q VLAN Support v1.8
[ 0.466952] sctp: Hash tables configured (bind 1024/1024)
[ 0.467120] 9pnet: Installing 9P2000 support
[ 0.467294] Key type dns_resolver registered
[ 0.467452] Key type ceph registered
[ 0.467633] libceph: loaded (mon/osd proto 15/24)
[ 0.467831] NET: Registered PF_VSOCK protocol family
[ 0.467995] hv_vmbus: registering driver hv_sock
[ 0.468192] IPI shorthand broadcast: enabled
[ 0.468346] sched_clock: Marking stable (458559922, 9260700)->(516700300, -48879678)
[ 0.468869] registered taskstats version 1
[ 0.469390] Loading compiled-in X.509 certificates
[ 0.470268] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[ 0.471142] Freeing unused kernel image (initmem) memory: 2008K
[ 0.539306] Write protecting the kernel read-only data: 30720k
[ 0.540140] Freeing unused kernel image (text/rodata gap) memory: 2024K
[ 0.540723] Freeing unused kernel image (rodata/data gap) memory: 504K
[ 0.540984] Run /init as init process
[ 0.541113] with arguments:
[ 0.541267] /init
[ 0.541354] with environment:
[ 0.541482] HOME=/
[ 0.541590] TERM=linux
[ 0.541691] WSL_ROOT_INIT=1
[ 0.544476] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 0.547858] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.548296] sd 0:0:0:0: [sda] 798352 512-byte logical blocks: (409 MB/390 MiB)
[ 0.548668] sd 0:0:0:0: [sda] Write Protect is on
[ 0.548856] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[ 0.549078] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 0.550453] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.619439] scsi 0:0:0:1: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 0.620288] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
GNS: Processing Next Message
Processing LX_GNS_MESSAGE_TYPE LxGnsMessageInterfaceConfiguration
OpenAdapterImpl: Found an interface matching the GUID 264D36B6-3BBA-4CF9-B65F-34CD24AB9C3A, with name eth0
LxGnsMessageInterfaceConfiguration: no-op - the endpoint ID 264D36B6-3BBA-4CF9-B65F-34CD24AB9C3A PortFriendlyName is blank
SetAdapterConfiguration setting the IPv4 address on endpointID (264D36B6-3BBA-4CF9-B65F-34CD24AB9C3A) to 172.27.230.95/20 on interfaceName eth0
SetInterfaceState: setting interface state to Up on interfaceName eth0
[ 0.622814] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
GNS: Processing Next Message Successful (0x0)
Returning LxGnsMessageResult [0 - ]
GNS: Processing Next Message
Processing LX_GNS_MESSAGE_TYPE LxGnsMessageNotification
OpenAdapterImpl: Found an interface matching the GUID 264D36B6-3BBA-4CF9-B65F-34CD24AB9C3A, with name eth0
Processing Notification LxGnsMessageNotification GuestEndpointResourceType::Route for interfaceName eth0
ProcessRouteChange: Add route default via 172.27.224.1/0 dev 2 metric 0 on interfaceName eth0
ModifyDefaultRouteImpl - SendMessage Route (to [empty], via 172.27.224.1), operation (RTM_NEWROUTE ), netLinkflags (NLM_F_CREATE )
ModifyDefaultRouteImpl - InitializeAddressAttribute RTA_DST ([not set]) RTA_GATEWAY ([empty]), RTA_PRIORITY (0)
[ 0.623984] sGNS: Processing Next Message Successful (0x0)d 0:0:0:1: Attac
hed scsi genericReturning LxGnsMessageResult [0 - ] sg1 type 0

[ 0.624399] sGNS: Processing Next Messaged 0:0:0:1: [sdb]
27262984 512-byProcessing LX_GNS_MESSAGE_TYPE LxGnsMessageNotificationte logical block
s: (14.0 GB/13.0OpenAdapterImpl: Found an interface matching the GUID 264D36B6-3BBA-4CF9-B65F-34CD24AB9C3A, with name eth0 GiB)

[ 0.624930] sProcessing Notification LxGnsMessageNotification GuestEndpointResourceType::DNS for interfaceName eth0d 0:0:0:1: [sdb]
4096-byte physiProcessDNSChange: setting DNS server domain to : # This file was automatically generated by WSL. To stop automatic generation of this file, add the following entry to /etc/wsl.conf:cal blocks

[network][ 0.625313] s

d 0:0:0:1: [sdb]# generateResolvConf = false Write Protect i
s off
nameserver 172.27.224.1[ 0.625652] s
d 0:0:0:1: [sdb] on interfaceName eth0 Mode Sense: 0f
00 00 00
GNS: Processing Next Message Successful (0x0)
Returning LxGnsMessageResult [0 - ][ 0.626080] s
d 0:0:0:1: [sdb]GNS: Processing Next Message Write cache: en
abled, read cache: enabled, doesn't support DPO or FUA
[ 0.627756] sd 0:0:0:1: [sdb] Attached SCSI disk
Setting up swapspace version 1, size = 13 GiB (13958643712 bytes)
no label, UUID=b05b1619-28de-4d07-bbf4-a9dc7d538867
[ 0.653081] Adding 13631488k swap on /dev/sdb. Priority:-2 extents:1 across:13631488k
Processing LX_GNS_MESSAGE_TYPE LxGnsMessageNotification
OpenAdapterImpl: Found an interface matching the GUID 264D36B6-3BBA-4CF9-B65F-34CD24AB9C3A, with name eth0
Processing Notification LxGnsMessageNotification GuestEndpointResourceType::Interface for interfaceName eth0
ProcessLinkChange: setting link state to InterfaceState::Up on interfaceName eth0
SetInterfaceState: setting interface state to Up on interfaceName eth0
ProcessLinkChange: Setting MTU to 1500 on interfaceName eth0
GNS: Processing Next Message Successful (0x0)
Returning LxGnsMessageResult [0 - ]
GNS: Processing Next Message
[ 0.725004] FS-Cache: Duplicate cookie detected
[ 0.725209] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[ 0.725414] FS-Cache: O-cookie d=000000001581069b{9P.session} n=00000000bbadd16d
[ 0.725677] FS-Cache: O-key=[10] '34323934393337333533'
[ 0.725831] FS-Cache: N-cookie c=00000005 [p=00000002 fl=2 nc=0 na=1]
[ 0.726021] FS-Cache: N-cookie d=000000001581069b{9P.session} n=0000000050e9c769
[ 0.726270] FS-Cache: N-key=[10] '34323934393337333533'
[ 0.727459] FS-Cache: Duplicate cookie detected
[ 0.727631] FS-Cache: O-cookie c=00000004 [p=00000002 fl=222 nc=0 na=1]
[ 0.727825] FS-Cache: O-cookie d=000000001581069b{9P.session} n=00000000bbadd16d
[ 0.728066] FS-Cache: O-key=[10] '34323934393337333533'
[ 0.728233] FS-Cache: N-cookie c=00000006 [p=00000002 fl=2 nc=0 na=1]
[ 0.728469] FS-Cache: N-cookie d=000000001581069b{9P.session} n=00000000b41248b8
[ 0.728878] FS-Cache: N-key=[10] '34323934393337333533'
[ 0.769628] scsi 0:0:0:2: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 0.772969] sd 0:0:0:2: Attached scsi generic sg2 type 0
[ 0.773334] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[ 0.773659] sd 0:0:0:2: [sdc] 4096-byte physical blocks
[ 0.773906] sd 0:0:0:2: [sdc] Write Protect is off
[ 0.774128] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[ 0.774430] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.776312] sd 0:0:0:2: [sdc] Attached SCSI disk
[ 0.785757] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[ 0.794850] init[218]: segfault at 1 ip 000000000032209a sp 00007ffeb4d282a8 error 4 in init[29d000+151000]
[ 0.795252] Code: e9 cb 01 00 00 cc cc cc cc cc cc cc cc cc cc cc 48 85 d2 41 0f 95 c0 40 f6 c7 07 0f 84 1c 01 00 00 48 85 d2 0f 84 13 01 00 00 <40> 38 37 75 0b 48 89 f8 48 89 d1 e9 0e 01 00 00 48 8d 47 01 48 89
[ 0.795891] potentially unexpected fatal signal 11.
[ 0.796052] CPU: 9 PID: 218 Comm: init Not tainted 5.15.133.1-microsoft-standard-WSL2 #1
[ 0.796305] RIP: 0033:0x32209a
[ 0.796431] Code: e9 cb 01 00 00 cc cc cc cc cc cc cc cc cc cc cc 48 85 d2 41 0f 95 c0 40 f6 c7 07 0f 84 1c 01 00 00 48 85 d2 0f 84 13 01 00 00 <40> 38 37 75 0b 48 89 f8 48 89 d1 e9 0e 01 00 00 48 8d 47 01 48 89
[ 0.797068] RSP: 002b:00007ffeb4d282a8 EFLAGS: 00010206
[ 0.797210] RAX: 000000007fffffff RBX: 0000000000000001 RCX: 000000000022e484
[ 0.797445] RDX: 000000007fffffff RSI: 0000000000000000 RDI: 0000000000000001
[ 0.797707] RBP: 0000000000000000 R08: 0000000000000001 R09: 00000000ffffffff
[ 0.797942] R10: 00000000ffffffff R11: 0000000000000000 R12: 0000000000214157
[ 0.798203] R13: 0000000000000001 R14: 000000007fffffff R15: 0000000000000073
[ 0.798459] FS: 00000000004078a0 GS: 0000000000000000
[ 1.349283] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d58273f81c, max_idle_ns: 881591146675 ns
[ 1.350317] clocksource: Switched to clocksource tsc
Processing LX_GNS_MESSAGE_TYPE LxGnsMessageConnectTestRequest
CheckConnection: resolving the name www.msftconnecttest.com [AF_INET]
CheckConnection: connecting to 23.14.129.112
CheckConnection: resolving the name www.msftconnecttest.com [AF_INET6]
Exception: CheckConnection: getaddrinfo() failed: -2
CheckConnection: arming select for 5 seconds
CheckConnection: v4 succeeded
CheckConnection: returning v4 (1) v6 (2)
LxGnsMessageConnectTestRequest (destination: www.msftconnecttest.com) returning: 0x20001
GNS: Processing Next Message Successful (0x20001)
Returning LxGnsMessageResult [131073 - ]
GNS: Processing Next Message
[ 49.321357] hv_balloon: Max. dynamic memory size: 53248 MB
GNS: Received empty message, exiting
[ 60.765423] WSL (1): Process 205 exited
[ 60.765628] WSL (1): Process 209 exited
[ 60.765779] WSL (1): Process 212 exited
[ 60.765916] WSL (1): Process 216 exited
[ 60.809314] sd 0:0:0:1: [sdb] Synchronizing SCSI cache
[ 60.869309] sd 0:0:0:2: [sdc] Synchronizing SCSI cache
[ 60.949981] ACPI: PM: Preparing to enter system sleep state S5
[ 60.950362] reboot: Power down
The connection with the virtual machine or container was closed.

safeMode=True Logs

[ 0.000000] Linux version 5.15.133.1-microsoft-standard-WSL2 (root@1c602f52c2e4) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) #1 SMP Thu Oct 5 21:02:42 UTC 2023
[ 0.000000] Command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=16 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none console=ttyS0,115200 debug pty.legacy_count=0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 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-0x0000000bffffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000001000000000-0x0000001107ffffff] 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 0x20bed7b2
[ 0.000000] Hyper-V Host Build:19041-10.0-4-0.4046
[ 0.000000] Hyper-V: Nested features: 0x0
[ 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.000001] tsc: Detected 3792.881 MHz processor
[ 0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000010] last_pfn = 0x1108000 max_arch_pfn = 0x400000000
[ 0.000038] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000050] last_pfn = 0xf8000 max_arch_pfn = 0x400000000
[ 0.000055] Using GB pages for direct mapping
[ 0.000213] RAMDISK: [mem 0x03de5000-0x03fe7fff]
[ 0.000215] ACPI: Early table checksum verification disabled
[ 0.000217] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL)
[ 0.000219] ACPI: XSDT 0x0000000000100000 000044 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000223] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000226] ACPI: DSDT 0x00000000001011B8 01E184 (v02 MSFTVM DSDT01 00000001 MSFT 05000000)
[ 0.000227] ACPI: FACS 0x0000000000101114 000040
[ 0.000229] ACPI: OEM0 0x0000000000101154 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000230] ACPI: SRAT 0x000000000011F33C 000310 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000232] ACPI: APIC 0x000000000011F64C 0000C8 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[ 0.000233] ACPI: Reserving FACP table memory at [mem 0x101000-0x101113]
[ 0.000234] ACPI: Reserving DSDT table memory at [mem 0x1011b8-0x11f33b]
[ 0.000234] ACPI: Reserving FACS table memory at [mem 0x101114-0x101153]
[ 0.000235] ACPI: Reserving OEM0 table memory at [mem 0x101154-0x1011b7]
[ 0.000235] ACPI: Reserving SRAT table memory at [mem 0x11f33c-0x11f64b]
[ 0.000236] ACPI: Reserving APIC table memory at [mem 0x11f64c-0x11f713]
[ 0.000356] Zone ranges:
[ 0.000357] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000358] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000359] Normal [mem 0x0000000100000000-0x0000001107ffffff]
[ 0.000360] Device empty
[ 0.000360] Movable zone start for each node
[ 0.000361] Early memory node ranges
[ 0.000361] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000362] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000363] node 0: [mem 0x0000000100000000-0x0000000bffffffff]
[ 0.000365] node 0: [mem 0x0000001000000000-0x0000001107ffffff]
[ 0.000366] Initmem setup node 0 [mem 0x0000000000001000-0x0000001107ffffff]
[ 0.000453] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.000466] On node 0, zone DMA: 352 pages in unavailable ranges
[ 0.008081] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.008377] IOAPIC[0]: apic_id 16, version 17, address 0xfec00000, GSI 0-23
[ 0.008380] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.008383] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.008388] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[ 0.008395] [mem 0xf8000000-0xffffffff] available for PCI devices
[ 0.008396] Booting paravirtualized kernel on Hyper-V
[ 0.008398] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.011718] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[ 0.012455] percpu: Embedded 53 pages/cpu s177624 r8192 d31272 u262144
[ 0.012460] pcpu-alloc: s177624 r8192 d31272 u262144 alloc=1*2097152
[ 0.012462] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.012474] Hyper-V: PV spinlocks enabled
[ 0.012475] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.012478] Built 1 zonelists, mobility grouping on. Total pages: 13417477
[ 0.012479] Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=16 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none console=ttyS0,115200 debug pty.legacy_count=0
[ 0.012541] Unknown kernel command line parameters "WSL_ROOT_INIT=1", will be passed to user space.
[ 0.019315] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.022599] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.022638] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.044772] Memory: 4081324K/54524540K available (18452K kernel code, 2632K rwdata, 9736K rodata, 2008K init, 1780K bss, 1065812K reserved, 0K cma-reserved)
[ 0.044808] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.044820] ftrace: allocating 53235 entries in 208 pages
[ 0.060812] ftrace: allocated 208 pages with 3 groups
[ 0.060967] rcu: Hierarchical RCU implementation.
[ 0.060969] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[ 0.060970] Rude variant of Tasks RCU enabled.
[ 0.060970] Tracing variant of Tasks RCU enabled.
[ 0.060971] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.060972] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.063471] Using NULL legacy PIC
[ 0.063472] NR_IRQS: 16640, nr_irqs: 552, preallocated irqs: 0
[ 0.063647] random: crng init done
[ 0.063663] Console: colour dummy device 80x25
[ 0.171174] printk: console [ttyS0] enabled
[ 0.171923] ACPI: Core revision 20210730
[ 0.172689] Failed to register legacy timer interrupt
[ 0.173768] APIC: Switch to symmetric I/O mode setup
[ 0.174678] Switched APIC routing to physical flat.
[ 0.175595] Hyper-V: Using IPI hypercalls
[ 0.176331] Hyper-V: Using enlightened APIC (xapic mode)
[ 0.176412] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d58273f81c, max_idle_ns: 881591146675 ns
[ 0.179318] Calibrating delay loop (skipped), value calculated using timer frequency.. 7585.76 BogoMIPS (lpj=37928810)
[ 0.181254] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.182412] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.183451] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.184715] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.186194] Spectre V2 : Mitigation: Retpolines
[ 0.186985] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.188415] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.189314] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.189314] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.189314] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.189314] Speculative Store Bypass: Vulnerable
[ 0.189314] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[ 0.189314] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[ 0.189314] Speculative Return Stack Overflow: Mitigation: safe RET, no microcode
[ 0.189314] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.189314] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.189314] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.189314] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.189314] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.189314] Freeing SMP alternatives memory: 60K
[ 0.189314] pid_max: default: 32768 minimum: 301
[ 0.189314] LSM: Security Framework initializing
[ 0.189314] landlock: Up and running.
[ 0.189314] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.189314] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.189314] smpboot: CPU0: AMD Ryzen 7 5800X 8-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[ 0.189314] Performance Events: PMU not available due to virtualization, using software events only.
[ 0.189314] signal: max sigframe size: 1776
[ 0.189314] rcu: Hierarchical SRCU implementation.
[ 0.189314] smp: Bringing up secondary CPUs ...
[ 0.189314] x86: Booting SMP configuration:
[ 0.189314] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.189912] smp: Brought up 1 node, 16 CPUs
[ 0.191716] smpboot: Max logical packages: 1
[ 0.192666] smpboot: Total of 16 processors activated (121372.19 BogoMIPS)
[ 0.259339] node 0 deferred pages initialised in 70ms
[ 0.262541] devtmpfs: initialized
[ 0.262541] x86/mm: Memory block size: 128MB
[ 0.262541] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.262541] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.269606] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.270733] audit: initializing netlink subsys (disabled)
[ 0.271709] audit: type=2000 audit(1708284552.090:1): state=initialized audit_enabled=0 res=1
[ 0.271709] thermal_sys: Registered thermal governor 'step_wise'
[ 0.271709] cpuidle: using governor menu
[ 0.271709] ACPI: bus type PCI registered
[ 0.271709] PCI: Fatal: No config space access function found
[ 0.271991] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.279457] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.280503] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.281863] raid6: skip pq benchmark and using algorithm avx2x4
[ 0.281863] raid6: using avx2x2 recovery algorithm
[ 0.281863] ACPI: Added _OSI(Module Device)
[ 0.282195] ACPI: Added _OSI(Processor Device)
[ 0.283034] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.283854] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.289317] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.290107] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.291073] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.295005] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.296531] ACPI: Interpreter enabled
[ 0.297170] ACPI: PM: (supports S0 S5)
[ 0.297815] ACPI: Using IOAPIC for interrupt routing
[ 0.298779] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.299402] ACPI: Enabled 1 GPEs in block 00 to 0F
[ 0.300875] iommu: Default domain type: Translated
[ 0.301758] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.302920] SCSI subsystem initialized
[ 0.303641] ACPI: bus type USB registered
[ 0.304384] usbcore: registered new interface driver usbfs
[ 0.305384] usbcore: registered new interface driver hub
[ 0.306374] usbcore: registered new device driver usb
[ 0.307359] pps_core: LinuxPPS API ver. 1 registered
[ 0.308463] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [email protected]
[ 0.309327] PTP clock support registered
[ 0.310315] hv_vmbus: Vmbus version:5.2
[ 0.310315] PCI: Using ACPI for IRQ routing
[ 0.310922] PCI: System does not support PCI
[ 0.311772] clocksource: Switched to clocksource tsc-early
[ 0.312437] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60
[ 0.320396] VFS: Disk quotas dquot_6.6.0
[ 0.321150] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.322379] FS-Cache: Loaded
[ 0.322941] pnp: PnP ACPI init
[ 0.323652] pnp: PnP ACPI: found 3 devices
[ 0.326647] NET: Registered PF_INET protocol family
[ 0.327748] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.329694] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.331253] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.332576] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.334449] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.336334] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.337561] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.338843] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.340446] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.341835] RPC: Registered named UNIX socket transport module.
[ 0.342852] RPC: Registered udp transport module.
[ 0.343709] RPC: Registered tcp transport module.
[ 0.344539] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.345701] PCI: CLS 0 bytes, default 64
[ 0.346641] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.346677] Trying to unpack rootfs image as initramfs...
[ 0.347806] software IO TLB: mapped [mem 0x00000000f4000000-0x00000000f8000000] (64MB)
[ 0.350274] kvm: no hardware support
[ 0.350378] Freeing initrd memory: 2060K
[ 0.350950] has_svm: svm not available
[ 0.350975] kvm: no hardware support
[ 0.354123] Initialise system trusted keyrings
[ 0.354967] workingset: timestamp_bits=46 max_order=24 bucket_order=0
[ 0.356657] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.357908] NFS: Registering the id_resolver key type
[ 0.358817] Key type id_resolver registered
[ 0.359571] Key type id_legacy registered
[ 0.360285] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.361463] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.362761] Installing knfsd (copyright (C) 1996 [email protected]).
[ 0.364225] Key type cifs.idmap registered
[ 0.365119] fuse: init (API version 7.34)
[ 0.365965] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[ 0.367904] 9p: Installing v9fs 9p2000 file system support
[ 0.368920] FS-Cache: Netfs '9p' registered for caching
[ 0.369886] FS-Cache: Netfs 'ceph' registered for caching
[ 0.370860] ceph: loaded (mds proto 32)
[ 0.374026] NET: Registered PF_ALG protocol family
[ 0.374884] xor: automatically using best checksumming function avx
[ 0.376180] Key type asymmetric registered
[ 0.376966] Asymmetric key parser 'x509' registered
[ 0.377890] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.405669] hv_vmbus: registering driver hv_pci
[ 0.406982] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.408276] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.409774] 00:01: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.411257] Non-volatile memory driver v1.3
[ 0.412124] [drm] Initialized vgem 1.0.0 20120112 for vgem on minor 0
[ 0.415184] brd: module loaded
[ 0.416358] loop: module loaded
[ 0.416974] hv_vmbus: registering driver hv_storvsc
[ 0.417907] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 0.419359] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld [email protected]. All Rights Reserved.
[ 0.421096] tun: Universal TUN/TAP device driver, 1.6
[ 0.422167] PPP generic driver version 2.4.2
[ 0.422451] scsi host0: storvsc_host_t
[ 0.423108] PPP BSD Compression module registered
[ 0.424748] PPP Deflate Compression module registered
[ 0.426054] PPP MPPE Compression module registered
[ 0.427305] NET: Registered PF_PPPOX protocol family
[ 0.428557] usbcore: registered new interface driver cdc_ether
[ 0.429855] usbcore: registered new interface driver cdc_ncm
[ 0.430890] usbcore: registered new interface driver r8153_ecm
[ 0.431940] hv_vmbus: registering driver hv_netvsc
[ 0.432883] VFIO - User Level meta-driver version: 0.3
[ 0.433885] usbcore: registered new interface driver cdc_acm
[ 0.435002] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 0.436535] usbcore: registered new interface driver ch341
[ 0.437511] usbserial: USB Serial support registered for ch341-uart
[ 0.438615] usbcore: registered new interface driver cp210x
[ 0.439748] usbserial: USB Serial support registered for cp210x
[ 0.440786] usbcore: registered new interface driver ftdi_sio
[ 0.441769] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 0.443186] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 0.444395] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[ 0.445755] vhci_hcd: created sysfs vhci_hcd.0
[ 0.446681] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 0.448193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.449565] usb usb1: Product: USB/IP Virtual Host Controller
[ 0.450608] usb usb1: Manufacturer: Linux 5.15.133.1-microsoft-standard-WSL2 vhci_hcd
[ 0.452025] usb usb1: SerialNumber: vhci_hcd.0
[ 0.453052] hub 1-0:1.0: USB hub found
[ 0.453728] hub 1-0:1.0: 8 ports detected
[ 0.454595] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 0.455635] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[ 0.457027] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.458654] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 0.460199] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.461498] usb usb2: Product: USB/IP Virtual Host Controller
[ 0.462524] usb usb2: Manufacturer: Linux 5.15.133.1-microsoft-standard-WSL2 vhci_hcd
[ 0.463900] usb usb2: SerialNumber: vhci_hcd.0
[ 0.464921] hub 2-0:1.0: USB hub found
[ 0.465654] hub 2-0:1.0: 8 ports detected
[ 0.466618] hv_vmbus: registering driver hyperv_keyboard
[ 0.467778] rtc_cmos 00:02: RTC can wake from S4
[ 0.469519] rtc_cmos 00:02: registered as rtc0
[ 0.470482] rtc_cmos 00:02: setting system clock to 2024-02-18T19:29:12 UTC (1708284552)
[ 0.471974] rtc_cmos 00:02: alarms up to one month, 114 bytes nvram
[ 0.473238] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected]
[ 0.474971] device-mapper: raid: Loading target version 1.15.1
[ 0.476365] usbcore: registered new interface driver usbhid
[ 0.478073] usbhid: USB HID core driver
[ 0.479168] hv_utils: Registering HyperV Utility Driver
[ 0.480088] hv_vmbus: registering driver hv_utils
[ 0.480935] hv_vmbus: registering driver hv_balloon
[ 0.481394] hv_utils: TimeSync IC version 4.0
[ 0.481969] hv_vmbus: registering driver dxgkrnl
[ 0.482899] hv_balloon: Using Dynamic Memory protocol version 2.0
[ 0.483797] drop_monitor: Initializing network drop monitor service
[ 0.486370] Mirror/redirect action on
[ 0.487069] Free page reporting enabled
[ 0.487079] u32 classifier
[ 0.487764] hv_balloon: Cold memory discard hint enabled with order 9
[ 0.488278] Performance counters on
[ 0.490112] input device check on
[ 0.490838] Actions configured
[ 0.492663] IPVS: Registered protocols (TCP, UDP)
[ 0.493538] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 0.494824] IPVS: ipvs loaded.
[ 0.495366] IPVS: [rr] scheduler registered.
[ 0.496159] IPVS: [wrr] scheduler registered.
[ 0.497006] IPVS: [sh] scheduler registered.
[ 0.497897] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 0.498939] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 0.500098] Initializing XFRM netlink socket
[ 0.500915] NET: Registered PF_INET6 protocol family
[ 0.502080] Segment Routing with IPv6
[ 0.502871] In-situ OAM (IOAM) with IPv6
[ 0.503641] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.504921] NET: Registered PF_PACKET protocol family
[ 0.505884] Bridge firewalling registered
[ 0.506738] 8021q: 802.1Q VLAN Support v1.8
[ 0.507625] sctp: Hash tables configured (bind 1024/1024)
[ 0.508663] 9pnet: Installing 9P2000 support
[ 0.509454] Key type dns_resolver registered
[ 0.510225] Key type ceph registered
[ 0.510969] libceph: loaded (mon/osd proto 15/24)
[ 0.511931] NET: Registered PF_VSOCK protocol family
[ 0.512878] hv_vmbus: registering driver hv_sock
[ 0.513767] IPI shorthand broadcast: enabled
[ 0.514542] sched_clock: Marking stable (396235562, 115679800)->(564899500, -52984138)
[ 0.516319] registered taskstats version 1
[ 0.517453] Loading compiled-in X.509 certificates
[ 0.519171] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[ 0.521628] Freeing unused kernel image (initmem) memory: 2008K
[ 0.555731] Write protecting the kernel read-only data: 30720k
[ 0.557752] Freeing unused kernel image (text/rodata gap) memory: 2024K
[ 0.559073] Freeing unused kernel image (rodata/data gap) memory: 504K
[ 0.560246] Run /init as init process
[ 0.560925] with arguments:
[ 0.561482] /init
[ 0.561919] with environment:
[ 0.562502] HOME=/
[ 0.562957] TERM=linux
[ 0.563439] WSL_ROOT_INIT=1
[ 0.567269] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 0.567471] WSL (1) WARNING: SAFE MODE ENABLED - many features will be disabled
[ 0.572027] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.572357] sd 0:0:0:0: [sda] 798352 512-byte logical blocks: (409 MB/390 MiB)
[ 0.574554] sd 0:0:0:0: [sda] Write Protect is on
[ 0.575378] sd 0:0:0:0: [sda] Mode Sense: 0f 00 80 00
[ 0.576453] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 0.615962] scsi 0:0:0:1: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
[ 0.616565] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.616912] EXT4-fs (sda): mounted filesystem without journal. Opts: (null). Quota mode: none.
GNS: Processing Next Message
GNS: Received empty message, exiting
GnsEngine exiting
StartGns returning 0 (GNS Socket 7, Messa[ 0.621530] sd 0:0:0:1: Attached scsi generic sg1 type 0
geType 0)
[ 0.623064] sd 0:0:0:1: [sdb] 536870912 512-byte logical blocks: (275 GB/256 GiB)
[ 0.624336] sd 0:0:0:1: [sdb] 4096-byte physical blocks
[ 0.625271] sd 0:0:0:1: [sdb] Write Protect is off
[ 0.626171] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[ 0.627162] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.629893] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 0.644910] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered. Quota mode: none.
[ 0.655491] init[207]: segfault at 1 ip 000000000032209a sp 00007fffc6aa4338 error 4 in init[29d000+151000]
[ 0.657264] Code: e9 cb 01 00 00 cc cc cc cc cc cc cc cc cc cc cc 48 85 d2 41 0f 95 c0 40 f6 c7 07 0f 84 1c 01 00 00 48 85 d2 0f 84 13 01 00 00 <40> 38 37 75 0b 48 89 f8 48 89 d1 e9 0e 01 00 00 48 8d 47 01 48 89
[ 0.660554] potentially unexpected fatal signal 11.
[ 0.661389] CPU: 10 PID: 207 Comm: init Not tainted 5.15.133.1-microsoft-standard-WSL2 #1
[ 0.662770] RIP: 0033:0x32209a
[ 0.663302] Code: e9 cb 01 00 00 cc cc cc cc cc cc cc cc cc cc cc 48 85 d2 41 0f 95 c0 40 f6 c7 07 0f 84 1c 01 00 00 48 85 d2 0f 84 13 01 00 00 <40> 38 37 75 0b 48 89 f8 48 89 d1 e9 0e 01 00 00 48 8d 47 01 48 89
[ 0.666681] RSP: 002b:00007fffc6aa4338 EFLAGS: 00010206
[ 0.667703] RAX: 000000007fffffff RBX: 0000000000000001 RCX: 000000000022e484
[ 0.669261] RDX: 000000007fffffff RSI: 0000000000000000 RDI: 0000000000000001
[ 0.670523] RBP: 0000000000000000 R08: 0000000000000001 R09: 00000000ffffffff
[ 0.671799] R10: 00000000ffffffff R11: 0000000000000000 R12: 0000000000214157
[ 0.673058] R13: 0000000000000001 R14: 000000007fffffff R15: 0000000000000073
[ 0.674493] FS: 00000000004078a0 GS: 0000000000000000
[ 1.375736] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d58273f81c, max_idle_ns: 881591146675 ns
[ 1.378080] clocksource: Switched to clocksource tsc
[ 49.337098] hv_balloon: Max. dynamic memory size: 53248 MB
[ 60.574852] WSL (1): Process 209 exited
[ 60.645718] sd 0:0:0:1: [sdb] Synchronizing SCSI cache
[ 60.756449] ACPI: PM: Preparing to enter system sleep state S5
[ 60.757681] reboot: Power down
The connection with the virtual machine or container was closed.

Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@OneBlue
Copy link
Collaborator

OneBlue commented Feb 20, 2024

Thank you @kaiwi. Can you share full /logs so we can see the Windows side as well ?

@kaiwi
Copy link
Author

kaiwi commented Feb 21, 2024

Thank you for the recommendation. I'm running into some issues whitelisting the collect-wsl-logs.ps1 script but will post that as soon as I can.

@kaiwi
Copy link
Author

kaiwi commented Feb 22, 2024

@OneBlue
Copy link
Collaborator

OneBlue commented Mar 21, 2024

Thank you @kaiwi. safemode=true should completely disable systemd so this is probably not the root cause of the issue.

Do you see the same issues with all distributions, or do you only see it with that one ?

Also if you can mount the VHD or your distribution via another mechanism, can you share the content of /etc/wsl.conf ? Depending on where the crash is, you might be able to get it via \wsl.localhost

Copy link
Contributor

This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-file it as a new issue.

Thank you!

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

No branches or pull requests

2 participants