custom-hypr - chore: update readme for fix stuck ramdisks

This commit is contained in:
huyjaky
2024-08-12 02:13:01 +07:00
parent 3959260355
commit 1244cbc414

View File

@@ -1,3 +1,17 @@
install gnome-disk-utility install gnome-disk-utility
install yay install yay
install conda nvm nvim install conda nvm nvim
use for reconfig grub for fix stuck at initial ramdisks:
```
mount /dev/sda2 /mnt
mount /dev/sda1 /mnt/boot
arch-chroot /mnt/
```
-> remove file /boot/grub/grub.cfg
```
grub-mkconfig -o /boot/grub/grub.cfg
```