зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 22:26:09 +02:00
10 строки
245 B
Plaintext
10 строки
245 B
Plaintext
https://forum.manjaro.org/t/trouble-booting-with-linux49/49265/2
|
|
|
|
sudo mount /dev/sda3 /mnt
|
|
manjaro-chroot /mnt
|
|
mount /dev/sda2 /boot
|
|
pacman -U /var/cache/pacman/pkg/linux49-4.9.105-1-x86-64.pkg.tar.xz
|
|
umount /boot
|
|
exit #chroot
|
|
sudo umount /mnt
|