Go watch the video.
- download Pop!_OS
- placing the iso on the VM share
- creating vm on xcp-ng
- installing xcp-ng guest utilities
apt install xe-guest-utilities
- installing the remote desktop service
First step is to install Remote Desktop Protocol (RDP) server
xrdp
on the Ubuntu 20.04 desktop. To do so execute the following command:$ sudo apt install xrdpEnable to start after reboot and run the remote desktop sharing server
xrdp
:$ sudo systemctl enable --now xrdp
- remote connect into it
- configure it to startup with xc-ng
Comments
Post a Comment