Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
microsoft-intune-archlinux
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
microsoft-intune-archlinux
Commits
6f0c8fde
There was an error fetching the commit references. Please try again later.
Commit
6f0c8fde
authored
1 year ago
by
Recolic
Browse files
Options
Downloads
Patches
Plain Diff
.BugFix: lsb_release cause Term of Use problem
parent
3dd18c4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+29
-3
29 additions, 3 deletions
README.md
with
29 additions
and
3 deletions
README.md
+
29
−
3
View file @
6f0c8fde
...
...
@@ -30,8 +30,9 @@ Simply follow [the official guide](https://aka.ms/LinuxPortal)
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**
.
5.
Run
`intune-portal`
to enroll your machine.
4.
If
`lsb_release`
is present in your system, uninstall or destroy it.
5.
[none-gnome user only] Install
`seahorse`
and make sure you have a default keyring
**with password**
.
6.
Run
`intune-portal`
to enroll your machine.
> For disk encryption settings, theoretically, dm-crypt (with or without LUKS) + LVM for root partition should be enough.
...
...
@@ -147,7 +148,17 @@ VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
```
If getting this problem on ubuntu... I don't know.
If you have
`lsb_release`
installed, please uninstall or destroy this program. Updating
`/etc/lsb-release`
is not enough.
```
sudo mv /usr/bin/lsb_release /usr/bin/lsb_release.backup
```
You can also write a fake
`/usr/bin/lsb_release`
. Just make sure the output matches real Ubuntu.
-
Error calling IWS for Terms of Use: Unexpected failure: Internal Server Error
See Above.
-
intune-portal crashed after code 1200:
...
...
@@ -177,6 +188,21 @@ Run `journalctl | grep intune-agent | grep Reporting` to check what is intune-ag
TODO...
### FAQ & Tricks
-
How to delete existing enrollment data and enroll from fresh?
```
rm -rf ~/.config/microsoft-identity-broker
sudo rm -rf /var/lib/microsoft-identity-device-broker
mkdir -p ~/.config/microsoft-identity-broker
sudo systemctl restart microsoft-identity-device-broker.service
systemctl restart --user microsoft-identity-broker.service
```
Then run
`intune-portal`
.
## Tested on
> fresh OS installation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment