![부팅에서 sys-subsystem-net-devices-wlp0s20u3.device를 제거할 수 없습니다.](https://linux55.com/image/121723/%EB%B6%80%ED%8C%85%EC%97%90%EC%84%9C%20sys-subsystem-net-devices-wlp0s20u3.device%EB%A5%BC%20%EC%A0%9C%EA%B1%B0%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
최근에 Arch를 설치했는데 유무선 문제가 있어서 결국 문제를 해결했지만 부팅 시 로드를 시도하는 악성 장치가 있었습니다.
A start job is running for sys-subsystem-net-devices-wlp0s20u3.device
, 90초로 계산된 후 실패합니다.
연결을 위해 설치/구성 중에 WiFi 어댑터를 연결했을 때 생성되었으며 더 이상 사용되지 않습니다. 나는 시도했다:
systemctl disable sys-subsystem-net-devices-wlp0s20u3.device
Failed to disable unit: Unit file sys-subsystem-net-devices-wlp0s20u3.device does not exist.
netctl disable sys-subsystem-net-devices-wlp0s20u3
No regular unit file found for profile 'sys-subsystem-net-devices-wlp0s20u3'
.
systemctl reset-failed
출력이 생성되지 않으며 아무것도 변경되지 않습니다. 다음과 같은 단위를 나열하면:
systemctl list-units --all | grep subsystem
sys-subsystem-net-devices-eno1.device loaded active plugged Ethernet Connection I217-V
sys-subsystem-net-devices-wlp0s20u3.device loaded inactive dead sys-subsystem-net-devices-wlp0s20u3.device
로드하려고 할 때 발생하는 이 문제를 어떻게 제거할 수 있습니까?
답변1
netctl-auto@*interface*.service
이 문제는 제가 잘못 설정했을 때 발생했습니다. 관련 파일을 삭제하여 결함이 있는 서비스를 수동으로 제거해 보십시오
/etc/systemd/system/multi-user.target.wants/
.