Could it be because the partition where kernel is stored isn’t accessible that early in the boot process?

|
deathshadow882 2022-07-27 17:13:55
oh i shouldn’t put /
alokmystic 2022-07-27 17:26:43
Is it safe to install “out of date” packages?
LuDGeRBriNk 2022-07-27 17:32:47
alokmystic 2022-07-27 17:26:43
Is it safe to install “out of date” packages?

i’d check changelogs of newer versions to see if security features was changed.

LuDGeRBriNk 2022-07-27 17:33:00
were*
alokmystic 2022-07-27 17:38:38
LuDGeRBriNk 2022-07-27 17:32:47
i’d check changelogs of newer versions to see if security features was changed.

Where can we check changelog of newer version? Lts kerenel is flagged “out of date”. H264 codec is flagged ” out of date” in arch repository.

fabiscafe 2022-07-27 17:48:25
alokmystic 2022-07-27 17:38:38
Where can we check changelog of newer version? Lts kerenel is flagged “out of date”. H264 codec is flagged ” out of date” in arch repository.

Often on the project page of the software or in the git repo somewhere.

L18❤️‍🩹 2022-07-27 18:23:36
archlinuxgroup-602416.jpg
How to fix it without reinstalling Arch?
LuDGeRBriNk 2022-07-27 18:25:57
L18❤️‍🩹 2022-07-27 18:23:36
How to fix it without reinstalling Arch?

this seems to be just the initialization process that failed on behalf of the bootloader.

L18❤️‍🩹 2022-07-27 18:25:58
I reinstalled kernel, but it didn’t solve my problem
LuDGeRBriNk 2022-07-27 18:26:10
so reinstall and reconfigure the bootloader
LuDGeRBriNk 2022-07-27 18:26:22
the system is usually ok.
LuDGeRBriNk 2022-07-27 18:27:25
you will need to “enter” your system with arch-chroot like in the instalation process and from there, deal with your bootloader. (it will depend on which booloader you chose)
LuDGeRBriNk 2022-07-27 18:29:48
OR it could be just that the partition with the kernel isn’t mounted properly.
L18❤️‍🩹 2022-07-27 18:35:42
LuDGeRBriNk 2022-07-27 18:25:57
this seems to be just the initialization process that failed on behalf of the bootloader.

I did it, but it was useless

L18❤️‍🩹 2022-07-27 18:42:25
LuDGeRBriNk 2022-07-27 18:27:25
you will need to “enter” your system with arch-chroot like in the instalation process and from there, deal with your bootloader. (it will depend on which booloader you chose)

I booted the system from live-cd, mounted root and efi, went into arch-chroot, installed the kernel and bootloader as written in archwiki, exited from chroot, unmounted partitions, rebooted the computer, but the problem was not solved

LuDGeRBriNk 2022-07-27 18:43:26
Could it be because the partition where kernel is stored isn’t accessible that early in the boot process?
LuDGeRBriNk 2022-07-27 18:43:36
(just venting the idea)
L18❤️‍🩹 2022-07-27 18:44:22
LuDGeRBriNk 2022-07-27 18:43:26
Could it be because the partition where kernel is stored isn’t accessible that early in the boot process?

How to check it?

FrozenCat 2022-07-27 19:29:44
L18❤️‍🩹 2022-07-27 18:23:36
How to fix it without reinstalling Arch?

Linux linux

Neo Twenty-Nine 2022-07-27 19:54:11
L18❤️‍🩹 2022-07-27 18:23:36
How to fix it without reinstalling Arch?

arch-chroot
reinstall kernel.
sudo mkinitcpio -P
Update grub with the command
Reboot

koko6930 2022-07-27 20:27:38
sudo pacman -S atom
error: target not found: atom

how to fix?

AndreGhd 2022-07-27 20:28:21
koko6930 2022-07-27 20:27:38
sudo pacman -S atom
error: target not found: atom

how to fix?

Install from the aur

koko6930 2022-07-27 20:28:31
AndreGhd 2022-07-27 20:28:21
Install from the aur

command?

koko6930 2022-07-27 20:28:41
(i am new to arch)
AndreGhd 2022-07-27 20:29:13
koko6930 2022-07-27 20:28:31
command?

It depends on your AUR helper (yay, paru, etc), I personally use yay, so it would be yay -S atom

L18❤️‍🩹 2022-07-27 20:29:52
L18❤️‍🩹 2022-07-27 18:23:36
How to fix it without reinstalling Arch?

I downloaded lts-kernel from live-cd and replaced kernels in grub

NinePA 2022-07-27 20:31:02
koko6930 2022-07-27 20:28:41
(i am new to arch)

first install aur helper like yay or paru
then install atom using it

C0rn3j 2022-07-27 20:31:55
koko6930 2022-07-27 20:28:41
(i am new to arch)

https://wiki.archlinux.org/title/AUR

Do *NOT* install an AUR helper before understanding the manual build process, it’ll bite you down the line otherwise.

Pycrk 2022-07-27 20:35:35
koko6930 2022-07-27 20:27:38
sudo pacman -S atom
error: target not found: atom

how to fix?

consider that atom is no longer developed.

InvertedCookiee 2022-07-27 20:38:22
^
koko6930 2022-07-27 20:43:29
AndreGhd 2022-07-27 20:29:13
It depends on your AUR helper (yay, paru, etc), I personally use yay, so it would be yay -S atom

yes this command works

koko6930 2022-07-27 20:43:41
NinePA 2022-07-27 20:31:02
first install aur helper like yay or paru
then install atom using it

ok

NinePA 2022-07-27 20:43:44
C0rn3j 2022-07-27 20:31:55
https://wiki.archlinux.org/title/AUR

Do *NOT* install an AUR helper before understanding the manual build process, it’ll bite you down the line otherwise.

Can you tell me what you mean “it’ll bite you down the line” ?
Is there any problem in aur helpers?

koko6930 2022-07-27 20:44:45
NinePA 2022-07-27 20:31:02
first install aur helper like yay or paru
then install atom using it

i followed this guide to install yay

How to Use AUR in Arch Linux

NinePA 2022-07-27 20:45:31
koko6930 2022-07-27 20:44:45
i followed this guide to install yay
https://www.maketecheasier.com/use-aur-in-arch-linux/

okay

|