RechercheTech / mss

Main MSS feature tracking repo. Also the place for default MSS issues fallinng under no other repo.
1 stars 3 forks source link

Client systems with certain NVIDIA graphics cards fail to boot cleanly #184

Open intelliant01 opened 2 years ago

intelliant01 commented 2 years ago

Error encountered -

WhatsApp Image 2022-01-10 at 14 59 38

Ref: https://askubuntu.com/questions/897627/ubuntu-showing-sched-error-20-on-boot

Solution: Add nouveau.modeset=0 to the KERNEL_PARAMETERS key in ltsp.conf and execute ltsp 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.

intelliant01 commented 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

intelliant01 commented 2 years ago

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.