Skip to content

Instantly share code, notes, and snippets.

@cmd-not-found
Created May 24, 2021 02:37
Show Gist options
  • Save cmd-not-found/789e4dd9052c24e436b160f95a16e717 to your computer and use it in GitHub Desktop.
Save cmd-not-found/789e4dd9052c24e436b160f95a16e717 to your computer and use it in GitHub Desktop.
XCP-ng Guest Tools Installation

XCP-ng Guest Tools Install

Simple how-to to remind me how to use the locally mounted guest tools install.

REF: https://xcp-ng.org/docs/guests.html

Mount ISO and Install

  1. Select guest-tools.iso and mount.

  2. Mount the ISO and execute install script.

mount /dev/cdrom /mnt
bash /mnt/Linux/install.sh
umount /dev/cdrom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment