From cba81d3d5c8d39e4210e48b698c438d32ae024d0 Mon Sep 17 00:00:00 2001 From: Recolic K <git@me.recolic.net> Date: Sun, 20 Nov 2022 07:05:06 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9beebb4..3816926 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ After installing level-2, you can actually enroll the machine and get a certific > Installing level-2 components will make your machine managed. You must satisfy password requirements, and disk-encryption requirements. Ref: <https://aka.ms/LinuxPortal> -Use a Ubuntu 20.04 VM to perform level-2 enroll. ArchLinux level-2 enroll is theoretically supported, but I never tested it. +Use a Ubuntu **20.04** VM to perform level-2 enroll. ArchLinux level-2 enroll is theoretically supported, but I never tested it. 1. install intune-portal and its dependencies (pwquality) 2. copy /etc/os-release from ubuntu 2004 to archlinux @@ -68,3 +68,11 @@ This is also a permission issue while overwritting user config with root account - Failed to decrypt with key:LinuxBrokerRegularUserSecretKey thumbprint Run `seahorse` and make sure your **default** keyring is unlocked, and contains **valid** certificates. + +- Microsoft Edge crashed immediately on startup (SIGSEGV) + +If your Microsoft Edge crashes immediately on startup because of SIGSEGV. + +Firstly, stop all msft-identity-broker services, uninstall `msft-identity-broker` and try again. If the problem is still not resolved, investigate your Microsoft Edge. + +If the crash is caused by msft-identity-broker, you must delete everything in `~/.config/msft-identity-broker/` and `/var/lib/msft-identity-device-broker/`. Stop these services and perform your enrollment again. -- GitLab