aminzabardast / dotfiles

1 stars 0 forks source link

Workstation / NVidia Dual GPU Guide #35

Closed aminzabardast closed 7 months ago

aminzabardast commented 8 months ago

Find an unused NVidia Laptop. This cannot be tested in a VM.

aminzabardast commented 7 months ago

The following are some files that may need editing (for G15 laptop):


# `timeout 0` will help us not to see the boot page. But however, if some parameters are messed up (next section), we cannot fix them by pushing `e`. We need to boot a live USB and fix it.
amin at Amin-DailyDriver in ~
○ cat /boot/loader/loader.conf 
timeout 0
#console-mode keep

# I added some params like `ibt=off` `split_lock_detect=off`. Check Here: https://wiki.archlinux.org/title/NVIDIA#Installation and Here: https://www.reddit.com/r/VFIO/comments/zqesqm/psa_use_split_lock_detectoff_to_avoid_substantial/
amin at Amin-DailyDriver in ~
○ cat /boot/loader/entries/2023-02-04_16-41-15_linux.conf 
# Created by: archinstall
# Created on: 2023-02-04_16-41-15
title Arch Linux (linux)
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=PARTUUID=19c69f1b-325e-4729-93ed-6e9493c04469 zswap.enabled=0 rw intel_pstate=no_hwp rootfstype=ext4 ibt=off split_lock_detect=off
aminzabardast commented 7 months ago

Add the things above to related pages.