custom-hypr - chore: update readme for fix stuck ramdisks
This commit is contained in:
14
README.md
14
README.md
@@ -1,3 +1,17 @@
|
||||
install gnome-disk-utility
|
||||
install yay
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user