Installing on Ubuntu 25.04 Server fails
- Dominant language
- C++
- Stars
- 529
- Forks
- 80
- Avg merge
- 9h 7m
- Merged PRs (30d)
- 38
Description
Attempting to follow instructions at https://github.com/intel/llm-scaler/blob/main/vllm/README.md/#1-getting-started-and-usage
```
$ ./installer.sh
[INFO] Running script: installer.sh
[INFO] Working directory: /home/ubuntu/multi-arc-bmg-offline-installer-26.5.6.1
[INFO] Log file: install_log_20260201_043233.log
[INFO] Detected native host environment.
[INFO] Disabled Ubuntu AppArmor to avoid unnecessary message.
[1/2] Updating AppArmor config to disable audit logs...
[2/2] Restarting AppArmor...
✅ AppArmor snap-confine DENIED logs have been silenced.
> install: start to install at Sun Feb 1 04:32:34 UTC 2026
> install: unable to access directory: ubuntu-25.04-server
[ERROR] Command failed on line 89: tee -a "$LOGFILE"
```
https://github.com/intel/llm-scaler/blob/main/vllm/README.md/#11-install-bare-metal-environment
It appears that the linked version of the "Offline Installer" (`multi-arc-bmg-offline-installer-26.5.6.1`) only comes with `ubuntu-25.04-desktop` directory, although "server" is listed as one of the recommended images.
Contributor guide
Assessment
This issue has not been assessed yet.