lainOS installation instructions.
https://lainos.net
| README.md | ||
Installation
NVIDIA USERS: Instructions at bottom of page
After booting up the ISO, select Openbox Session in the upper left corner of the login screen(The LainOS Installer only works in Openbox).
Then enter liveuser with no password into the login prompt to enter the Openbox live installation environment, and follow the installer directions. Internet is not required.
Post installation:
Open a terminal, and issue the command sudo pacman -Syu to update the system, then nano to open and update LazyVim.
Thank You!
The LainOS Team
NVIDIA INSTRUCTIONS:
- Install nvidia drivers: at the login screen, press
Ctrl + Alt + F3, then login in and issue the following command:
sudo pacman -S nvidia-dkms nvidia-utils egl-wayland
- Enable kernel mode setting by editing
/etc/mkinitcpio.confand adding the NVIDIA modules to the MODULES array(find and edit the 'MODULES' line to match the one below):
sudo nano /etc/mkinitcpio.conf
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
- Regenerate intramfs with:
sudo mkinitcpio -P
- Launch sway with unsupported-GPU flag:
Open file to edit:
sudo nano /usr/share/wayland-sessions/sway.desktop
- Change the line
exec=swaytoexec=sway --unsupported-gpu
ctrl+o then Enter to save, ctrl+x to Exit
- Logout and log back in to test your GPU.