Skip to content
Snippets Groups Projects
Commit d7dab6d0 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Update README.md

parent 91252f9c
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ Try reboot. It works for me.
- intune-portal 400 Bad Request, Couldnt enroll your device (or Open Company Portal and run a check on your device to get a current status)
`rm -rf ~/.Microsoft ~/.cache/intune-portal ~/.config/intune` and try again.
Follow the `How to delete MS account login cache` guide below, and try again.
If you are using intune-portal older than `1.2404.23`, please upgrade your intune-portal.
......@@ -190,6 +190,12 @@ Just wait for a few seconds and click "Refresh".
Install seahorse, create a "password keyring". You MUST set a password (because of a known bug mentioned above) and then set it as default.
- intune-portal white screen during login (after email address, before password)
Check if systemctl shows any java exception. It could be device broker service issue.
Try the `How to delete existing enrollment data and enroll from fresh` guide below.
- intune-portal white screen on Manjaro: libEGL warning: egl: failed to create dri2 screen
This is not the root cause. ArchLinux has the same error message, and everything works. `journalctl -xe` shows no error message at all.
......@@ -236,6 +242,12 @@ I will not upgrade it until it stops working.
### FAQ & Tricks
- How to delete MS account login cache?
```
rm -rf ~/.Microsoft ~/.cache/intune-portal ~/.config/intune
```
- How to delete existing enrollment data and enroll from fresh?
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment