custom-hypr - chore: change way to approach
This commit is contained in:
17
README.md
17
README.md
@@ -4,14 +4,25 @@ install conda nvm nvim
|
||||
|
||||
use for reconfig grub for fix stuck at initial ramdisks:
|
||||
|
||||
```
|
||||
```bash
|
||||
mount /dev/sda2 /mnt
|
||||
mount /dev/sda1 /mnt/boot
|
||||
arch-chroot /mnt/
|
||||
|
||||
```
|
||||
-> remove file /boot/grub/grub.cfg
|
||||
|
||||
-idk how its work but do same thing below
|
||||
-> change file name from grub.cfg to grub.cfg.off
|
||||
|
||||
```bash
|
||||
mv grub.cfg grub.cfg.off
|
||||
```
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
-> reboot and reboot command grub command line:
|
||||
```bash
|
||||
grub>reboot
|
||||
```
|
||||
|
||||
-> rename grub.cfg.off to grub.cfg
|
||||
```bash
|
||||
mv grub.cfg.off grub.cfg
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user