You are not logged in.
Pages: 1
Hi I am getting the same error except my /boot/vmlinuz-linux isn't found when I boot up my machine I used a usb to boot and archchroot into my machine tried adding a new mirror and running
``` bash
pacman -S linux
```
to download the missing files but it doesn't work any tips(forgive my formatting)
Last edited by arxade (2024-10-03 00:49:33)
Offline
Doesn't work "how"? Do you get any errors?
In doubt you just forgot to mount the /boot partition.
Offline
Hi,
My pc is old so I use the bios(not efi) a single folder and a swap file
When i try to use a mount the boot folder in my sd(x) I get the error: boot cannot be found in /etc/fstab.
When I ls my boot folder the only content I see is grub and when I run pacman -S linux I get the error: failed to commit transaction (unexpected error)
Last edited by arxade (2024-09-24 15:42:27)
Offline
Do you have a network connection on the install iso?
In doubt, don't chroot
LC_ALL=C pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -Qkk | grep -v ', 0 altered files' | grep -v backup > /tmp/howbadisit.txt
cat /tmp/howbadisit.txt | curl -F 'file=@-' 0x0.stLC_ALL=C pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -S linuxOffline
http://0x0.st/XYpy.csv
This is the output from the first command
The linux exited with the error,
install: cannot stat ' /dev/stdin': no such file or directory
error: command failed to execute correctly
Last edited by arxade (2024-09-24 16:24:54)
Offline
The linux exited with the error,
What did what?
Do not chroot, your system is completely broken!
pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -S $(pacman --root /mnt -Qnq)Offline
So ran the last command you sent some signatures are not trusted tried updating arch key ring and it didn't work you said my installation was broken still I wanna appreciate you for taking time to help me ... Thanks Seth you a real one
Last edited by arxade (2024-09-24 19:16:34)
Offline
So ran the last command you sent some signatures are not trusted tried updating arch key ring and it didn't work
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -S $(pacman --root /mnt -Qnq) |& tee /tmp/pacman.log will copy the entire output into /tmp/pacman.log
Then upload that
cat /tmp/pacman.log | curl -F 'file=@-' 0x0.st and post the link.
Your installation is "broken" in the sense that a lot of packages seem corrupted, re-installing them should™ "unbreak" at least that part and the -Qkk output would then reflect this.
Edit: because of the keyring, you're using the keyring from the install iso.
If that's old, either get a recent iso or update the keyring of the iso, NOT the installed system.
pacman -Sy archlinux-keyring # this wil not survive a rebootLast edited by seth (2024-09-24 20:12:46)
Offline
Mod note: splitting from this ancient topic.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Fixed it !!!
So I updated my iso keyring and ran
pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -S $(pacman --root /mnt -Qnq)After I had to chroot and run
pacman -S linux And it worked.. thank you Seth really appreciate
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1