custom-hypr - chore:format Readme.md file

This commit is contained in:
huyjaky
2024-11-23 18:17:46 +07:00
parent c8efd7137e
commit 1a2d885bbb

View File

@@ -1,12 +1,14 @@
```bash
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: **use for reconfig grub for fix stuck at initial ramdisks:**
how does i get out stuck at initial ramdisk: how does i get out stuck at initial ramdisk:
first, access local os: - first, access local os:
```bash ```bash
mount /dev/sda2 /mnt mount /dev/sda2 /mnt
@@ -14,20 +16,20 @@ mount /dev/sda1 /mnt/boot
arch-chroot /mnt/ arch-chroot /mnt/
``` ```
second, remove all initframs and vmlinuz, amd-ucode on `\boot` - second, remove all initframs and vmlinuz, amd-ucode on `\boot`
third, copy each vmlinuz from `usr\lib\modules` to boot - third, copy each vmlinuz from `usr\lib\modules` to boot
example: example:
```bash ```bash
cp \usr\lib\modules\6.10.10-lts..\vmlinuz \boot\vmlinuz-linux-lts cp \usr\lib\modules\6.10.10-lts..\vmlinuz \boot\vmlinuz-linux-lts
``` ```
forth, check on `etc\modprob.d` have any file `.conf` if it exist remove it - forth, check on `etc\modprob.d` have any file `.conf` if it exist remove it
fifth, reinstall amd-ucode `pacman -S amd-ucode` - fifth, reinstall amd-ucode `pacman -S amd-ucode`
six, run `mkinitcpio -P` - six, run `mkinitcpio -P`
done! done!