From 33ed0772ff8b4ade24fd57d7e59f930bbe80112e Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Mon, 22 Jan 2024 22:49:07 -0800 Subject: [PATCH] .add-notes-after-majaro-test --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb9115c..a7417c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Simply follow [the official guide](https://aka.ms/LinuxPortal) ### For Arch Linux -1. Install `intune-portal` packages in this repo. Don't forget to enable the `systemctl --user` service. +1. Install `intune-portal` packages in this repo. Don't forget to run `systemctl enable --user --now intune-agent.timer` after installation. 2. Follow [the official guide](https://aka.ms/LinuxPortal) to setup password policy file & disk encryption. 3. Copy the `/etc/os-release` file from ubuntu. 4. [none-gnome user only] Install `seahorse` and make sure you have a default keyring **with password**. @@ -152,6 +152,10 @@ This is not the root cause. ArchLinux has the same error message, and everything I resolved this problem by setting correct `/etc/os-release` file. +- intune-portal says not compliant: Upgrade to a supported distributions... + +Run `journalctl | grep intune-agent | grep Reporting` to check what is intune-agent telling intune-portal. If you already updated `/etc/os-release` but intune-portal is not updated, please run `systemctl enable --user --now intune-agent.timer` manually. + ## Tested on > fresh OS installation -- GitLab