You are not logged in.

#1 2024-09-24 15:17:00

arxade
Member
From: Nigeria
Registered: 2024-03-23
Posts: 5
Website

[solved] /boot/vmlinuz-linux not found

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

#2 2024-09-24 15:19:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: [solved] /boot/vmlinuz-linux not found

Doesn't work "how"? Do you get any errors?
In doubt you just forgot to mount the /boot partition.

Offline

#3 2024-09-24 15:39:18

arxade
Member
From: Nigeria
Registered: 2024-03-23
Posts: 5
Website

Re: [solved] /boot/vmlinuz-linux not found

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

#4 2024-09-24 15:58:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: [solved] /boot/vmlinuz-linux not found

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.st
LC_ALL=C pacman --root /mnt --cachedir /mnt/var/cache/pacman/pkg -S linux

Offline

#5 2024-09-24 16:20:04

arxade
Member
From: Nigeria
Registered: 2024-03-23
Posts: 5
Website

Re: [solved] /boot/vmlinuz-linux not found

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

#6 2024-09-24 16:36:03

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: [solved] /boot/vmlinuz-linux not found

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

#7 2024-09-24 17:54:47

arxade
Member
From: Nigeria
Registered: 2024-03-23
Posts: 5
Website

Re: [solved] /boot/vmlinuz-linux not found

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

#8 2024-09-24 20:11:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: [solved] /boot/vmlinuz-linux not found

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 reboot

Last edited by seth (2024-09-24 20:12:46)

Offline

#9 2024-09-24 23:03:07

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,528
Website

Re: [solved] /boot/vmlinuz-linux not found

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

#10 2024-09-25 18:31:02

arxade
Member
From: Nigeria
Registered: 2024-03-23
Posts: 5
Website

Re: [solved] /boot/vmlinuz-linux not found

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

#11 2024-09-25 20:09:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: [solved] /boot/vmlinuz-linux not found

\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

Board footer

Powered by FluxBB