ArchWSL icon indicating copy to clipboard operation
ArchWSL copied to clipboard

Install emacs lead to bluescreen

Open HaoHao-Ting opened this issue 2 years ago • 1 comments

IMPORTANT I have read README and Docs before creating the issue.

Describe the issue When I install emacs, When the installer arrives : 9/14 Probing GDK-Pixbuf loader modules image

the laptap has a bluescreen The blue screen code is KERNEL_SECURITY_CHECK_FAILURE 1 After the computer reboots. And I try to log in Arch, it shows: image

To Reproduce Steps to reproduce the behavior in my computer:

  1. sudo pacman -S emacs
  2. And it occurs, I tried three times.

Enviroment:

  • My version: windows 11 home chinese edition 21H2, wsl1.
  • My laptap is Lenove. r7-5800h + rtx 3050
  • Windows build number: 10.0.22000.675
  • Security Software: No
  • WSL1
  • ArchWSL version 22.3.18.0
  • ArchWSL Installer type: zip
  • Launcher version: wsldl2, version 22020900 (amd64) https://git.io/wsldl

HaoHao-Ting avatar May 30 '22 15:05 HaoHao-Ting

/etc/passwd is corrupted, just fix it manually.

Change /etc/passwd from this:

root:$6$yo7XggtxSEFO8/Fg$lusug8IlSvSMQdMGwUMpiJ2wkeC4gvSqjHawgDmfzKFhPcTTCn.pyUosKiIjhWBLAKvchaFqyx6MkHt6tIfsj1:19144::::::
bin:!*:19024::::::
……
{username}:$6$b2RkmYxsuRNCF3qr$mY.4Tr6jZYuSPjkhMJnpkkMk8K8X4de0um8rhFzw6B1MCXCAsJ0V.jMg9pCv/acXBCynLy1kDGZPk1hKM9h7M1:19144:0:99999:7:::

into this:

root:x:0:0:Super User:/root:/bin/bash
bin:!*:19024::::::
……
{username}:x:1000:1001::/home/{username}:/bin/bash

TomoeMami avatar Jun 01 '22 01:06 TomoeMami