Open intelliant01 opened 2 years ago
May have to include the NVIDIA drivers into the amd64.img - See this https://askubuntu.com/questions/61396/how-do-i-install-the-nvidia-drivers
Instructions for deploying quick fix -
Login as mssadmin and open terminal and execute the below commands -
sudo su -
mssupdate https://repo.myscoolserver.com/fixes/ 20220112-nvidiavideo
Enter mssadmin's password when prompted.
Error encountered -
Ref: https://askubuntu.com/questions/897627/ubuntu-showing-sched-error-20-on-boot
Solution: Add
nouveau.modeset=0
to theKERNEL_PARAMETERS
key in ltsp.conf and executeltsp ipxe
.Eventually it will look like this -
KERNEL_PARAMETERS="quiet splash nouveau.modeset=0"
Need to release this as an optional fix for application by those who may encounter it.