custom-hypr - chore:format Readme.md file
This commit is contained in:
16
README.md
16
README.md
@@ -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!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user