33 lines
723 B
Markdown
33 lines
723 B
Markdown
install gnome-disk-utility
|
|
install yay
|
|
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/
|
|
|
|
```
|
|
|
|
-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
|
|
```
|
|
-> reboot and reboot command grub command line:
|
|
```bash
|
|
grub>reboot
|
|
```
|
|
|
|
-> rename grub.cfg.off to grub.cfg
|
|
```bash
|
|
mv grub.cfg.off grub.cfg
|
|
```
|
|
remember install linux-zen-headers and linux-headers idk but but just do it
|
|
|
|
-> recopy newest vmlinuz from /usr/lib/modules/<latest kerner>/vmlinuz /boot/vmlinuz-linux -> do for all linux kernel vmware
|
|
-> reinstall amd-ucode pacman -S amd-ucode
|