지난 주에 Python3을 업데이트하려고 하다가 데비안이 충돌해서 기발한 아이디어가 떠올랐습니다.
apt-get remove python3
그런 다음 거대한 Python 패키지가 제거되고 시스템이 커널 패닉으로 재부팅되었습니다.
데비안 라이브 CD를 이용하여 패키지 목록을 설치하여 시스템을 복구할 수 있었습니다.
이제 커널 패닉은 사라졌지만 시스템은 다음 오류와 함께 부팅됩니다.
[FAILED] Failed to start Create Static Device Nodes in /dev
see 'systemctl status systemd-tempfiles-setup.dev.services fo details
[FAILED] Failed to start Flush Journal to Persistant Storage.
see 'systenctl status systend-journal-flush.service' for details
[FAILED] Failed to start Create Static Device Nodes in /dev
see 'systemctl status systemd-tempfiles-setup.dev.services fo details
[FAILED] Failed to start Flush Journal to Persistant Storage.
see 'systenctl status systend-journal-flush.service' for details
[FAILED] Failed to start Raise network interfaces
se 'systemctl status networking.service' for details
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service for details
[FAILED] Failed to start Modem Service.
see 'systemctl status ModemManager.service' for details
[FAILED] to start Accounts Service
see 'systemctl sttus rtkit-daemon.service' for details
[FAILED] to start Realtimekit Scheduling Policy
see 'systemctl status rtkit-daemon.service' for details.
[FAILED] to start Bluetooth.service.
see 'systemctl status bluetooth.service' for details.
[FAILED] to start Avahi mDNS/DNS-SD Stack.
see 'systemctl to start avahi-daemon.service' for details
[FAILED] Failed to start Network Manager.
See 'systeml status NetworkManager.service' for details
[DEPEND] Dependency failed for Network Manager Wait Online.
어떻게 처리해야할지 모르겠습니다.
매우 감사합니다