Just attempted this.
Following this semi-official guide , I booted the garuda install medium, opened a terminal, and typed:
sudo mkdir /mnt/mylinux
sudo mount /dev/sdb2 /mnt/mylinux
sudo garuda-chroot /mnt/mylinux/@
pacman -R hyprland-git garuda-hyprland-settings grimblast-git
pacman -S hyprland-nvidia-git
exit
sudo umount /mnt/mylinux
This did not resolve the issue. Something to note is, the issue happens before the boot reaches SDDM and occurs even if I set the boot parameter 3
to boot to a tty.
Also, I’m not entirely sure I chrooted correctly for my hardware so here is the result of lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 1.8T 0 disk
└─sda1 8:1 0 1.8T 0 part /run/media/$USER/Storage
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 300M 0 part /boot/efi
├─sdb2 8:18 0 914.2G 0 part /var/tmp
│ /var/log
│ /var/cache
│ /home
│ /root
│ /srv
└─sdb3 8:19 0 17G 0 part [SWAP]
sdc 8:32 0 931.5G 0 disk
└─sdc1 8:33 0 931.5G 0 part
sdd 8:48 1 28.7G 0 disk
├─sdd1 8:49 1 28.6G 0 part
└─sdd2 8:50 1 32M 0 part
zram0 254:0 0 15.4G 0 disk [SWAP]