From 1a2d885bbbdc5dbb5db6caf203111376ffb28bf6 Mon Sep 17 00:00:00 2001 From: huyjaky Date: Sat, 23 Nov 2024 18:17:46 +0700 Subject: [PATCH] custom-hypr - chore:format Readme.md file --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 57f5ca3..695188f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ +```bash install gnome-disk-utility install yay 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: -first, access local os: +- first, access local os: ```bash mount /dev/sda2 /mnt @@ -14,20 +16,20 @@ mount /dev/sda1 /mnt/boot 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: ```bash 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!